Created
May 8, 2023 16:06
-
-
Save Dapo-Obembe/9190d85acc08ed5f5028e69837642ebc to your computer and use it in GitHub Desktop.
Code for the ALL-IN-ONE SEO BUNDLE for Blogspot.
This file contains 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
<!-- All In One SEO Bundle By: https://www.alphawebtips.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='xxxxx' name='google-site-verification'/> | |
<meta content='xxxxx' name='msvalidate.01'/> | |
<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='index, follow' name='robots'/> | |
<meta content='en-us' name='language'/> | |
<meta content='USA' name='country'/> | |
<meta content='@twitter.com/#' name='twitter:site'/> | |
<meta content='@YOUR-HANDLE' name='twitter:creator'/> | |
<meta content='YOUR NAME' name='author'/> | |
<meta content='YOUR EMAIL' name='email'/> | |
</b:if> <!-- All In One SEO Pack for Blogger by: https://www.alphawebtips.com End --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can read about All in One SEO Bundle for Google Blog here