为什么Google附加链接无法与我的WordPress网站一起使用?

时间:2017-09-13 19:12:23

标签: wordpress google-search google-sitelink-searchbox

我的WordPress根目录中有这个XML几个月了:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://example.com/</loc>
        <lastmod>2017-08-10</lastmod>
        <changefreq>monthly</changefreq>
    </url>
    <url>
        <loc>https://example.com/about</loc>
        <lastmod>2017-08-07</lastmod>
        <changefreq>monthly</changefreq>
    </url>
    <url>
        <loc>https://example.com/portfolio</loc>
        <lastmod>2017-08-07</lastmod>
        <changefreq>monthly</changefreq>
    </url>
    <url>
        <loc>https://example.com/contact</loc>
        <lastmod>2017-08-07</lastmod>
        <changefreq>monthly</changefreq>
    </url>
</urlset>

对我的Google附加链接没有任何帮助。我在Google搜索结果中没有看到“关于”,“投资组合”,“联系”。

任何想法我还错过了什么?

1 个答案:

答案 0 :(得分:1)

这是三件不同的事情:

  • 站点地图(您提供的XML)
  • Google Sitelinks (您似乎要问的问题)
  • Google Sitelink Searchbox (您使用的代码)

站点地图(在sitemaps.org protocol之后)是一个文件,可以帮助搜索引擎和其他消费者查找/抓取您所有相关的网页。

Sitelinks是与Google搜索中的网页搜索结果一起显示的其他链接。你can’t do anything specific得到它们。

Sitelink Searchbox是与Google搜索结果一起显示的搜索表单,通常与Sitelinks一起显示。您可以使用结构化数据(Schema.org的SearchAction类型)为您的网站自己的搜索引擎提供此搜索表单。