• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / wordpress-seo / e8c36a075489ffadcd97acaefb3a3516ac47f355

10 Dec 2025 03:15PM UTC coverage: 50.92% (-1.0%) from 51.87%
e8c36a075489ffadcd97acaefb3a3516ac47f355

push

github

web-flow
Merge pull request #22790 from Yoast/restrict-schema-elements-to-content-only

Restrict schema elements to content only

8327 of 15641 branches covered (53.24%)

Branch coverage included in aggregate %.

0 of 1496 new or added lines in 17 files covered. (0.0%)

31846 of 63253 relevant lines covered (50.35%)

45585.3 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/schema-aggregator/infrastructure/elements-context-map/base-map-loader.php
1
<?php
2
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
3
namespace Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map;
4

5
/**
6
 * Map loader default implementation..
7
 */
8
class Base_Map_Loader implements Map_Loader_Interface {
9

10
        /**
11
         * Loads the elements-context map.
12
         *
13
         * @return array<array<string, string>> The elements context map.
14
         */
NEW
15
        public function load(): array {
×
NEW
16
                return include __DIR__ . '/default-elements-context-map.php';
×
17
        }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc