-
Hey everyone,
I started a site where I write about Software Applications. I want to represent my organization as an author. So, in Application Schema >
author
>@type
, I want to replacePerson
withOrganization
.I tried this code:
# Representing Organization As Author In SCHEMA add_filter( "rank_math/snippet/software_application_rich_snippet", function( $entity ) { $entity['author']['@id'] = 'https://geometrydashapk.pro/#organization'; $entity['author']['@type'] = 'Organization'; $entity['author']['name'] = 'Geometry Dash APK'; return $entity; });
But, it is not working. Still, the
author
as aperson
appears in the Software Application Schema!Looking Forward. 🙂
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘I want to replace @Person to @Organization in Application Schema’ is closed to new replies.