Provide fields for about and mentions on WebPage schema

Created on 31 October 2023, 11 months ago
Updated 4 November 2023, 11 months ago

Problem/Motivation

Entity SEO is another way that pages can try to influence search engines by letting them know what topics your web page is about. A couple of articles about Entity SEO can be found at

To support Entity SEO, the WebPage scheme needs to support multivalued fields for about and mentions that populate Thing objects. Example schema looks like:

“about”: [
   {“@type”: “Thing”, “name”: “Restaurant”, “sameAs”: “https://en.wikipedia.org/wiki/Restaurant”},
   {“@type”: “Place”, “name”: “Eiffel Tower”, “sameAs”: “https://en.wikipedia.org/wiki/Eiffel_Tower”}
],
“mentions”: [
   {“@type”: “Thing”, “name”: “distance”, “sameAs”: “https://en.wikipedia.org/wiki/Distance”},
   {“@type”: “Place”, “name”: “Paris”, “sameAs”: “https://en.wikipedia.org/wiki/Paris”}
]
Feature request
Status

Needs review

Version

3.0

Component

Code

Created by

🇺🇸United States themarkahrens

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024