Jump to content

Schema: Organization


Fast Lane!

Recommended Posts

Posted

Two items that may be valuable to improve:

1) Only show the Organization Schema on the homepage (or contact page).  Not every page (google why if curious)

2) Update additional fields for the Organization json entry, including a square logo option (shows better on google), founding date, company description, etc... or even custom options.

Suggest updating to as follows:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "name": "Your Company Name",
  "description": "Company Description.",
  "foundingDate": "2003-11-25",
  "url": "http://www.your-website.com",
  "sameAs": [
    "https://www.facebook.com/customdomain",
    "https://twitter.com/customdomain",
    "https://instagram.com/customdomain",
    "https://www.linkedin.com/company/customdomain/",
    "https://plus.google.com/+customdomain"
  ],
  "logo": "http://static.your-domain.com/images/square_logo.jpg"
}


</script>

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...