perldotcom icon indicating copy to clipboard operation
perldotcom copied to clipboard

Add "Site Attributes" for Google

Open briandfoy opened this issue 7 years ago • 1 comments
trafficstars

https://developers.google.com/search/docs/guides/enhance-site

briandfoy avatar Jun 18 '18 19:06 briandfoy

I think it's just this somewhere. We can add more sameAs entries for Twitter and so on.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "http://www.perl.com/",
  "logo": "https://www.perl.com/images/site/perl-onion.png",
  "name": "Perl.com",
  "sameAs": [
	"https://github.com/tpf/perldotcom",
	]
}
</script>

briandfoy avatar Jul 07 '18 18:07 briandfoy