The most important SEO HTML tags are (in order of importance):
- The title tag
<head> <title>keyword</title> </head>
- The header tags: H1 to H6
<h1>Most Important</h1> <h2>Also Most Important</h2> <h3>Less Important, But Also Important</h3>
- The bold and strong tags
<b>keyword</b> <strong>keyword</strong>
- The img tags
<img src=”keyword.jpg” alt=”keyword” />
- The anchor tags
<a href=”http://www.domain.com/somepage.php” title=”keyword”>keyword</a>
- The anchor tags with nofollow
<a href=”http://www.domain.com/somepage.php” title=”keyword” rel=”nofollow”>keyword</a>
Comments
Please sign in to leave a comment.