Free

Best Search Engine Friendly 2023 Meta Code For Blogger

Best Search Engine Friendly 2023 Meta Code For Blogger

Meta tag optimization is the best way to provide location information to search engines like Google, Bing, and more. Not only that meta tags are one of the most important components that should be implemented in your website or blog as the basic step of on-page SEO.

Graphic design basics 7 1

Simply and plainly, a meta tag is a set of HTML code installed on your site or blog written in the <head> section that helps search engines or social media sites know the complete summary of the site’s contents.

How important are meta tags?

In order to earn a place in search results, a site or blog must include a meta tag in its blog code structure, unless the blog is set up for a specific person or reader. You can say that the data that will appear in the search results is obtained from meta tags.

A good meta tag that is neatly and completely ranked will make your site indexed faster by search engines and more likely to get a high position in search results.

What should be in the meta tag?

The most standard meta tags are meta tags that provide some important information like site title, descriptions, keywords and thumbnails.
If the above four data are already in the previous meta tag, it is enough to compete in search results. But not only does your site implement the above method, there are thousands of other sites with similar niches that do the same even with better quality content than your site. Are you able to compete with them?

Your only chance is to increase your meta tags by adding some other code that is equally important in improving the quality of your site. So what are the things you need to add to your site? See explanation below:

Meta Open Graph

Traffic sources for a site not only from search engines, but mostly from social media. It is also important to provide a summary of your location information to social media such as Facebook, Twitter, etc. The trick is to add the Meta Open Graph tag to your site.

Site Authority

It contains a site’s ownership information, such as the site creator’s name, a link to the site owner’s information, a webmaster verification code etc.

meta robot crown

This meta tag provides more complex information to the search engine bots, the important things that are usually added to this meta tag are the language information of your site, the location of your site and some other things.

If you have all of the above information applied to your meta tag, we can be sure that your site will rank high in search results. At least your site is getting indexed faster than usual.

How does writing good meta tag code for your site look?

Not only does it provide complete information, good meta tags are arranged easily and are easy to understand by the site owner themselves, and by arranging the meta tag structure of your site, you will have no trouble editing or changing it when needed later.

Below, we are going to share the latest and best meta tag blogger 2020 in our opinion, this meta tag is arranged more intuitively to make editing easier and we will give you instructions to modify some parts of this meta tag.

Based on experience using this meta tag, Mint Web Blog is unaffected even after changing templates several times thanks to the following meta tag. We’re not saying these meta tags are the most perfect, but at least it’s worth a try because if we do it, it will too.

