# wpsso/trunk/html/inline-variables.html

WPSSO Core – Complete Schema Markup and Meta Tags, version trunk. 100 lines.

- Page: https://pluginprobe.com/plugins/wpsso/trunk/code/html/inline-variables.html
- Raw: https://pluginprobe.com/plugins/wpsso/trunk/raw/html/inline-variables.html
- Modified: 2023-09-26T11:33:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpsso/trunk/code/html/inline-variables.html#L10-L20`.

```html

<style type="text/css">

	table.wpsso-inline-variables {
		font-size:0.9em;
	}

	table.wpsso-inline-variables tr {
		border-bottom:1px solid #ccc;
	}

	table.wpsso-inline-variables th {
		vertical-align:top;
		padding:15px 15px 15px 0;
	}

	table.wpsso-inline-variables td {
		vertical-align:top;
		padding:15px 0 15px 15px;
	}

</style>

<table class="wpsso-inline-variables">

<tr><th>%%author%%</th><td>The post author display name.</td></tr>

<tr><th>%%canonical_short_url%%</th><td>The shortened canonical URL (see SSO &gt; Advanced Settings &gt; Service APIs &gt; Shortening Services).</td></tr>

<tr><th>%%canonical_url%%</th><td>The canonical URL (comment, post, term, user, archive page, etc.).</td></tr>

<tr><th>%%comment_author%%</th><td>The comment author name.</td></tr>

<tr><th>%%comment_date%%</th><td>The comment date (see WordPress Settings &gt; General &gt; Date Format).</td></tr>

<tr><th>%%currentdate%%</th><td>The current date (see WordPress Settings &gt; General &gt; Date Format).</td></tr>

<tr><th>%%currentday%%</th><td>The current day (number)</td></tr>

<tr><th>%%currentmonth%%</th><td>The current month (name)</td></tr>

<tr><th>%%currenttime%%</th><td>The current date (see WordPress Settings &gt; General &gt; Time Format).</td></tr>

<tr><th>%%currentyear%%</th><td>The current year (number)</td></tr>

<tr><th>%%excerpt_only%%</th><td>The post excerpt (blank if no excerpt)</td></tr>

<tr><th>%%page%%</th><td>The paged content or archive page number and total number of pages (ie. "Page 1 of 2").</td></tr>

<tr><th>%%pagename%%</th><td>The WordPress query pagename (ie. page slug).</td></tr>

<tr><th>%%pagenumber%%</th><td>The paged content or archive page number.</td></tr>

<tr><th>%%pagetotal%%</th><td>The paged content or archive total number of pages.</td></tr>

<tr><th>%%parent_title%%</th><td>The post parent title.</td></tr>

<tr><th>%%post_date%%</th><td>The post published date.</td></tr>

<tr><th>%%post_modified%%</th><td>The post modified date.</td></tr>

<tr><th>%%query_day%%</th><td>The date archive page query day (number).</td></tr>

<tr><th>%%query_month%%</th><td>The date archive page query month (name).</td></tr>

<tr><th>%%query_monthnum%%</th><td>The date archive page query month (number).</td></tr>

<tr><th>%%query_search%%</th><td>The search string.</td></tr>

<tr><th>%%query_year%%</th><td>The date archive page query year (number).</td></tr>

<tr><th>%%request_url%%</th><td>The HTTP request URL (basic tracking removed).</td></tr>

<tr><th>%%sep%%</th><td>The title separator (see SSO &gt; General Settings &gt; Titles / Descriptions).</td></tr>

<tr><th>%%sharing_short_url%%</th><td>The shortened sharing URL (see SSO &gt; Advanced Settings &gt; Service APIs &gt; Shortening Services).</td></tr>

<tr><th>%%sharing_url%%</th><td>The sharing URL (may contain 'utm_medium', 'utm_source', 'utm_campaign', 'utm_content', and 'utm_term').</td></tr>

<tr><th>%%sitealtname%%</th><td>The website alternate name (see SSO &gt; General Settings &gt; Site Information).</td></tr>

<tr><th>%%sitedesc%%</th><td>The website description (see SSO &gt; General Settings &gt; Site Information).</td></tr>

<tr><th>%%sitename%%</th><td>The website name (see SSO &gt; General Settings &gt; Site Information).</td></tr>

<tr><th>%%term%%</th><td>The term name.</td></tr>

<tr><th>%%term_title%%</th><td>The term title.</td></tr>

<tr><th>%%title%%</th><td>The title (comment, post, term, user, archive page, etc.).</td></tr>

<tr><th>%%var_attrs%%</th><td>The WooCommerce product variation attributes.</td></tr>

<tr><th>%%var_sku%%</th><td>The WooCommerce product variation SKU.</td></tr>

<tr><th>%%var_title%%</th><td>The WooCommerce product variation title.</td></tr>

</table>


```
