Important SEO HTML Tags
In Previous article am explained major Search Engines and Google Indexing LimitsImportant SEO HTML Tags
1. Title Tag:
Page Title Tag should be within the <head> Tag. <title> tag should be end with </title> tag.
Most important your Page Title should not be more than 70 Characters.
Example:
<head>
<title>Latest Technology news, Download Free mobile apps | Download Android apps - mobiappsweb.com</title>
</head>
2. Heading Tags(H Tags):
Heading tags in page
H1 Tag : <h1>Most Important</h1> and also only one H1 tag for each Page.
H2 Tag : <h2>Most Important</h2> and two H2 tags per Page
H3 Tag: <h3>Third Most Important</h3> and you can insert number of H3 Tags
3. Bold and Strong Tags:
To highlight the text in content you can use <b> or <strong> both are same worth.
Example: visit <b>www.mobiappsweb.com</b> or visit free classified <strong>www.salenearn.com </strong>
4. Image:
Always use Keyword for image name, alt tag and title tag . Search Engines will show your images when hit those keywords.
Example: <img src=”keyword.jpg” alt=”mobiappswb Logo” title="mobiappsweb Logo"/>
5. Hyperlinks:
When anchor using use Keywords as Anchor Text. Do not use Duplicate Anchor texts in same page
Example:
<a href=”http://www.mobiappsweb.com/” title=”Download free mobile apps”>Keyword
in Anchor Text</a>
6. Hyperlink(No Followed):
Most important thing for SEO when inserting external link you don't want to catch by Google or Search Engines, So ad rel="nofollow" attribute. Then search engines ignoring those links when crawling.
Example:
<a href=”http://www.example.com/test.html” title=”keyword” rel=”nofollow”>Keyword in Anchor Text</a>
0 comments:
Post a Comment