PluginProbe
WPSSO Core – Complete Schema Markup and Meta Tags / 22.7.0
WPSSO Core – Complete Schema Markup and Meta Tags v22.7.0
22.7.0 22.6.1 22.6.0 22.5.3 22.5.2 22.5.1 22.4.0 22.3.0 22.2.1 22.2.0 22.1.3 22.1.2 22.1.1 22.1.0 22.0.0 21.13.3 21.13.2 trunk 21.13.1
← All changes | html/inline-variables.html +99 -0 21.13.222.7.0 View file →
@@ -1,0 +1,99 @@
1 +
2 +<style type="text/css">
3 +
4 + table.wpsso-inline-variables {
5 + font-size:0.9em;
6 + }
7 +
8 + table.wpsso-inline-variables tr {
9 + border-bottom:1px solid #ccc;
10 + }
11 +
12 + table.wpsso-inline-variables th {
13 + vertical-align:top;
14 + padding:15px 15px 15px 0;
15 + }
16 +
17 + table.wpsso-inline-variables td {
18 + vertical-align:top;
19 + padding:15px 0 15px 15px;
20 + }
21 +
22 +</style>
23 +
24 +<table class="wpsso-inline-variables">
25 +
26 +<tr><th>%%author%%</th><td>The post author display name.</td></tr>
27 +
28 +<tr><th>%%canonical_short_url%%</th><td>The shortened canonical URL (see SSO &gt; Advanced Settings &gt; Service APIs &gt; Shortening Services).</td></tr>
29 +
30 +<tr><th>%%canonical_url%%</th><td>The canonical URL (comment, post, term, user, archive page, etc.).</td></tr>
31 +
32 +<tr><th>%%comment_author%%</th><td>The comment author name.</td></tr>
33 +
34 +<tr><th>%%comment_date%%</th><td>The comment date (see WordPress Settings &gt; General &gt; Date Format).</td></tr>
35 +
36 +<tr><th>%%currentdate%%</th><td>The current date (see WordPress Settings &gt; General &gt; Date Format).</td></tr>
37 +
38 +<tr><th>%%currentday%%</th><td>The current day (number)</td></tr>
39 +
40 +<tr><th>%%currentmonth%%</th><td>The current month (name)</td></tr>
41 +
42 +<tr><th>%%currenttime%%</th><td>The current date (see WordPress Settings &gt; General &gt; Time Format).</td></tr>
43 +
44 +<tr><th>%%currentyear%%</th><td>The current year (number)</td></tr>
45 +
46 +<tr><th>%%excerpt_only%%</th><td>The post excerpt (blank if no excerpt)</td></tr>
47 +
48 +<tr><th>%%page%%</th><td>The paged content or archive page number and total number of pages (ie. "Page 1 of 2").</td></tr>
49 +
50 +<tr><th>%%pagename%%</th><td>The WordPress query pagename (ie. page slug).</td></tr>
51 +
52 +<tr><th>%%pagenumber%%</th><td>The paged content or archive page number.</td></tr>
53 +
54 +<tr><th>%%pagetotal%%</th><td>The paged content or archive total number of pages.</td></tr>
55 +
56 +<tr><th>%%parent_title%%</th><td>The post parent title.</td></tr>
57 +
58 +<tr><th>%%post_date%%</th><td>The post published date.</td></tr>
59 +
60 +<tr><th>%%post_modified%%</th><td>The post modified date.</td></tr>
61 +
62 +<tr><th>%%query_day%%</th><td>The date archive page query day (number).</td></tr>
63 +
64 +<tr><th>%%query_month%%</th><td>The date archive page query month (name).</td></tr>
65 +
66 +<tr><th>%%query_monthnum%%</th><td>The date archive page query month (number).</td></tr>
67 +
68 +<tr><th>%%query_search%%</th><td>The search string.</td></tr>
69 +
70 +<tr><th>%%query_year%%</th><td>The date archive page query year (number).</td></tr>
71 +
72 +<tr><th>%%request_url%%</th><td>The HTTP request URL (basic tracking removed).</td></tr>
73 +
74 +<tr><th>%%sep%%</th><td>The title separator (see SSO &gt; General Settings &gt; Titles / Descriptions).</td></tr>
75 +
76 +<tr><th>%%sharing_short_url%%</th><td>The shortened sharing URL (see SSO &gt; Advanced Settings &gt; Service APIs &gt; Shortening Services).</td></tr>
77 +
78 +<tr><th>%%sharing_url%%</th><td>The sharing URL (may contain 'utm_medium', 'utm_source', 'utm_campaign', 'utm_content', and 'utm_term').</td></tr>
79 +
80 +<tr><th>%%sitealtname%%</th><td>The website alternate name (see SSO &gt; General Settings &gt; Site Information).</td></tr>
81 +
82 +<tr><th>%%sitedesc%%</th><td>The website description (see SSO &gt; General Settings &gt; Site Information).</td></tr>
83 +
84 +<tr><th>%%sitename%%</th><td>The website name (see SSO &gt; General Settings &gt; Site Information).</td></tr>
85 +
86 +<tr><th>%%term%%</th><td>The term name.</td></tr>
87 +
88 +<tr><th>%%term_title%%</th><td>The term title.</td></tr>
89 +
90 +<tr><th>%%title%%</th><td>The title (comment, post, term, user, archive page, etc.).</td></tr>
91 +
92 +<tr><th>%%var_attrs%%</th><td>The WooCommerce product variation attributes.</td></tr>
93 +
94 +<tr><th>%%var_sku%%</th><td>The WooCommerce product variation SKU.</td></tr>
95 +
96 +<tr><th>%%var_title%%</th><td>The WooCommerce product variation title.</td></tr>
97 +
98 +</table>
99 +