Paste the meta tag code below in the <head> … </head> section of your site or blog, or replace the meta tag you used earlier with the following meta tag:

 

  <!-- Blog Title -->
  <b:if cond='data:view.isError'><title>خطأ 404: الصفحة غير موجوده</title></b:if>  
  <b:if cond='data:view.isHomepage'><title><data:blog.pageTitle/></title></b:if>
  <b:if cond='!data:view.isMultipleItems'><title><data:blog.pageName/></title></b:if>
  <b:if cond='data:view.isMultipleItems'>
    <b:if cond='data:view.search.query'><title>البحث : <data:view.search.query/></title></b:if>
    <b:if cond='data:view.search.label'><title><data:blog.pageName/> - <data:blog.title/></title></b:if>
    <b:if cond='data:view.isArchive'><title>أرشيف المدونة في:<data:blog.pageName/></title></b:if>
    <b:if cond='data:view.search and !data:view.search.label and !data:view.search.query and !data:view.isArchive'><title>المدونة : <data:blog.title/></title></b:if>
  </b:if>

  <!-- Meta Title -->
  <b:if cond='data:view.isMultipleItems'>
  <meta expr:content='data:blog.pageTitle' property='og:title'/>
  <meta expr:content='data:blog.pageTitle' property='og:image:alt'/>
  <meta expr:content='data:blog.pageTitle' name='twitter:title'/>
  <meta expr:content='data:blog.pageTitle' name='twitter:image:alt'/>
  <b:else/>
  <meta expr:content='data:blog.pageName' property='og:title'/>
  <meta expr:content='data:blog.pageName' property='og:image:alt'/>
  <meta expr:content='data:blog.pageName' name='twitter:title'/>
  <meta expr:content='data:blog.pageName' name='twitter:image:alt'/>
  </b:if>
  <meta expr:content='data:blog.title' property='og:site_name'/>

  <!-- Meta Image -->
  <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'/>'and:image'= property
      <b:else/>
      <meta content='logo-blog.png' property='og:image'/>
    </b:if>
  </b:if>
  <b:if cond='data:view.isMultipleItems'>
    <meta content='logo-blog.png' name='twitter:image'/>
    <b:else/>
    <meta expr:content='data:blog.postImageUrl' name='twitter:image'/>
  </b:if>
  <b:if cond='data:view.isPost'>
    <link expr:href='resizeImage(data:blog.postImageUrl, 700)' rel='image_src'/>
  </b:if>

  <!-- Meta Description -->
  <meta expr:content='data:blog.metaDescription' name='description'/>
  <b:if cond='data:blog.metaDescription'>
    <meta expr:content='data:blog.metaDescription' property='og:description'/>
    <b:else/>
    <meta expr:content='data:post.snippet' property='og:description'/>
  </b:if>
  <meta expr:content='data:blog.metaDescription' name='twitter:description'/>

  <!-- Meta Keywords -->
  <meta expr:content='data:blog.title + ", " + data:blog.pageName' name='keywords'/>
  <meta expr:content='data:blog.title' property='article:tag'/>

  <!-- Meta Link -->
  <link expr:href='data:blog.url' rel='canonical'/>
  <link expr:href='data:blog.url' hreflang='x-default' rel='alternate'/>
  <meta expr:content='data:blog.canonicalUrl' property='og:url'/>

  <!-- Meta Owner -->
  <'site owner name'=contentmeta  name = 'Author' /> 
  < link  href = ' https://www.facebook.com/userfb '  rel = 'me' />  // your Facebook profile link 
  < link  href = ' https://www.facebook .com/userfb '  rel = 'author' />  // Link to your Facebook profile 
  < link  href = ' https://www.facebook.com/linkFanspage '  rel = 'publisher' /> // Your fan page link, if any, please replace it with your profile link 
  <meta  content = ' 000000000000999 '  property = 'fb:admins' />  // your Facebook profile code 
  < meta  content = ' 000000000000999 '  property = 'fb:pages' />  // your Facebook fan page code, if any 
  < meta  content = ' 00000000000099988 '  property = 'fb:app_id' /> 
  < meta  content = ' https://www.facebook.com/000000000000999 ' property= 'article:author' />  // your Facebook profile link 
  < meta  content = ' https://www.facebook.com/000000000000999 '  property = 'article:publisher' />  // your fan page link, if available 
  < meta  content = ' @user.twitter '  name = 'twitter:site' /> 
  < meta  content = ' @user.twitter '  name = 'twitter:creator' /> 
  < meta  expr:content='data:blog.title' name='copyright'/>

  <!-- Meta Icon -->
  <link expr:href='data:blog.homepageUrl + "favicon.ico"' rel='icon' type='image/x-icon'/>
  <link href='.../s300/logo-blog.png' rel='apple-touch-icon'/>
  <link href='.../s57/logo-blog.png' rel='apple-touch-icon' sizes='57x57'/>
  <link href='.../s72/logo-blog.png' rel='apple-touch-icon' sizes='72x72'/>
  <link href='.../s76/logo-blog.png' rel='apple-touch-icon' sizes='76x76'/>
  <link href='.../s114/logo-blog.png' rel='apple-touch-icon' sizes='114x114'/>
  <link href='.../s120/logo-blog.png ' rel='apple-touch-icon' sizes='120x120'/>
  <link href='.../s144/logo-blog.png' rel='apple-touch-icon' sizes='144x144'/>
  <link href='.../s152/logo-blog.png' rel='apple-touch-icon' sizes='152x152'/>
  <link href='.../s180/logo-blog.png' rel='apple-touch-icon' sizes='180x180'/>

  <!-- Meta Theme Color -->
  <meta content='#fff' name='theme-color'/>
  <meta content='#fff' name='msapplication-navbutton-color'/>
  <meta content='#fff' name='apple-mobile-web-app-status-bar-style'/>
  <meta content='yes' name='apple-mobile-web-app-capable'/>

  <!-- Meta Blogger Rss -->
  <meta content='blogger' name='generator'/>
  <link href='https://www.blogger.com/openid-server.g' rel='openid.server'/>
  <link expr:href='data:blog.url' rel='openid.delegate'/>
  <link expr:href='data:blog.homepageUrl + "feeds/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
  <link expr:href='"//www.blogger.com/feeds/" + data:blog.blogId + "/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
  <link expr:href='data:blog.homepageUrl + "feeds/posts/default?alt=rss"' expr:title='data:blog.title + " - RSS"' rel='alternate' type='application/rss+xml'/>

  <!-- Meta Open Graph -->
  <meta content='article' property='og:type'/>
  <meta content='id_ID' property='og:locale'/>
  <meta content='en_US' property='og:locale:alternate'/>
  <meta content='en_GB' property='og:locale:alternate'/>
  <meta content='summary_large_image' name='twitter:card'/>

  <!-- Meta Robots Search -->
  <meta content='width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=5.0' name='viewport'/>
  <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  <meta content='all-language' http-equiv='Content-Language'/>
  <meta content='IE=Edge' http-equiv='X-UA-Compatible'/>
  <meta content='Egypt' name='geo.placename'/>
  <meta content='eg' name='geo.country'/>
  <meta content='EG_AR' name='geo.region'/>
  <meta content='ar' name='language'/>
  <meta content='global' name='target'/>
  <meta content='global' name='distribution'/>
  <meta content='general' name='rating'/>
  <meta content='1 days' name='revisit-after'/>
  <meta content='true' name='MSSmartTagsPreventParsing'/>
  <meta content='index, follow' name='googlebot'/>
  <meta content='follow, all' name='Googlebot-Image'/>
  <meta content='follow, all' name='msnbot'/>
  <meta content='follow, all' name='Slurp'/>
  <meta content='follow, all' name='ZyBorg'/>
  <meta content='follow, all' name='Scooter'/>
  <meta content='all' name='spiders'/>
  <meta content='all' name='WEBCRAWLERS'/>

  <!-- Owner Sife Verification -->
  <meta content='xxxxxxxxxxxxxxxxx_g' name='google-site-verification'/>
  <meta content='xxxxxxxxxxxxxxxxx' name='msvalidate.01'/>
  <meta content='xxxxxxxxxxxxxxxxx' name='p:domain_verify'/>
  <meta content='xxxx_xxxxx-xxxxxxx' name='majestic-site-verification'/>

Description and usage guide

Before copying and pasting the above meta tag on your site,  change it!  Some sections are tagged with information from your site or in meta tags you’ve used before.

Related Articles