Created
April 30, 2015 02:06
-
-
Save sepiariver/bba9812569b754899450 to your computer and use it in GitHub Desktop.
Schema.org head tags
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
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" itemscope itemtype="http://schema.org/{put something here}"> <!--<![endif]--> | |
<head> | |
<meta charset="[[++modx_charset]]"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>[[*pagetitle]] | [[++site_name]]</title> | |
<meta itemprop="name" content="[[++site_name]]"> | |
<meta itemprop="description" name="description" content="[[*description:default=`[[++site_tagline`]]"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<base itemprop="url" href="[[!++site_url]]"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment