Skip to content

Add support for organization structured data #4

@gabriel-cardoso

Description

@gabriel-cardoso

This markup should be added in each page's head or body. Here is what such markup look like

<script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Organization",
      "url": "http://www.example.com",
      "logo": "http://www.example.com/images/logo.png"
      // Many contact points can be added 
      "contactPoint" : [
        { "@type" : "ContactPoint",
          "telephone" : "+1-401-555-1212",
          "contactType" : "customer service"
        } ],
      // Currently supports Facebook, Twitter, Google+, Instagram, YouTube, LinkedIn, Myspace
      "sameAs" : [ "http://www.facebook.com/your-profile",
        "http://instagram.com/yourProfile",
        "http://www.linkedin.com/in/yourprofile",
        "http://plus.google.com/your_profile"]     
    }
</script>

More info:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions