My Brain Cells

Easiest (and best) learning materials for anyone with a curiosity for machine learning and artificial intelligence, Deep learning, Programming, and other fun life hacks.

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’ />

Anthony

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top