Birthday

July 14, 2012 is TipRicks's Birthday, Please Prepare and Send Good Wishes to its team!

UnderStood
TipRicks is under maintenance! If you found any error please let us know. Contact Us ×

Hello!

Click one of our representatives below to chat on WhatsApp

Support Customer Service Center
+923084774257
You can also send us an email to support@tipricks.com
Hello! What can I do for you?
×
How can I help you?

Seo Friendly and Valid HTML5 Meta Tags for Blogger Blogs

SHARE:

Meta Tag Seo Friendly and Valid HTML5 - This time I will answer the questions that have been asked my blogger friend about how to fill in the xxxxx code that I add to the templates I share. Or You can add them also to your own blogegr template

Meta Tag Seo Friendly and Valid HTML5 - This time I will answer the questions that have been asked my blogger friend about how to fill in the XXXXX code that I add to the templates I share. You can also add them to your blogger blog have any other blogger template.

Maybe there are some bloggers who still do not understand this meta tag, well here I will explain a little about the meta tags on the blogger template.

Meta tags are one of the optimizations on blogs for blogs and articles that we post has a clear identity. So blogs will be easier to search for search robots like in Google's browser, Bing, or other search tool and will be more easily sorted in SERP (search engine results page).

 The meta tag function basically consists of several important elements including:

Meta description tag is used to provide an overview of the content of your blog page. The recommended size is no more than 200 characters. And keep this description:
[<meta content='Write a description here' name='description'/>]
Meta tag keyword Meta keyword tag is very important existence because it determines what keywords can find blog pages on search engines.
[<meta content="Keyword 1, keyword 2, keyword 3, ..." name="keywords"/>]
Meta tag robots The main purpose of using meta tag robots is to determine which blog pages will be indexed by searches and which blog pages will not be searched. This tag is very useful especially if a blog uses frames for navigation.
[<meta content="index follow" name="robots"/>]
The three components of this meta tag if combined then the shape as below:
[<meta content='Write a description here' name='description'/> <meta content='Keyword 1, keyword 2, keyword 3 ...' name='keywords'/> <meta content='index, follow' name='robots'/>]
Well, after you know the function and some basic components that must apply to the blog template. Now I will explain one by one in the XXXX code that is often contained in the templates I share.

Seo Friendly and Valid HTML5 Meta Tags

Here I will share examples of the Seo Friendly and Valid HTML5 meta tags I use in the latest Simplify 2 templates as well as my bloggers' answers on how to remove blog titles when sharing articles to social media. The code below can be installed under the opening tag <head> or before </head>
  • [message]
    • ##exclamation-triangle## Note
      • The "expires" meta tag tells search engines when the content on your website will expire. The tag defines the expiration date and time of the document being indexed. If your website is running a limited time event or there is a preset date when your document will no longer be valid, you should include the expires tag to indicate to search engines when to delete your web-page from their database.
