Skip to content

Instantly share code, notes, and snippets.

@reficedev
Last active November 19, 2015 08:22
Show Gist options
  • Save reficedev/ee83a7b216637f1d35e5 to your computer and use it in GitHub Desktop.
Save reficedev/ee83a7b216637f1d35e5 to your computer and use it in GitHub Desktop.
Pour afficher les réseaux sociaux sur la fiche Google My Business, coe à mettre dans la partie <head>
/**
* Pour afficher les réseaux sociaux sur la fiche Google My Business, code à mettre dans la partie <head>
*
* @category Référencement
* @author Joffrey HABAI <jh@ice-dev.com>
* @date 2015 02 03
*/
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment