如何处理站点地图索引中的子域
How to handle subdomains in sitemap index
所以我有 site.com
还有子域名。site.com
我为 site.com 和子域创建了两个单独的 sitemaps.xml。site.com,我们称它们为 sitemap_main.xml 和 sitemap_subdomain.xml
现在我需要将那些 xml 合并到一个名为 "sitemap index"
的 xml 文件中
问题是如何正确指定 link 子域?
应该是:
网站.com/sitemap_main.xml
网站.com/sitemap_subdomain.xml
或者应该是
网站.com/sitemap_main.xml
subdomain.site.com/sitemap_subdomain.xml
应该是
网站.com/sitemap_main.xml
网站.com/sitemap_subdomain.xml
所以我有 site.com
还有子域名。site.com
我为 site.com 和子域创建了两个单独的 sitemaps.xml。site.com,我们称它们为 sitemap_main.xml 和 sitemap_subdomain.xml
现在我需要将那些 xml 合并到一个名为 "sitemap index"
的 xml 文件中问题是如何正确指定 link 子域?
应该是:
网站.com/sitemap_main.xml
网站.com/sitemap_subdomain.xml
或者应该是
网站.com/sitemap_main.xml
subdomain.site.com/sitemap_subdomain.xml
应该是
网站.com/sitemap_main.xml
网站.com/sitemap_subdomain.xml