[<!-- [ Meta Tag SEO ] -->
<include expiration='7d' path='*.css'/>
<include expiration='7d' path='*.js'/>
<include expiration='3d' path='*.gif'/>
<include expiration='3d' path='*.jpeg'/>
<include expiration='3d' path='*.jpg'/>
<include expiration='3d' path='*.png'/>
<meta content='sat, 02 jun 2020 00:00:00 GMT' http-equiv='expires'/>
<meta charset='utf-8'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<meta content='blogger' name='generator'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
<link expr:href='data:blog.homepageUrl' rel='openid.delegate'/>
<link expr:href='data:blog.url' rel='canonical'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if></b:if>
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>Page Not Found - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex' name='robots'/>
</b:if>
<b:if cond='data:blog.searchLabel'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
<b:if cond='data:blog.isMobile'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<script type='application/ld+json'>{ &quot;@context&quot;: &quot;http://schema.org&quot;, &quot;@type&quot;: &quot;WebSite&quot;, &quot;url&quot;: &quot;<data:blog.homepageUrl/>&quot;, &quot;potentialAction&quot;: { &quot;@type&quot;: &quot;SearchAction&quot;, &quot;target&quot;: &quot;<data:blog.homepageUrl/>?q={search_term}&quot;, &quot;query-input&quot;: &quot;required name=search_term&quot; } }</script>
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.pageTitle + &quot;, &quot; + data:blog.title' name='keywords'/>
</b:if></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='DESKRIPSI-BLOG' name='keywords'/></b:if>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<link expr:href='data:blog.homepageUrl + &quot;feeds/posts/default?alt=rss&quot;' expr:title='data:blog.title + &quot; - RSS&quot;' rel='alternate' type='application/rss+xml'/>
<link expr:href='&quot;http://www.blogger.com/feeds/&quot; + data:blog.blogId + &quot;/posts/default&quot;' expr:title='data:blog.title + &quot; - Atom&quot;' rel='alternate' type='application/atom+xml'/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.postImageThumbnailUrl'>
<link expr:href='data:blog.postImageThumbnailUrl' rel='image_src'/>
</b:if></b:if>
<link expr:href='data:blog.url' hreflang='x-default' rel='alternate'/>
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS/posts' rel='publisher'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS/about' rel='author'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS' rel='me'/>
<meta content='CODES-VALIDATION-GOOGLE-WEBMASTER' name='google-site-verification'/>
<meta content='CODE-VALIDATION-BING-WEBMASTER' name='msvalidate.01'/>
<meta content='Pakistan' name='geo.placename'/>
<meta content='NAME-ADMIN' name='Author'/>
<meta content='general' name='rating'/>
<meta content='id' name='geo.country'/>
<!-- [ Social Media Meta Tag ] -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<meta content='article' property='og:type'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<meta expr:content='data:blog.title' property='og:title'/>
<meta content='website' property='og:type'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<b:else/>
<meta expr:content='&quot;Please visit &quot; + data:blog.pageTitle + &quot; Untuk membaca postingan menarik.&quot;' property='og:description'/>
</b:if>
</b:if>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
<b:else/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postThumbnailUrl' property='og:image'/>
<b:else/>
<meta content='https: //2. bp. blogspot. com/-E9d-TAKJ7Jg/WUSGrCYU_YI/AAAAAAAAEH0/uSm3d9-ddssa-v2_GP4CswBDD4EFSUhAwCLcBGAs/s1600/11951249_1658856427693361_2072228849097674697_n.png' property='og:image'/>
</b:if>
</b:if>
<meta content='https: //www. facebook. com/PROFIL-FACEBOOK' property='article:author'/>
<meta content='https: //www. facebook. com/FAN-PAGE-FACEBOOK' property='article:publisher'/>
<meta content='KODE-APLIKASI-FACEBOOK' property='fb:app_id'/>
<meta content='KODE-ADMIN-FACEBOOK' property='fb:admins'/>
<meta content='en_US' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='id_ID' property='og:locale:alternate'/>
<meta content='summary' name='twitter:card'/>
<meta expr:content='data:blog.pageTitle' name='twitter:title'/>
<meta content='USER-TWITTER' name='twitter:site'/>
<meta content='USER-TWITTER' name='twitter:creator'/>]
  • [message]
    • 💀Note
      • Remove "expires" meta tag. If your blog is not an event blog and your blog content is forever.

Information

POSTS
EXPLANATION
DESCRIPTION-BLOG
Filled with description or keyword blog
USER-GOOGLE-PLUS
Filled with Google+ blog admin link, example: + ArlinaFitriyaniDee
CODES-VALIDATION-GOOGLE-WEBMASTER
Filled with Google validation code in Search Console
CODE-VALIDATION-BING-WEBMASTER
Filled with Bing Webmaster validation code *
NAME-ADMIN
Fill in the author name
Id and Indonesia
Fill in the country code where your blog is published
PROFIL-FACEBOOK
Fill in your Facebook profile link
FAN-PAGE-FACEBOOK
Fill in with Facebook Fan Page link
CODE-APPLICATION-FACEBOOK
Fill in with the Facebook App code, make it at https://developers.facebook.com
CODE-ADMIN-FACEBOOK
Fill in your Facebook profile code, get it at http://findmyfbid.com
USER-TWITTER
Fill in your Twitter username

* = Remove if not in use 

Re-customize the XXXXX code in your template with the meta tag placement above or simply replace the existing meta tag with this meta tag. So this is the Seo Friendly and Valid HTML5 Meta Tags. If you face any problem in editing or adding these meta tags to your template please ask to me in comments below so that I can help you as soon as possible.
Hopefully helpful, and thank you.

This article "Seo Friendly and Valid HTML5 Meta Tags for Blogger Blogs" is protected by




Was this article helpful?

Thanks! Your feedback will help us to improve our Services.

COMMENTS

BLOGGER: 4
  1. Sir,
    What is the meaning of

    meta content='sat, 02 jun 2020 00:00:00 GMT' http-equiv='expires'

    Do it delete page from Google index after 2 jun, 2020.
    Please reply

    ReplyDelete
    Replies
    1. Arun first thanks for comming here! 😍

      Well, the "expires meta tag" tells search engines when the content on your website will expire. The tag defines the expiration date and time of the document being indexed.

      If your website is running a limited time event or there is a preset date when your document will no longer be valid, you should include the expires tag to indicate to search engines when to delete your web-page from their database.

      Hope you get your answer, Keep reading 😊

      Delete
  2. Superb way of explaining, and great blog to get wonderful information.

    ReplyDelete
    Replies
    1. Thanks, Lauren for your appreciation! 🤩 Your positive feedback encourages us a lot. Keep visiting 😍

      Delete

Need help? Contact to our support center at +92 308 477 4257
Name

Agriculture PPT Templates,2,AI Tools,1,Amazon,1,AskTipRicks,9,Blogger,48,Blogger-SEO,6,Blogger-Templates,1,Blogger-Tutorials,32,Blogger-Widgets,11,Blogging-Tips,7,Books,1,Business,1,Computer PPT Templates,1,Computer-Tutorials,1,Creative-PowerPoint-Templates,2,Digital Marketing,1,Domain,1,Ecommerce,1,Facebook,4,Free-Mobile-Data,1,Freenom,1,General,7,Google-Adsense,4,Google-Analytics,2,Google-Classroom,3,Instagram,2,Internet,1,Interviews,1,Islamic PPT Templates,1,jQuery,1,Marketing,1,Medical PPT Templates,1,Microsoft-Word,3,Mobile-Marketing,1,Motivation,1,MS Word,1,News,25,News-Updates,26,Oppo-Mobile-Features,1,PDF,1,PowerPoint-Templates,7,Resume-Templates,2,Reviews,3,SEO,8,Social-Media,6,Tech-News,15,TrueCaller,1,Twitter,1,Videos,24,Vlogging,1,Web-Hosting,1,Whatsapp,3,WordPress,8,WordPress-SEO,1,WordPress-Themes,1,WordPress-Tutorials,4,Youtube,5,
ltr
item
TipRicks Blog: Seo Friendly and Valid HTML5 Meta Tags for Blogger Blogs
Seo Friendly and Valid HTML5 Meta Tags for Blogger Blogs
Meta Tag Seo Friendly and Valid HTML5 - This time I will answer the questions that have been asked my blogger friend about how to fill in the xxxxx code that I add to the templates I share. Or You can add them also to your own blogegr template
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipHxzf_efK7cZm89CzMOEthZfxN1ty-q7q_vgwwruQmvgQiI3eFSsxgDub0cNHVXgAIw30vGcVdskLnXbrM78eejJ0Lx9WyucvG_7Gwtt1uoelTW2ATBOLU3h3UQWcW1sHcEDmYAtOxV5H/s320/seo-friendly-and-valid-html5-meta-tags.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipHxzf_efK7cZm89CzMOEthZfxN1ty-q7q_vgwwruQmvgQiI3eFSsxgDub0cNHVXgAIw30vGcVdskLnXbrM78eejJ0Lx9WyucvG_7Gwtt1uoelTW2ATBOLU3h3UQWcW1sHcEDmYAtOxV5H/s72-c/seo-friendly-and-valid-html5-meta-tags.jpg
TipRicks Blog
https://blog.tipricks.com/2017/06/seo-friendly-and-valid-html5-meta-tags-for-blogger-blogs.html
https://blog.tipricks.com/
https://blog.tipricks.com/
https://blog.tipricks.com/2017/06/seo-friendly-and-valid-html5-meta-tags-for-blogger-blogs.html
true
7070217950916442682
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy