proudcity / wp-proudcity

The ProudCity WordPress platform
https://proudcity.com
Other
21 stars 9 forks source link

Change description reference in schema.org #2557

Open lukefretwell opened 1 month ago

lukefretwell commented 1 month ago

Source

The source of the issue (ex: Customer: #CustomerName#).

LF

Feedback

Looks like we're pulling the site identity tagline for the schema.org description field.

We need to do one of two things:

Example:

<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://cityofpetaluma.org/","url":"https://cityofpetaluma.org/","name":"The City Of Petaluma Official Website - Fertile Ground For The Good Life","isPartOf":{"@id":"https://cityofpetaluma.org/#website"},"primaryImageOfPage":{"@id":"https://cityofpetaluma.org/#primaryimage"},"image":{"@id":"https://cityofpetaluma.org/#primaryimage"},"thumbnailUrl":"https://storage.googleapis.com/proudcity/petalumaca/uploads/2019/03/logo.png","datePublished":"2016-02-07T00:29:50+00:00","dateModified":"2024-05-17T17:00:29+00:00","description":"Petaluma is a community of people who care about making this a place they’re proud to call home. We think you’ll like it here.","breadcrumb":{"@id":"https://cityofpetaluma.org/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://cityofpetaluma.org/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://cityofpetaluma.org/#primaryimage","url":"https://storage.googleapis.com/proudcity/petalumaca/uploads/2019/03/logo.png","contentUrl":"https://storage.googleapis.com/proudcity/petalumaca/uploads/2019/03/logo.png","width":316,"height":126,"caption":"Petaluma"},{"@type":"BreadcrumbList","@id":"https://cityofpetaluma.org/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://cityofpetaluma.org/#website","url":"https://cityofpetaluma.org/","name":"Petaluma","description":"Proudly serving","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://cityofpetaluma.org/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>

QA

Notes:

Links:

*