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?
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
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
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.
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
Hi Poornima,
Yes you can specify the umbracoApplicationUrl in umbracosettings.config then it will respect that url.
Hope this helps.
Best,
Richard
Hi Richard,
I think we already have that but its not doing the trick.
It's added in 2.10, what version are you on?
Hi Richard,
We are using 2.10. We have a parameters.xml file to override the URL per environment too
Poornima
What is paramters.xml doing? Injecting the url during depployment?
About to go offline sorry for delay in response
Yes, thats right. I have checked the files on Kudu as well. It shows the umbracoApplicationurl as http://www....../umbraco
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
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
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
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
is working on a reply...