Show Mobile Navigation

Ads

SEO
Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Monday, 6 January 2014

important SEO HTML Tags

Unknown - Monday, January 06, 2014

Important SEO HTML Tags

     In Previous article am explained major Search Engines and Google Indexing Limits

Important 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>

Here is the Check list Check it Once:


Search Engines and Google Indexing Limits

Unknown - Monday, January 06, 2014

Search Engines and Google Indexing Limits

Check my previous article How to Make URL Short using Google and Download Sachin Tendulkar Official App for your Android, iPhone and Windows Mobiles .

1. Page File Size: No more than 150 Kilo Bytes(Before Images, CSS and Other Attachments)

2. Amount Of Links: Links not more than 100 unique links per page

3. Title Tag: Not More than 70 Characters in Title Tag
Example:
   <title>Download Free mobile apps | Download Android apps - mobiappsweb.com</title>

4. Meta Description: Not more than 155 Characters
Example:
<meta name="description" content="mobiappsweb.com provides all technology news, Download free android  apps, IOS apps, Windows apps and Black Berry apps." />

Parameters in URL: Not more than 2 parameters (Query Strings).
Bad URL Example: www.mobiappsweb.com/default.aspx?search=apps&category=android apps&price=free

Good Example:
www.mobiappsweb.com/default.aspx?android apps
or
you can use only two parameters in URL like below
www.mobiappsweb.com/default.aspx?search=apps&category=android apps

Depth Of URL :  Not more than 4 directory
Good Example:
 www.mobiappsweb.com/apps/androidapps/free
if you need more make String concatination check the below URL
 www.mobiappsweb.com/apps-androidapps/free

Bad Example:
 ww.mobiappsweb.com/apps/androidapps/free/places/things/racing games

Source :  Moz
Here is the Screen Shot Search Engines and Google Indexing Limits:

Previous
Editor's Choice