<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Adithya</title>
    <description>The latest articles on Forem by Adithya (@adithyahere).</description>
    <link>https://forem.com/adithyahere</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F641004%2Fb6bbe338-c565-4629-904c-88f070bd6ec9.jpg</url>
      <title>Forem: Adithya</title>
      <link>https://forem.com/adithyahere</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/adithyahere"/>
    <language>en</language>
    <item>
      <title>Html tags for Technical SEO</title>
      <dc:creator>Adithya</dc:creator>
      <pubDate>Wed, 21 Jul 2021 14:17:17 +0000</pubDate>
      <link>https://forem.com/adithyahere/html-tags-for-technical-seo-d7f</link>
      <guid>https://forem.com/adithyahere/html-tags-for-technical-seo-d7f</guid>
      <description>&lt;p&gt;&lt;em&gt;First Things first,&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;What is SEO?&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--c1WPRrlV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/md8c6poh4zmbmpcrhtty.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--c1WPRrlV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/md8c6poh4zmbmpcrhtty.png" alt="what is seo" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In simple terms, The practices of improving your website visibility to rank on the first page of google.&lt;/p&gt;

&lt;p&gt;SEO stands for Search Engine Optimization and it is an organic way to drive traffic to your site.&lt;/p&gt;

&lt;p&gt;Yep, your website has great content and is designed well to appeal to people’s eyes. But if people can’t find your website, all of this is worthless, Right!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Search Engine (Chrome) see’s your website?&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EJp2UJEp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qcz1zdp4nkyrxd1t89km.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EJp2UJEp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qcz1zdp4nkyrxd1t89km.png" alt="how search engine works" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dYatQwpi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/740tzorpbrqz610hypl5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dYatQwpi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/740tzorpbrqz610hypl5.png" alt="html codes" width="880" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can see Html tags and the content of the webpage on the above image. This is how you can communicate with search engines through Html tags.&lt;/p&gt;

&lt;p&gt;Some Html tags are important and some are not, let’s learn what is essential for SEO.&lt;/p&gt;
&lt;h1&gt;
  
  
  1.Title tag
&lt;/h1&gt;

&lt;p&gt;Title tags play a very important role in SEO. Since this is what people see when they search for a keyword, which appears on the search engine result page(SERP).&lt;/p&gt;

&lt;p&gt;In the Html code, it looks like this👇&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;title&amp;gt;This is your title&amp;lt;/title&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To optimize&lt;/strong&gt;&lt;br&gt;
-Google shows only 50-60 characters in SERP.&lt;br&gt;
-Give a short &amp;amp; crisp title for your blog post or web pages.&lt;br&gt;
-If your title is relevant and attractive, more users will click on it.&lt;/p&gt;
&lt;h2&gt;
  
  
  2.Meta tag
&lt;/h2&gt;

&lt;p&gt;A short description below the title in SERP is given by using a meta tag. The meta tags define metadata about the HTML document.&lt;/p&gt;

&lt;p&gt;In Html, it looks something like this👇&lt;/p&gt;

&lt;p&gt;There are 4 main pieces of information you should give on the meta tag (description, keywords, author, viewport). Let’s break down&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--X30XrM8j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aja6czazm6ij3mk2uf3p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--X30XrM8j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aja6czazm6ij3mk2uf3p.png" alt="meta tags description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This information is only shown on the search result page.&lt;/p&gt;

&lt;p&gt;Here “name” inside the meta tag is known as attributes. Attributes are used to give additional information about the Html tag.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Optimize:&lt;/strong&gt;&lt;br&gt;
-Give a short description of including one or two keywords for what you want to rank for.&lt;br&gt;
-Keep it relevant to the title tag, also add your brand name.&lt;/p&gt;
&lt;h3&gt;
  
  
  3.Header tags
&lt;/h3&gt;

&lt;p&gt;We have scrolled through many articles just by reading headings on the page, haven't we? The same way a search engine looks. Html has 6 header tags from h1 to h6.&lt;/p&gt;

&lt;p&gt;In Html, it looks like this👇&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;body&amp;gt;
    &amp;lt;h1&amp;gt;Title tag&amp;lt;/h1&amp;gt;
        &amp;lt;p&amp;gt;.......&amp;lt;/p&amp;gt;
    &amp;lt;h2&amp;gt;Meta tag&amp;lt;/h2&amp;gt;
         &amp;lt;p&amp;gt;....&amp;lt;/p&amp;gt;
    .
    .
    .
    &amp;lt;h6&amp;gt;Responsiveness&amp;lt;/h6&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;To Optimize:&lt;/strong&gt;&lt;br&gt;
-Keep your header tags in order, such that it starts from intro till conclusion or steps of a procedure.&lt;br&gt;
-Include keywords in header tags but don’t repeat, keep it natural.&lt;/p&gt;
&lt;h3&gt;
  
  
  4.Image Optimization
&lt;/h3&gt;

&lt;p&gt;We can see images but search engines can’t. So to tell the search engine what the image represents, “alt” attributes are used.&lt;/p&gt;

&lt;p&gt;This is how the alt attribute is used along with the img tag.👇&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div&amp;gt;
    &amp;lt;img src="cutecats.png" alt="tired orange cat sleeping"&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;To Optimize:&lt;/strong&gt;&lt;br&gt;
-Describe the image in the alt attribute so that the search engine can understand your content.&lt;br&gt;
-It also helps to rank images for image searchers.&lt;/p&gt;

&lt;p&gt;Pause, wait, first know this👇&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How does Search Engine(chrome) Rank your pages?&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--evaQcDIO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6iiep18l87je4xskpq6t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--evaQcDIO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6iiep18l87je4xskpq6t.png" alt="illustrations" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The search engine works by crawling, indexing, and ranking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Crawling:&lt;/strong&gt; Crawling is done by google bots (also known as crawlers or spiders), it collects all types of content available on the internet by following links they find.&lt;br&gt;
Firstly to rank your website,it should be visible to Google bots.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Indexing:&lt;/strong&gt; The second step is to store all the discovered content in databases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ranking:&lt;/strong&gt; Final step is to find high-quality and updated content and it ranks from more relevant to least relevant to showup on search results.&lt;/p&gt;
&lt;h3&gt;
  
  
  5.Link tags
&lt;/h3&gt;

&lt;p&gt;Link tag contains the “href” attribute which has the URL. It is the best practice to have a “rel” attribute which means reference.&lt;/p&gt;

&lt;p&gt;Nofollow Links:&lt;/p&gt;

&lt;p&gt;When you don’t want the search engine to follow that link, “nofollow” attributes are used.&lt;br&gt;
It looks like this👇&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;body&amp;gt;
     &amp;lt;a rel="nofollow" href="url..."&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/body&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  6.Canonical tags
&lt;/h4&gt;

&lt;p&gt;All websites have duplicated web pages. When you want to tell the browser which is the original page over the other duplicated copies, the “canonical” attribute is used.&lt;br&gt;
The canonical attributes look like this👇&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FIIRfaSo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z9yztj6la46r3yqhcslz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FIIRfaSo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z9yztj6la46r3yqhcslz.png" alt="canonical html tags" width="713" height="152"&gt;&lt;/a&gt;&lt;br&gt;
It should be placed within Html head tags.&lt;/p&gt;

&lt;p&gt;🤖Search engines are getting smarter with every passing hour.&lt;/p&gt;

&lt;p&gt;And with that, it's a wrap!👋&lt;br&gt;
I hope you found this article useful.&lt;/p&gt;

</description>
      <category>html</category>
      <category>technicalseo</category>
      <category>seo</category>
    </item>
  </channel>
</rss>
