Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello,
Following on from this thread: https://our.umbraco.com/packages/website-utilities/seo-checker/using-seochecker/106271-xml-sitemap-in-seochecker#comment-331343
I was just wondering on how to implement the URL correctly for Umbraco v10?
Our project does not have a web.config and is using JSON configs instead.
I did try a few options but no luck 😊
Thank you!
Hi,
In .Net9+ you can define it in appsettings.json.
Append the following section after the Umbraco section as the manual describes:
, "SEOCheckerAppSettings": { "UmbracoApplicationUrl": "https://www.mysite.com" }
Hope this helps,
Richard
Apologies I must have missed that manual 😊
Thanks, Richard, I will give it a go!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Setting SEOChecker.UmbracoApplicationUrl in v10
Hello,
Following on from this thread: https://our.umbraco.com/packages/website-utilities/seo-checker/using-seochecker/106271-xml-sitemap-in-seochecker#comment-331343
I was just wondering on how to implement the URL correctly for Umbraco v10?
Our project does not have a web.config and is using JSON configs instead.
I did try a few options but no luck 😊
Thank you!
Hi,
In .Net9+ you can define it in appsettings.json.
Append the following section after the Umbraco section as the manual describes:
Hope this helps,
Richard
Apologies I must have missed that manual 😊
Thanks, Richard, I will give it a go!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.