seo - Sitemap files on different domains -
i creating multiple sitemap files website. issue sitemap files located on different file server website. example, have website domain, www.example.com
, sitemap index file , other sitemap files reside on www.filestack.com
.
my sitemap index file like:
<sitemapindex xmlns="http://www.google.com/schemas/sitemap/0.84"> <sitemap> <loc> https://www.filestack.com/sitemap1.xml </loc> </sitemap>
though sitemap1.xml
be:
<url> <loc> https://www.example.com/test </loc> <lastmod>2017-09-04</lastmod> <changefreq>weekly</changefreq> </url>
is possible add links such thing , how?
you have provide robots.txt @ https://www.example.com/robots.txt
links external sitemap:
sitemap: https://www.filestack.com/sitemap1.xml
(this sitemap may contain urls https://www.example.com/
.)
Comments
Post a Comment