如何在index.php中实现sitemap.xml,以生成与/ mysitemap的链接?

时间:2018-01-04 19:27:43

标签: php heroku indexing web sitemap

我桌面上有一个文件夹,我想这是我的根文件夹,我有一个文件home.html和一个index.php文件,在git bash的帮助下,我实现了一个网页,正在工作,并在heroku https://alexandrawp.herokuapp.com/中托管。我确定我的sitemap.xml文件必须与其他两个文件一起放在我桌面的文件夹中,我的问题是我应该在index.php文件中写什么代码来获取这样的地址{{ 3}}?,并且能够查看我的sitemap.xml并被谷歌搜索控制台识别  这是我的页面:https://alexandrawp.herokuapp.com/sitemap.xml,它应该是这样的https://alexandrawp.herokuapp.com/

1 个答案:

答案 0 :(得分:1)

您应该使用the google search console sitemap tool生成您网站的sitemap.xml并将其放在您的网络服务器的根目录中,或者如果您想将其存储在另一个名称的另一个位置,您可以将此行放入你的robots.txt

Sitemap: http://example.com/sitemap_location.xml