-
Notifications
You must be signed in to change notification settings - Fork 18
/
open_graph.yml
121 lines (121 loc) Β· 3.19 KB
/
open_graph.yml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
type: group
fields:
og_headline:
label: Open Graph (Facebook)
type: headline
numbered: false
og_title:
label: OG Title
help: The title of your object as it should appear within the graph. Will use *page title* as fallback.
type: text
og_description:
label: OG Description
help: A one to two sentence description of your object. Will use *page description* and *site description* as fallbacks.
type: text
og_image:
label: OG Image (1200x630)
help: An image which should represent your object within the graph. Will be cropped automatically. Will use *site OG image* as fallback.
type: files
multiple: false
uploads: seo-image
og_site_name:
label: OG Site Name
help: If your object is part of a larger web site, the name which should be displayed for the overall site. Will use *site title* as fallback.
type: text
width: 1/2
og_url:
label: OG URL
help: The canonical URL of your object that will be used as its permanent ID in the graph.
type: url
width: 1/2
og_audio:
label: OG Audio
help: The URL of an audio file to accompany this object.
type: url
width: 1/2
og_video:
label: OG Video
help: The URL of a video file that complements this object.
type: url
width: 1/2
og_determiner:
label: OG Determiner
help: The word that appears before this object's title in a sentence. An enum of (a, an, the, "", auto). If auto is chosen, the consumer of your data should chose between "a" or "an". Default is "auto".
type: text
width: 1/2
og_type:
label: OG Type
help: The type of your object, e.g., "video.movie". Depending on the type you specify, other properties may also be required.
type: select
default: website
options:
website: Website
article: Article
og_type_article_published_time:
label: OG Article Published Time
type: date
time: true
default: now
width: 1/3
when:
og_type: article
og_type_article_modified_time:
label: OG Article Modified Time
type: date
time: true
default: now
width: 1/3
when:
og_type: article
og_type_article_expiration_time:
label: OG Article Expiration Time
type: date
time: true
default: now
width: 1/3
when:
og_type: article
og_type_article_author:
label: OG Article Author/s
type: structure
fields:
url:
label: URL
type: url
required: true
firstname:
label: First Name
type: text
width: 1/2
lastname:
label: Last Name
type: text
width: 1/2
username:
label: Username
type: text
width: 1/2
gender:
label: Gender
type: select
options:
male: Male
female: Female
other: Other
width: 1/2
when:
og_type: article
og_type_article_section:
label: OG Article Section
help: A high-level section name. E.g. Technology
type: text
width: 1/2
when:
og_type: article
og_type_article_tag:
label: OG Article Tags
help: Tag words associated with this article
type: tags
width: 1/2
when:
og_type: article