非常喜欢这个扩展。也许这里是个合适的地方问一下,这个扩展是否遵循 Google/Bing 的 搜索站点名称 规范?
无论如何我都无法让网站在搜索结果中显示名称。我已经完全设置好了 SEO 插件、站点地图、Google 站长工具和 Bing 站长工具,这影响了搜索引擎结果。
想知道有什么我可以做的来更新/更改。论坛上线还不到 3 周,但从 Search Console 查看,已经进行了超过 94 次爬取。所以这不是索引问题,因为所有内容在搜索 domain.name 时都能显示出来,但搜索关键词时不会显示 Website Name。
这很烦人……有什么建议或帮助吗?
这是从 <head></head> 中抓取的已爬取 URL 检查结果:
<script type="application/ld+json">[{"@context":"http:\/\/schema.org","@type":"WebPage","publisher":{"@type":"Organization","name":"Skidpad One | Global RC Drift Forum and Community","url":"https:\/\/skidpad.one","description":"Global RC Drift Community for Beginners and Competitors. You can find Builds, Setups, Guides and More","logo":"https:\/\/skidpad.one\/assets\/logo-jz1cishv.png"},"image":"https:\/\/skidpad.one\/assets\/site-image-03w9nf2t.png","description":"Global RC Drift Community for Beginners and Competitors. You can find Builds, Setups, Guides and More","url":"https:\/\/skidpad.one"},{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/skidpad.one\/","potentialAction":{"@type":"SearchAction","target":"https:\/\/skidpad.one\/?q={search_term_string}","query-input":"required name=search_term_string"}}]</script>
对比 Google 推荐的内容和扩展实际运行的脚本,在措辞/术语上似乎有些不同:
<html>
<head>
<title>Example: A Site about Examples</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Example Company",
"alternateName" : "EC",
"url" : "https://example.com/"
}
</script>
</head>
<body>
</body>
</html>