Total Complexity | 1 |
Total Lines | 253 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class RatingSchemaTypeDefaults extends DefaultsAbstract |
||
8 | { |
||
9 | /** |
||
10 | * All supported schema.org types which can potentially trigger rich results in search. |
||
11 | * |
||
12 | * @see https://developers.google.com/search/blog/2019/09/making-review-rich-results-more-helpful |
||
13 | */ |
||
14 | protected function defaults(): array |
||
263 |