estuary / marketing-site

0 stars 5 forks source link

Implement Author Schema Markup for Author Pages #539

Open SourabhEstuary opened 2 weeks ago

SourabhEstuary commented 2 weeks ago

Please add the following structured data (Schema.org Person type) for our dedicated author pages.

Author Schema - Dave Page URL: https://estuary.dev/author/dave/

{ "@context": "https://schema.org", "@type": "Person", "name": "David Yaffe", "url": "https://estuary.dev/author/dave/", "jobTitle": "Co-founder and CEO", "description": "David Yaffe is the co-founder and CEO of Estuary. He was previously the COO of LiveRamp and co-founder/CEO of Arbor, which was acquired by LiveRamp in 2016. He has a strong background in product management, leading products at Doubleclick Bid Manager and Invite Media.", "worksFor": { "@type": "Organization", "name": "Estuary", "url": "https://estuary.dev/" }, "sameAs": [ "https://www.linkedin.com/in/davidyaffe/", "https://www.crunchbase.com/person/david-yaffe", "https://twitter.com/dyaffe" ], "image": "https://estuary.dev/static/fa6288a046089a71163e9e099b7b91a9/c95dc/T0120_UQAX_7_X_U011_VJAMPN_2_e8363e901cd3_512_e6ae747354.webp" }


Author Schema - Dani Page URL: https://estuary.dev/author/daniel/

{ "@context": "https://schema.org", "@type": "Person", "name": "Dani Pálma", "url": "https://estuary.dev/author/daniel/", "jobTitle": "Data Professional", "description": "Dani is a data professional with expertise in data engineering and real-time platforms. At Estuary, Dani promotes cutting-edge streaming solutions, bridging technical innovation with developer adoption.", "worksFor": { "@type": "Organization", "name": "Estuary", "url": "https://estuary.dev/" }, "sameAs": ["https://www.linkedin.com/in/daniel/"], "image": "https://estuary.dev/static/364e60c786d179ec822141bba97b5123/c95dc/danippfp_1ba13fb2f9.webp" }


Author Schema - Rob Page URL: https://estuary.dev/author/rob/

{ "@context": "https://schema.org", "@type": "Person", "name": "Rob Meyer", "url": "https://estuary.dev/author/rob/", "jobTitle": "Marketing and Product Marketing Professional", "description": "Rob has extensive experience in marketing and product marketing for database, data integration, API management, and application integration technologies at leading companies including WS02, Firebolt, Imply, GridGain, Axway, Informatica, and TIBCO.", "worksFor": { "@type": "Organization", "name": "Estuary", "url": "https://estuary.dev/" }, "sameAs": [ "https://www.linkedin.com/in/rdmeyersf/", "https://twitter.com/rdmeyersf" ], "image": "https://estuary.dev/static/c61ad71db9ccd48fd6f413e5a6757d36/c95dc/rob_meyer_square_9ce1fbb16d.webp" }


Minor update in currently implemented Schema markeup in all blogs

Blog example for schema - https://estuary.dev/sql-server-integration-services/

Changes made:

  1. In the old schema, the author’s image URL was missing/incorrect
  2. The updated schema has more detailed information about the author
  3. The previous schema used 'Thing' for the author type, which I have changed to 'Person.
  4. Added the dedicated author page URL
travjenkins commented 1 week ago

Just an fyi - we cannot add these for just some people. So if this is added it will need to be fully added with pulling data from Strapi.

SourabhEstuary commented 1 day ago

Understood. Let’s proceed by adding this for all authors using the data available in the Strapi template. I'll ensure that all pending details for the primary SEO blog authors (Jeff, Dani, Rob, and Dave) are added in strapi.