Topic-icon Google presents new "Testing Tool" and add more Open Graph support

New testing tool for social meta tags for Google search is here (with Examples)

Google add more snippets, like "Logo", "Site in social networks"

code for "Site in social networks"
<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>

code for LOGO:
<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>

code for Site Search:
<script type="application/ld+json">
{
   "@context": "http://schema.org",
   "@type": "WebSite",
   "url": "https://www.example-petstore.com/",
   "potentialAction": {
     "@type": "SearchAction",
     "target": "https://query.example-petstore.com/search?q={search_term_string}",
     "query-input": "required name=search_term_string"
   }
}
</script>
The topic has been locked.
Support Specialist
Interesting stuff. We'll have to investigate these tags more. In general, Google has accepted Open Graph tags for a while. We'll definitely look into these more, but will need to understand how Google is using them to determine how much effort we should put into it.

Thanks,
Alex
The topic has been locked.

alzander wrote: Interesting stuff. We'll have to investigate these tags more. In general, Google has accepted Open Graph tags for a while. We'll definitely look into these more, but will need to understand how Google is using them to determine how much effort we should put into it.

Thanks,
Alex

i'm talking with people from Google Russia (in official google webmaster forum) - they say- "Best way - add this OPG tags now, because this is be good for Google search, your site have more pluses if you use this meta tags and more visible in search."

i think, this is be good - add new tags for "Site in social media", for link - for Facebook page (for your site), and of course - site "Logo" tag.
This is be good, if this is be in next JFB version - option for add this meta-tags.

of course, we can more social tags, like "Price", etc - but this is more specific things. I mean - Logo and "Site in social media" - need for almost 100% sites.
The topic has been locked.