You are on page 1of 1

<?

php
$schema = get_post_meta(get_the_ID(), 'schema', true);
if(!empty($schema)) {
echo $schema;
}
?>

<script type="application/ld+json">

"@context": "https://schema.org/",

"@type": "WebSite",

"name": "zencars",

"alternateName" : "zencars",

"url": "https://zencars.in/",

"potentialAction": {

"@type": "SearchAction",

"target": {

"@type": "EntryPoint",

"urlTemplate": "https://zencars.in/?s={search_term_string}"

},

"query-input": "required name=search_term_string"

}
</script>

You might also like