[SEO筆記]網頁schema結構化標記

之前的筆記有稍微整理了Google結構化標記相關內容

後續在使用上覺得有點麻煩

尤其是在原本既有的網頁tag 修修改改

所以後來就改用另一種方式

http://schema.org/CreativeWork中有一種JSON-LD範例

我想最基本的結構化標籤大概會長這樣

<script type="application/ld+json">
{
	"@context": "http://schema.org",
	"@type": "WebSite",
	"url": "你的網址",
	"keywords": "關鍵字1,關鍵字2,關鍵字3",
	"description": "描述",
	"headline": "你的標題",
	"name": "網站名稱",
	"datePublished": "2016-08-12"
}
</script>

這種方式的話 可以直接貼在HTML末端 不在tag上面修修改改的感覺方便一點

但是網站的分類跟標籤種類內容真的真的太多就是...族繁不及備載

所以筆記先到這邊吧 要用再去https://schema.org/CreativeWork查囉

附上測試工具

結構化資料標記協助工具:
https://www.google.com/webmasters/markup-helper/u/0/

結構化資料測試工具:
https://search.google.com/structured-data/testing-tool/u/0/