我有一个代码库,我运行多个网站。
例如我的
http://www.example1.com/Example1
http://www.example2.com/Example2
http://www.example3.com/example3
通过这种方式,我的页面链接将因所有网站而异。
现在的问题是我如何为这样的网站创建网站地图。
阐释。
我有一个Web应用程序项目,在该Web应用程序项目中,我有多个事件 现在我可以像这样映射这些事件。
http://www.example1.com/Example1
http://www.example2.com/Example2
http://www.example3.com/example3
所以我的第一个活动有网址
http://www.example1.com/Example1/Page1
http://www.example1.com/Example1/Page2
http://www.example1.com/Example1/Page3
http://www.example1.com/Example1/Page4
第二个是:
http://www.example2.com/Example1/Page5
http://www.example2.com/Example1/Page7
http://www.example2.com/Example1/Page2
http://www.example2.com/Example1/Page6
现在可以将站点地图添加到根目录,因此只能有一个站点地图。 但我有多个域映射到单个IP。所以我如何处理具有多个域和单个IP的站点地图。 或者我需要创建多个站点地图,然后我可以根据域提交。
答案 0 :(得分:0)
为4个域创建4个不同的站点地图,并将它们保存在相应域的根目录中。或者您可以使用服务器端代码根据对/sitemap.xml的请求的域名发送正确的站点地图。
参考文章:http://www.microsystools.com/products/sitemap-generator/help/multiple-domains-xml-sitemaps/