The Yoast plugin for WordPress generates Schema.org markup for posts. In my case it's something like this:
"author":{"@id":"https://www.example.org/#/schema/person/123456abcdef"}
and
{"@type":["Person"],"@id":"https://www.example.org/#/schema/person/123456abcdef","name":"John Doe","sameAs":[]}
How can I change the value of @id
to a value defined by me? I've been using a manually generated @id
for the same person on other pages and would like to use the same value here.