Currently, in Joomla 5/6, the Schema.org integration for Articles creates a new, often incomplete "Person" object for the author in every article. There is no native way to link the article author to the "Global Person" defined in the Schema.org System Plugin using the @id reference.
This leads to data redundancy and fails to establish a clear E-E-A-T relationship between the content creator and the website owner in the eyes of search engines like Google.
@id (e.g., https://domain.com).@id reference for authors instead of creating a new "Person" object with empty address fields."author": { "@id": "https://www.domain.com" }This would significantly improve SEO (E-E-A-T) for Joomla sites and eliminate the issue of invalid schema warnings (missing names or empty address fields) in the Google Rich Results Test.
| Labels |
Added:
No Code Attached Yet
|
||