SEO 工具:web.dev/articles/go…
SEO 基础:developers.google.com/search/docs…
- 使用结构化数据
JSON-LDdevelopers.google.com/search/docs…
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Recipe",
"name": "{{recipe_name}}",
"image": [ "{{recipe_image}}" ],
"author": {
"@type": "Person",
"name": "{{recipe_author}}"
}
}
</script>
百度站长链接平台:ziyuan.baidu.com/badlink/ind…
VUE SEO: nuxtseo.com/robots/gett…