Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter 3waves

    (@3waves)

    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": "http://tech.dev.example.com/#organization",
    	            "name": "Tech Test",
    	            "url": "http://tech.dev.example.com/",
    	            "sameAs": [],
    	            "logo": {
    	                "@type": "ImageObject",
    	                "@id": "http://tech.dev.example.com/#logo",
    	                "inLanguage": "en-US",
    	                "url": "",
    	                "contentUrl": "",
    	                "caption": "Tech Test"
    	            },
    	            "image": {
    	                "@id": "http://tech.dev.example.com/#logo"
    	            }
    	        },
    	        {
    	            "@type": "CollectionPage",
    	            "@id": "http://tech.dev.example.com/#webpage",
    	            "url": "http://tech.dev.example.com/",
    	            "name": "Tech Test | technology",
    	            "isPartOf": {
    	                "@id": "http://tech.dev.example.com/#website"
    	            },
    	            "about": {
    	                "@id": "http://tech.dev.example.com/#organization"
    	            },
    	            "description": "technology",
    	            "breadcrumb": {
    	                "@id": "http://tech.dev.example.com/#breadcrumb"
    	            },
    	            "inLanguage": "en-US",
    	            "potentialAction": [
    	                {
    	                    "@type": "ReadAction",
    	                    "target": [
    	                        "http://tech.dev.example.com/"
    	                    ]
    	                }
    	            ]
    	        },
    	        {
    	            "@type": "BreadcrumbList",
    	            "@id": "http://tech.dev.example.com/#breadcrumb",
    	            "itemListElement": [
    	                {
    	                    "@type": "ListItem",
    	                    "position": 1,
    	                    "item": {
    	                        "@id": "http://tech.dev.example.com/#webpage"
    	                    }
    	                }
    	            ]
    	        }
    	    ]
    	}</script>
    
    • This reply was modified 4 years, 12 months ago by Yui. Reason: please use CODE button for proper formatting
Viewing 1 replies (of 1 total)