{ "@context" : "http://schema.org", "@type" : "'.get_option("gsp_type").'", "name" : "'.get_option("gsp_name").'", "url" : "'.get_site_url().'", "sameAs" : ['.$gspsocial.'] } '."\t\n"; } } add_action('wp_head','addgsp');