Skip to content

Instantly share code, notes, and snippets.

@aminou7
Created April 25, 2017 13:13
Show Gist options
  • Save aminou7/befb3ef8998c191c648582e81a59e850 to your computer and use it in GitHub Desktop.
Save aminou7/befb3ef8998c191c648582e81a59e850 to your computer and use it in GitHub Desktop.
all in one seo pack for blogger 2017
<!-- All In One SEO Pack 2017 v2.0 by langages-programmation.blogspot.com Start -->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<meta content='GOOGLE VERIFICATION CODE' name='google-site-verification'/>
<meta content='BING VERIFICATION CODE' name='msvalidate.01'/>
<meta content='ALEXA VERIFICATION CODE' name='alexaVerifyID'/>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='document' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='ar' name='language'/>
<meta content='ALG' name='country'/>
<meta content='@Facebook' property='fb:admins'/>
<meta content='@Twitter' name='twitter:site'/>
<link href='https://plus.google.com/+harraneaminetourisme/about' rel='author'/>
<link href='https://plus.google.com/+harraneaminetourisme/posts' rel='publisher'/>
</b:if>
<!-- All In One SEO Pack 2017 v2.0 by langages-programmation.blogspot.com End -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment