Mobile app version of vmapp.org
Login or Join
Murphy175

: Google structured data on homepage doesn’t lead to Knowledge Graph info We have a website and a few months ago I added the structured data code to its home page (as Google documentations

@Murphy175

Posted in: #GoogleSearch #KnowledgeGraph #Seo #StructuredData

We have a website and a few months ago I added the structured data code to its home page (as Google documentations guided me) but I still not get any changes in google search result.

This is what I have there:

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.beatsense.com",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.beatsense.com?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "BeatSense",
"url": "http://www.beatsense.com",
"logo": "http://www.beatsense.com/static/images/logo.png",
"email": "ilove@beatsense.com",
"sameAs": [
"https://www.facebook.com/beatsensecom",
"https://twitter.com/beatsensecom",
"https://www.reddit.com/r/beatsense",
"https://www.crunchbase.com/organization/beatsense",
"https://www.linkedin.com/company/beatsense"
],
"founders": [
{
"@type": "Person",
"name": "Oren Yakobi",
"jobTitle": "Co Founder & CEO"
},
{
"@type": "Person",
"name": "Shlomi Sasson",
"jobTitle": "Co Founder & CTO"
}
]
}
</script>


And I don't get the box with website/organization info, like this one for LinkedIn:



Does anyone have an idea why it happens?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Murphy175

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

You dont just get a box because you markup your website, you get one when and if Google think you are worthy. That means you will need lots of traffic.

I Googled beatsense and you already have several links under beatsnse.com so you are well on your way :) No searchbar yet tough

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme