ɠ ɠ Ġ h ( Š h ( à \ h 8 Pٻ@ p`Y h H Ҩ `Š h X V@ _ h "0 h Z x ! Ơ Cà Š 鼢 Ơ P h EI +Š ( Š Š -Š 轃 h @N P .Š {\ 0 0Cà Š & à 0Š KӨ h @ Ġ 8 Š - 3 Y Ġ Ҩ h pŠ @ Š : A `Y rŠ h Z X Mw 8Ơ @Cà H Š J T @à ;Ơ à h H V P Š [ a Y V (Uި h 0 nV X Š h j `Y oV Ҩ h 3Š ` Š q w Š 4Š ߨ h h 5Š h Š ~ `Š `7Š à h Mw @ Ġ p Š P Ġ Ġ à h @ Ġ x Š Š Ġ HҨ h 8Š Š Š 9Š XҨ h 8 Ġ Š Š `Ġ N h ( :Š Š Ġ `<Š `N ebPage potentialAction target. * * @api array $targets The URLs for the WebPage potentialAction target. */ $targets = \apply_filters( 'wpseo_schema_webpage_potential_action_target', [ $url ] ); $data['potentialAction'][] = [ '@type' => 'ReadAction', 'target' => $targets, ]; return $data; } /** * Creates the search URL for use when if there is no canonical. * * @return string Search URL. */ private function build_search_url() { return $this->context->site_url . '?s=' . \get_search_query(); } }