Thanks Suwash Kunwar, I have this situation (homepage) :
<script type="application/ld+json" class="yoast-schema-graph">{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://tech.dev.example.com/#organization",
"name": "Tech Test",
"url": "https://tech.dev.example.com/",
"sameAs": [],
"logo": {
"@type": "ImageObject",
"@id": "https://tech.dev.example.com/#logo",
"inLanguage": "en-US",
"url": "",
"contentUrl": "",
"caption": "Tech Test"
},
"image": {
"@id": "https://tech.dev.example.com/#logo"
}
},
{
"@type": "CollectionPage",
"@id": "https://tech.dev.example.com/#webpage",
"url": "https://tech.dev.example.com/",
"name": "Tech Test | technology",
"isPartOf": {
"@id": "https://tech.dev.example.com/#website"
},
"about": {
"@id": "https://tech.dev.example.com/#organization"
},
"description": "technology",
"breadcrumb": {
"@id": "https://tech.dev.example.com/#breadcrumb"
},
"inLanguage": "en-US",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://tech.dev.example.com/"
]
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://tech.dev.example.com/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://tech.dev.example.com/#webpage"
}
}
]
}
]
}</script>
-
This reply was modified 3 years, 6 months ago by Yui. Reason: please use CODE button for proper formatting