Option (?) to output entity URL as a WebPage object

Created on 6 December 2023, 12 months ago
Updated 1 April 2024, 8 months ago

Problem/Motivation

I would like to be able to output a link to the current entity as a WebPage nested object:

  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.example.com/blog/2525/if-man-is-still-alive"
  }

Right now the only way to output the current entity's URL seems to be the "path" field, which is the relative URL, e.g.:

  "mainEntityOfPage": "/blog/2525/if-man-is-still-alive"

Proposed resolution

Provide a way of outputting an entity link as a WebPage object.

Remaining tasks

Work out how to do this.

User interface changes

TBD

API changes

TBD

Data model changes

TBD

✨ Feature request
Status

Fixed

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States DamienMcKenna NH, USA

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

Comments & Activities

Production build 0.71.5 2024