pradeepkumar10

Untitled

Sep 16th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org",
  3. "@graph": {
  4. "@type": "Article",
  5. "articleSection": "%primary_taxonomy_terms%",
  6. "headline": "%seo_title%",
  7. "description": "%seo_description%",
  8. "keywords": "%keywords%",
  9. "author": {
  10. "@type": "Person",
  11. "name": "%name%",
  12. "description": "%user_description%",
  13. "jobTitle": "%author_job%",
  14. "alumniOf": {
  15. "@type": "EducationalOrganization",
  16. "name": "%author_alumni%",
  17. "sameAs": "%author_alumni_url%"
  18. },
  19. "knowsAbout": "%author_knowsabout%"
  20. },
  21. "datePublished": "%date(Y-m-dTH:i:sP)%",
  22. "dateModified": "%modified(Y-m-dTH:i:sP)%",
  23. "image": {
  24. "@type": "ImageObject",
  25. "url": "%post_thumbnail%"
  26. },
  27. "reviewedBy": {
  28. "@type": "Person",
  29. "name": "%reviewer_name%",
  30. "url": "%reviewer_url%",
  31. "sameAs": "%reviewer_sameAs%",
  32. "description": "%reviewer_description%",
  33. "jobTitle": "%reviewer_job%",
  34. "alumniOf": {
  35. "@type": "EducationalOrganization",
  36. "name": "%reviewer_alumni%",
  37. "sameAs": "%reviewer_alumni_url%"
  38. },
  39. "knowsAbout": "%reviewer_knowsabout%"
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment