- Issue created by @mykola dolynskyi
- Merge request !71@id should not be array https://www.drupal.org/project/schema_metatag/issues/3470149 β (Open) created by mykola dolynskyi
- Status changed to Needs review
4 months ago 1:49pm 25 August 2024
@id property should not be array, this does not passes https://search.google.com/test/rich-results/ validation
set up schema_web_site_publisher or schema_web_page_publisher, check ld+json with
https://search.google.com/test/rich-results/
protected function neverExplode() {
$never = parent::neverExplode();
$never[] = '@id';
return $never;
}
Check other places for @id except schema_web_site_publisher and schema_web_page_publisher ?
none
none
none
Needs review
2.6
Code