Created
May 22, 2018 21:18
-
-
Save TrywaR/40585e8e7df968491fff6ea2815c601e to your computer and use it in GitHub Desktop.
[ MODX ] micro_mark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- og --> | |
<meta property="og:title" content="[[*pagetitle]]"> | |
<meta property="og:site_name" content="[[++site_name]]"> | |
<meta property="og:url" content="[[!++site_url]][[!*uri]]"> | |
<meta property="og:description" content="[[*description]]"> | |
<meta property="og:type" content="website"> | |
<meta property="og:image" content="[[++template_path]]img/logo.png"> | |
<!-- og x--> | |
<!-- schema --> | |
<script type='application/ld+json'> | |
{ | |
"@context": "http://www.schema.org", | |
"@type": "Organization", | |
"name": "[[++site_name]]", | |
"url": "[[!++site_url]]", | |
"logo": "[[++template_path]]img/logo.png", | |
"description": "[[++org_description]]", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "[[++org_street]]", | |
"addressLocality": "[[++org_sity]]", | |
"addressRegion": "[[++org_region]]", | |
"postalCode": "[[++org_postalcode]]", | |
"addressCountry": "[[++org_country]]" | |
}, | |
"contactPoint": { | |
"@type": "ContactPoint", | |
"telephone": "[[++phone]]", | |
"contactType" : "customer service" | |
} | |
} | |
</script> | |
<!-- schema x--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment