If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

knowladge graph

Started by sandeep kumar, 05-26-2015, 03:46:13

Previous topic - Next topic

sandeep kumarTopic starter

I am trying since 5 months for Knowledge graph, but till now no any kind of result, I use schema tags, Micro-data, RDFa tag and json any one have any idea about this suggest me.. presently in my website have these tags
__________________________________________
<script type="application/ld+json">
{ "@context" : "http://schema.org",
  "@type" : "Organization",
  "name" : "Your Organization Name",
  "url" : "http://www.your-site.com",
  "sameAs" : [ "http://www.facebook.com/your-profile",
    "http://www.twitter.com/yourProfile",
    "http://plus.google.com/your_profile"]
}
</script>

_________________________________
<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "http://www.example.com",
  "logo": "http://www.example.com/images/logo.png"
}
</script>

___________________________________________
Local schema, Logo schema, reviews schema...
newbielink:http://www.webrextech.com/search-engine-optimization.htm [nonactive]
  •  


danielsebastian

Apart from this, you need to optimize your content for search result. You have to follow few things:

-Write quality content that gives answers to particular queries
-Post various types of content including infographics, videos and images
-Try to get high quality backlinks

bhuvibastani

try to microdata format instead of json. might be help :)

<span itemscope itemtype="http://schema.org/Organization">
  <link itemprop="url" href="http://www.your-company-site.com">
  <a itemprop="sameAs" href="http://www.facebook.com/your-company">FB</a>
  <a itemprop="sameAs" href="http://www.twitter.com/YourCompany">Twitter</a>
</span>
  •  



If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...