Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@graph": [
- {
- "@type": [
- "Person",
- "Organization"
- ],
- "@id": "http://localhost:10013/#person",
- "name": "New Rank Math"
- },
- {
- "@type": "WebSite",
- "@id": "http://localhost:10013/#website",
- "url": "http://localhost:10013",
- "name": "New Rank Math",
- "publisher": {
- "@id": "http://localhost:10013/#person"
- },
- "inLanguage": "en-US"
- },
- {
- "@type": "Person",
- "@id": "http://localhost:10013/author/admin/",
- "url": "http://localhost:10013/author/admin/",
- "image": {
- "@type": "ImageObject",
- "@id": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
- "url": "http://0.gravatar.com/avatar/c2b06ae950033b392998ada50767b50e?s=96&d=mm&r=g",
- "inLanguage": "en-US"
- },
- "sameAs": [
- "http://localhost:10013"
- ]
- },
- {
- "@type": "WebPage",
- "@id": "http://localhost:10013/hello-world/#webpage",
- "url": "http://localhost:10013/hello-world/",
- "name": "Hello world! - New Rank Math",
- "datePublished": "2021-08-14T01:04:53+00:00",
- "dateModified": "2021-08-14T03:22:48+00:00",
- "author": {
- "@id": "http://localhost:10013/author/admin/"
- },
- "isPartOf": {
- "@id": "http://localhost:10013/#website"
- },
- "inLanguage": "en-US"
- },
- {
- "headline": "Hello world! - New Rank Math",
- "description": "Welcome to WordPress. This is your first post. Edit or delete it, then start writing!",
- "@type": "Article",
- "author": {
- "@type": "Person",
- "name": "admin"
- },
- "datePublished": "2021-08-14T01:04:53+00:00",
- "dateModified": "2021-08-14T03:22:48+00:00",
- "name": "Hello world! - New Rank Math",
- "@id": "http://localhost:10013/hello-world/#schema-117",
- "isPartOf": {
- "@id": "http://localhost:10013/hello-world/#webpage"
- },
- "publisher": {
- "@id": "http://localhost:10013/#person"
- },
- "inLanguage": "en-US",
- "mainEntityOfPage": {
- "@id": "http://localhost:10013/hello-world/#webpage"
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement