Recent Posts

HTML Meta Tags for SEO

 

1. Title Tags 

        <title> Your title foes here</title>

2. Meta description tag

        <meta name='description' content='your description goes here'>

3. Heading

         <h1> your main heading goes here</h1>

4.  Alt attribute 

        <img src='url' alt="your image description goes here'>

5.  Open graph tags

       <meta property=og:title' content='title here'/>

       <meta property=og:description' content='description here'/>

       <meta property=og:image' content='img.png'/>

6. Robot meta tag

      <meta name='robots' content='noindex' />

7. Canonical tag

      <link rel="canonical' href='url_here' />

No comments

If you have any doubts, Please let me know