Make your Blogger blogspot site more SEO friendly using Meta tags in HTML Code

Make your Blogger blogspot site more SEO friendly using Meta tags in HTML Code

Meta tags are snippets of code that are added to the HTML code of a webpage. They provide data to help search engines understand the information on the page. Meta tags can also be used in snippets on search engine results pages (SERPs).

Here are some of the most important meta tags for SEO:

  • Title tag: The title tag is the most important meta tag for SEO. It is the text that appears in the title bar of a web browser and in the search results. The title tag should be descriptive of the content of the page and should include the target keywords.
  • Meta description: The meta description is a brief summary of the content of the page. It appears in the search results below the title tag. The meta description should be informative and should include the target keywords.
  • Meta keywords: Meta keywords are a list of keywords that describe the content of the page. They are no longer as important as they once were, but they can still be helpful in some cases.
  • Robots meta tag: The robots meta tag tells search engines how to index and crawl your website. You can use the robots meta tag to prevent search engines from indexing certain pages or to tell them to follow or not follow links on your website.

To add meta tags to your Blogger website, you can use the HTML editor. Here is an example of how to add a title tag and a meta description to a Blogger blog post:

<head>
  <title>My Blog Post Title</title>
  <meta name="description" content="This is a brief description of my blog post.">
</head>

You can also add meta tags to your Blogger website using the Blogger Template Editor. To do this, go to your Blogger dashboard and click on "Template." Then, click on the "Edit HTML" tab. Scroll down to the section of the code and add the meta tags there.

Here are some additional tips for using meta tags for SEO:

  • Use relevant keywords in your meta tags.
  • Keep your meta tags short and concise.
  • Use different meta keywords for different pages on your website.
  • Update your meta tags regularly.

By following these tips, you can use meta tags to improve the SEO of your Blogger website.

Recommended tags

<meta name="description" content="Free Web tutorials">

<meta name="keywords" content="HTML,CSS,XML,JavaScript">

<meta name="author" content="TechRipoN">

<meta name="language" content="EN">

<meta name="owner" content="">

<meta name="distribution" content="Global">

<meta name="topic" content="">

<meta name="url" content="http://www.yoursite.com">



Other Following Tags

<meta name="keywords" content="your, tags"/>

<meta name="description" content="150 words"/>

<meta name="subject" content="your website's subject">

<meta name="copyright"content="company name">

<meta name="robots" content="index,follow" />

<meta name="revised" content="Sunday, July 18th, 2010, 5:15 pm" />

<meta name="abstract" content="">

<meta name="summary" content="">

<meta name="Classification" content="Business">

<meta name="author" content="name, email@hotmail.com">

<meta name="designer" content="">

<meta name="copyright" content="">

<meta name="reply-to" content="email@hotmail.com">

<meta name="owner" content="">

<meta name="identifier-URL" content="http://www.yoursite.com">

<meta name="directory" content="submission">

<meta name="category" content="">

<meta name="coverage" content="Worldwide">

<meta name="distribution" content="Global">

<meta name="rating" content="General">

<meta name="revisit-after" content="7 days">

<meta http-equiv="Expires" content="0">

<meta http-equiv="Pragma" content="no-cache">

<meta http-equiv="Cache-Control" content="no-cache">