Copied to clipboard

Flag this post as spam?

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


  • Poornima Nayar 106 posts 276 karma points MVP 5x c-trib
    Jun 10, 2021 @ 09:38
    Poornima Nayar
    0

    XML sitemap in SEOChecker

    Hi ,

    We have a website that runs SEOChecker behind Azure FrontDoor. The XML sitemap is using the host details of the Azure App service rather that the actual website domain. Is there any way to override this?

    Poornima

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 11, 2021 @ 09:03
    Richard Soeteman
    0

    Hi Poornima,

    Yes you can specify the umbracoApplicationUrl in umbracosettings.config then it will respect that url.

    Hope this helps.

    Best,

    Richard

  • Poornima Nayar 106 posts 276 karma points MVP 5x c-trib
    Jun 11, 2021 @ 09:05
    Poornima Nayar
    0

    Hi Richard,

    I think we already have that but its not doing the trick.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 11, 2021 @ 09:06
    Richard Soeteman
    0

    It's added in 2.10, what version are you on?

  • Poornima Nayar 106 posts 276 karma points MVP 5x c-trib
    Jun 11, 2021 @ 09:11
    Poornima Nayar
    0

    Hi Richard,

    We are using 2.10. We have a parameters.xml file to override the URL per environment too

    Poornima

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 11, 2021 @ 09:25
    Richard Soeteman
    0

    What is paramters.xml doing? Injecting the url during depployment?

    About to go offline sorry for delay in response

  • Poornima Nayar 106 posts 276 karma points MVP 5x c-trib
    Jun 14, 2021 @ 07:57
    Poornima Nayar
    0

    Yes, thats right. I have checked the files on Kudu as well. It shows the umbracoApplicationurl as http://www....../umbraco

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 15, 2021 @ 07:56
    Richard Soeteman
    100

    Sorry my mistake. You are right. It wasn't reflected to the Sitemap. I'm working with a Dutch Partner on V2.11. This has a new setting (umbracoapplicationurl wasn't the best to use, had some issues with loadbalancing on large sites ) in web.config

    In 2.11 you can use the following setting in web.config

     <add key="SEOChecker.UmbracoApplicationUrl" value=" http://www.mysite.com/ " /> 
    

    It's not released yet but there is a pre release you already can use on Nuget https://www.nuget.org/packages/SEOChecker/2.11.0-beta2

    Sorry for the hassle.

    Best,

    Richard

  • Poornima Nayar 106 posts 276 karma points MVP 5x c-trib
    Jun 15, 2021 @ 08:03
    Poornima Nayar
    0

    That's fine Richard! What other changes are in 2.11 so that we can make a call on whether we can have it on a production site? What do you think is the release date for 2.11? Also I think the web.config setting is not mentioned above

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jun 15, 2021 @ 08:13
    Richard Soeteman
    0

    Hi Poornima,

    It's the only major change. But that's why it increased the minor version number and hope to release it in a week or 2. Few minor issues will be solved as well.

    I updated my last reply hope you see the web.config change now.

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft