如何在Google搜索结果页上显示特定页面链接?

时间:2017-09-15 05:01:31

标签: google-search

如果在Google上搜索我的品牌名称,如何在上述区域显示特定页面?请参阅以下示例:

enter image description here

1 个答案:

答案 0 :(得分:1)

在此网站上查看:

https://contextneutral.com/story/how-to-add-ldjson-structured-data-to-your-angularjs-app

/*  visit www.apple.com and look at
    the source code to find it.
*/
<script type="application/ld+json">
    {
        "@context": "http://schema.org",
        "@id": "https://www.apple.com/#organization",
        "@type": "Organization",
        "name": "Apple",
        "url": "https://www.apple.com/",
        "logo": "https://www.apple.com/ac/structured-datahttps://cdn.contextneutral.com/i/knowledge_graph_logo.png?201703170823",
        "contactPoint": [
            {
                "@type": "ContactPoint",
                "telephone": "+1-800-692-7753",
                "contactType": "sales",
                "areaServed": [ "US" ]
            }
        ],
        "sameAs": [
            "http://www.wikidata.org/entity/Q312",
            "https://www.youtube.com/user/Apple",
            "https://www.linkedin.com/company/apple",
            "https://www.facebook.com/Apple",
            "https://www.twitter.com/Apple"
        ]
    }
</script>