Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Conor Howe 36 posts 137 karma points
    Aug 31, 2022 @ 10:33
    Conor Howe
    0

    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!

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Aug 31, 2022 @ 11:35
    Richard Soeteman
    0

    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

  • Conor Howe 36 posts 137 karma points
    Aug 31, 2022 @ 11:38
    Conor Howe
    0

    Apologies I must have missed that manual 😊

    Thanks, Richard, I will give it a go!

  • 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.

Please Sign in or register to post replies