ɠɠ Ġh(Šh(à\h8Pٻ@p`YhHҨ`ŠhX V@_h"0h Z x!ƠCàŠ鼢 ƠPhEI +Š( ŠŠ -Š轃h@N P.Š{\00CàŠ&à 0ŠKӨh@Ġ8Š-3YĠҨhpŠ@Š:A`Y rŠh Z XMw8Ơ@CàHŠJT@à ;ƠàhHVPŠ[aYV(Uިh0nVXŠhj`YoVҨh3Š`ŠqwŠ4Šߨhh5ŠhŠ~`Š`7ŠàhMw@ĠpŠP ĠĠàh@ĠxŠŠĠHҨh 8ŠŠ Š 9ŠXҨh8ĠŠŠ`Ġ Nh(:ŠŠ Ġ`<Š`NebPage 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(); } }