Does CM Umbraco Tools use cache? Does the Sitemap tool generate an xml file?
Hi Pitaridis,
First of all congratulations for this great package.
I would like to know if CM Umbraco Tools uses server cache in the Settings tool.
And I also would like to know if the Sitemap tool generates a physical .xml file (to be used by Google's Search Console) or if we need to use the xml generated by the tool to save in the website's root.
This will have as a result every time that Google tries to access your sitemap, all the new contents of your site will be processed by google. There is no need to write the xml data to a file.
That means that we should set the Sitemap's URL as 'http:///www.domain.com/sitemap' in the CM Umbraco Tools (in the field in the screenshot below)?
Regarding the Settings tool, is server cache used or the settings are always retrieved from the database everytime we call CMUmbracoTools.Data.Settings.GetValue(...)?
Does CM Umbraco Tools use cache? Does the Sitemap tool generate an xml file?
Hi Pitaridis,
First of all congratulations for this great package.
I would like to know if CM Umbraco Tools uses server cache in the Settings tool. And I also would like to know if the Sitemap tool generates a physical .xml file (to be used by Google's Search Console) or if we need to use the xml generated by the tool to save in the website's root.
Thank you very much. Regards
Hello Nandoh,
You do not have to submit an xml file. You can use the dynamically generated contents by using the following URL.
http:///www.domain.com/sitemap
This will have as a result every time that Google tries to access your sitemap, all the new contents of your site will be processed by google. There is no need to write the xml data to a file.
Kind Regards,
Aristotelis
Hi,
Thanks for the clarification.
That means that we should set the Sitemap's URL as 'http:///www.domain.com/sitemap' in the CM Umbraco Tools (in the field in the screenshot below)?
Regarding the Settings tool, is server cache used or the settings are always retrieved from the database everytime we call
CMUmbracoTools.Data.Settings.GetValue(...)
?Regards
is working on a reply...