Seo Forum

Search Engine Optimization => On Site Optimization => Topic started by: sandeep kumar on 05-26-2015, 03:46:13

Title: knowladge graph
Post by: sandeep kumar on 05-26-2015, 03:46:13
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...
Title: Re: knowladge graph
Post by: danielsebastian on 05-29-2015, 06:17:30
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
Title: Re: knowladge graph
Post by: bhuvibastani on 05-29-2015, 10:27:00
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>