ใช้ฟรีเครื่องมือสร้าง Schema Markup (structured data generator) เพื่อสร้าง JSON-LD markups สำหรับ website ของท่าน หลังจากกดสร้างเรียบร้อยแล้วสามารถตรวจสอบความถูกต้องได้ที่ Google’s Structured Data Testing Tool.
ถ้ายังไม่มั่นใจว่าจะนำไปใช้อย่างไรสามารถ ติดต่อเรา one of เหล่า Digital Enablers จะคอยช่วยเหลือท่าน หรือสามารถตรวจบริการทางด้าน MarTech services และ SEO ทางเทคนิค (Technical SEO).
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Corporation",
"@id": "#Corporation",
"url": "",
"legalName": "",
"name": "",
"description": "",
"image": "",
"logo": "",
"telephone": "",
"faxNumber": "",
"email": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "",
"postalCode": ""
},
"sameAs": [
"",
"",
"",
"",
""
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"@id": "#Organization",
"url": "",
"legalName": "",
"name": "",
"description": "",
"image": "",
"logo": "",
"telephone": "",
"faxNumber": "",
"email": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "",
"postalCode": ""
},
"sameAs": [
"",
"",
"",
"",
""
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "LocalBusiness",
"@id": "#LocalBusiness",
"url": "",
"legalName": "",
"name": "",
"description": "",
"image": "",
"logo": "",
"telephone": "",
"faxNumber": "",
"email": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "",
"postalCode": ""
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"@id": "#Person",
"url": "",
"name": "",
"image": "",
"telephone": "",
"email": ""
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"@id": "#WebSite",
"url": "",
"name": ""
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebPage",
"@id": "#WebPage",
"url": "",
"name": ""
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
},{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
},{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
},{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
},{
"@type": "Question",
"name": "",
"acceptedAnswer": {
"@type": "Answer",
"text": ""
}
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 2,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 3,
"name": "",
"item": ""
},{
"@type": "ListItem",
"position": 4,
"name": "",
"item": ""
}]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"@id": "#Article",
"name": "",
"headline": "",
"description": "",
"image": "",
"datePublished": "",
"author": "",
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
}
}
/script>
script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"@id": "#Article",
"name": "",
"headline": "",
"description": "",
"image": "",
"datePublished": "",
"author": "",
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"@id": "#Event",
"name": "",
"description": "",
"startDate": "",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "",
"postalCode": ""
},
"name": ""
}
}
</script>