$this->slug, '@id' => home_url() . '/#' . strtolower( $this->slug ), 'url' => home_url() . '/', 'name' => get_bloginfo( 'name' ), 'publisher' => array( '@id' => home_url() . '/#' . $aioseop_options['aiosp_schema_site_represents'], ), ); if ( $aioseop_options['aiosp_schema_search_results_page'] ) { $rtn_data['potentialAction'] = array( '@type' => 'SearchAction', 'target' => home_url() . '/?s={search_term_string}', 'query-input' => 'required name=search_term_string', ); } return $rtn_data; } }