-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexampleData
More file actions
53 lines (53 loc) · 1.48 KB
/
Copy pathexampleData
File metadata and controls
53 lines (53 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"data": {
"postBy": {
"title": "regular title",
"content": "<p>regular content….</p>\n",
"slug": "seo-example",
"excerpt": "<p>regular content….</p>\n",
"uri": "seo-example",
"author": {
"name": "Author Name and Last name",
"avatar": {
"foundAvatar": true,
"rating": "g",
"size": 96,
"url": "http://1.gravatar.com/avatar/",
"width": 96
},
"description": null,
"email": "email@gmail.com",
"firstName": "John",
"lastName": "Doe",
"slug": "philadelphia",
"url": null
},
"link": "https///post-url",
"date": "2019-12-16T13:19:47",
"modified": "2019-12-16 13:45:20",
"modifiedGmt": "2019-12-16T13:45:20",
"editLast": {
"id": "dXNlcjo0MDY3"
},
"isRestricted": false,
"menuOrder": null,
"featuredImage": {
"sourceUrl": "https///image-url"
},
"dateGmt": "2019-12-16T13:19:47",
"seo_canonical": "http://CanonicalURL",
"seo_metadesc": "Seo meta description",
"seo_nofollow": true,
"seo_noindex": "1",
"seo_redirect": "",
"seo_title": "seo title",
"opengraph_title": "seo Facebook Title",
"opengraph_description": "seo Facebook Description",
"opengraph_image": "",
"seo_twitter_card": "",
"seo_twitter_description": "",
"seo_twitter_image": "",
"seo_twitter_title": ""
}
}
}