Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@graph": {
- "@type": "Article",
- "articleSection": "%primary_taxonomy_terms%",
- "headline": "%seo_title%",
- "description": "%seo_description%",
- "keywords": "%keywords%",
- "author": {
- "@type": "Person",
- "name": "%name%",
- "description": "%user_description%",
- "jobTitle": "%author_job%",
- "alumniOf": {
- "@type": "EducationalOrganization",
- "name": "%author_alumni%",
- "sameAs": "%author_alumni_url%"
- },
- "knowsAbout": "%author_knowsabout%"
- },
- "datePublished": "%date(Y-m-dTH:i:sP)%",
- "dateModified": "%modified(Y-m-dTH:i:sP)%",
- "image": {
- "@type": "ImageObject",
- "url": "%post_thumbnail%"
- },
- "reviewedBy": {
- "@type": "Person",
- "name": "%reviewer_name%",
- "url": "%reviewer_url%",
- "sameAs": "%reviewer_sameAs%",
- "description": "%reviewer_description%",
- "jobTitle": "%reviewer_job%",
- "alumniOf": {
- "@type": "EducationalOrganization",
- "name": "%reviewer_alumni%",
- "sameAs": "%reviewer_alumni_url%"
- },
- "knowsAbout": "%reviewer_knowsabout%"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment