Forum Moderators: open
I have created an XML site map of our website for submission to Google Webmaster tools.
Is it required to have the XML site map "link" on my website then only it will be updated and cached by Google OR can we directly submit the map to Google and avoid having the link on our site?
In case we are submitting directly to Google, would it be updated automatically with the new pages/content OR will we have to submit time and again?
Thanks.
The sitemap protocol suggests you provide the location of your sitemap in your robots.txt file
see: [sitemaps.org...]
Still if you're uncertain or concerned, it wouldn't do any harm to provide a link. Just hide it with CSS:
<a href='/sitemap.xml' style='display:none;'>sitemap</a>