D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
bingo-patti.cc
/
wp-content
/
themes
/
infopediya
/
inc
/
schema
/
Filename :
article.php
back
Copy
<script type='application/ld+json'> { "@context": "http://schema.org", "@type": "Article", "headline": "<?php the_title()?>", "mainEntityOfPage": { "@type": "WebPage", "@id": "<?php the_permalink() ?>" }, "image": ["<?php echo get_the_post_thumbnail_url(); ?>"], "publisher": { "@type": "Organization", "name": "<?php bloginfo('name'); ?>", "logo": { "@type": "ImageObject", "url": "<?php echo get_custom_logo_url() ?>" } }, "datePublished": "<?php echo get_the_date(); ?>", "dateModified": "<?php echo get_the_modified_date() ?>", "author": { "@type": "Person", "name": "<?php echo get_the_author(); ?>", "url": "<?php echo get_home_url().'/author/'. get_the_author(); ?>" }, "description": "<?php echo get_the_excerpt() ?>" } </script>