适用于Wordpress的站点地图XML

时间:2017-09-03 21:40:46

标签: xml sitemap

我想在wordpress上创建sitemap.xml。如何创建这样的sitemap.xml:

    <urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 

    http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"><url><loc>

    http://kody.com.ua/</loc><lastmod>2016-10-08</lastmod>

    <changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>

    http://kody.com.ua/promokod-uber</loc><lastmod>2016-10-08</lastmod>

    <changefreq>daily</changefreq><priority>0.9</priority></url>

     ................

但不是这样的:

https://www.famethemes.com/sitemap-misc.xml 2017-09-01 08:17

https://www.famethemes.com/sitemap-pt-download-2017-09.xml  2017-09-01 08:17

https://www.famethemes.com/sitemap-pt-download-2017-08.xml  2017-09-01 07:27

https://www.famethemes.com/sitemap-pt-download-2017-04.xml  2017-04-18 03:07

1 个答案:

答案 0 :(得分:0)

为什么不简单地使用 Google XML Sitemap ?它为您完成了这项工作,并且安装量超过200万。

您可以下载here,并安装它,您可以通过FTP上传,或使用WordPress的Add Plugin功能。然后,您可以通过Settings -> XML-Sitemap下的插件配置页面激活它。

从那里,您可以自定义优先级和更改频率等设置。