Thursday, 18 July 2013

Social bookmarking

Social bookmarking is the way of bookmarking our favorite website pages.
Social Bookmarking increase website traffic and Google page rank.
The steps of social book mark posting is as follows:

1. Registration
2. Email confirmation
3. Login
4. Post a new topic or story
5. Add title
6. Select Category related to your website content.
7. Add tag
8. Add content about your website
9. Preview
10.Post

choose top websites for social bookmarking.

Sunday, 2 June 2013

CSS Validation

CSS determines presentation of web page that is written in a markup language. CSS Validation makes website SEO friendly. CSS Validation process checks that your css code follows coding standards set by the W3 Consortium or not.
Below are the links that you can use to validate your CSS:
http://jigsaw.w3.org/css-validator/
http://www.css-validator.org/
http://www.cssportal.com/css-validator/

Friday, 31 May 2013

HTML Code Clean Up & Optimization

Clean Up HTML code will make the website SEO friendly and reduce page size.
When creating HTML code delete unnecessary semi-colons and empty brackets { } and also delete unnecessary HTML tags. In HTML code delete unnecessary spaces and lines.

Friday, 19 April 2013

Competition Analysis


Today's World is competition world. Where each and every field is in competition. In marketing revision of
Competition Analysis is more important. In some cases it is very easy to know competitors and sometimes it becomes very hard to know competitors.

Competition analysis cover :

1.  Know present competitors.
2.  Check Competitor's Website.
3.  Check Competitors' back links.
4.  Check Competitor's website title keywords.
5.  Check priority of keywords in competitor's website.
6.  Check current competitor rank.
7.  Check internal link anchor text keywords.
8.  Check How many back links does each competitor have?

Sunday, 14 April 2013

Directory Submission


Directory Submission is the method of Off Page SEO which means that different sites point to our website.


How to do Directory Submission:

in Google Search "Free/Paid Directory Submission List". you will get websites for directory submission. In these Websites there would be an option of submit your link. Click that link Choose your category of website. and submit your link.


Screen Shot Below.

STEP 1 : Search on google



STEP 2:  You will get websites related to search click one of them




STEP 3 :  Select your website Category



 STEP 4: Select subcategory of your website.




STEP 5: Click on Submit Link and then submit a form.







Tuesday, 26 February 2013

In depth site Analysis


In depth site analysis

It  Cover:
1.  Check PR
2.  Check for content duplication
3.  Server Speed
4.  Broken Links Checking
5.  Age of the Domain
6.  Relevant Filenames
7.  Looks for large images that increase server load time.
8.  Evaluate Keyword Compitition
9.  Number of pages currently indexed by the major search engines
10. Browser compatibility check
11. Number of backward links
12. Website Spell Checking

Saturday, 23 February 2013

Check PR of url and Website Spell Checking


Check PR of each url:

Check Page Rank of url using "PR Checker Tool".
http://www.prchecker.info/check_page_rank.php

Website Spell Check
Check Website Spelling using "Website spell checker tool".
http://fetch.checkdog.com
 

Broken Links Checking and Site Back-links count


Broken Links Checking

Check Broken links for your website using broken links checker tool.
http://www.iwebtool.com/broken_link_checker
http://validator.w3.org/checklink


Site Back-links count

Calculate Back-links for your website using "count site back links" tool. Back links are also called as Inbound links.
http://www.webmaster-toolkit.com/link-popularity-checker.shtml.

Saturday, 16 February 2013

Canonicalization

Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages.Choose your website page url wisely. 

PR Sculpting

PR Sculpting is the process of optimizing linking structure of the website pages by adding
"nofollow" tag in order to get high page rank of home page .
if the home page rank is 8 and there are 3 internal links into home page and one link has nofollow
tag so other two links gets page rank 4.

                                                                  

Friday, 1 February 2013

HTML Sitemap for users


Create full HTML Sitemap of your website with proper links of your website pages. This will help search engines to crawl your website pages easily and also help visitors to visit your website easy way.







XML Site Map Creation & Submission

Create full XML Sitemap of your website with proper links of your website pages. This will help search engines to crawl your website pages easily.

Example of XML Sitemap

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>http://www.mywebsite.com/index.html</loc></url>
</urlset>


After creating your XML sitemap submit it to Google , Yahoo , Bing.


Adding Emphasis with Header Tags

Adding HTML Bold <b> and Italic <i> Tags to the HTML Header Tags (<h1>, <h2>, <h3>, <h4>, <h5>,  <h6>) Determines the more importance of the Header Tag in the Website Content.

Example :

<h1> <b><i>Adding Emphasis with Header Tags</i></b> <h1>

Robots.txt Optimization


This type of file allow search engine spider or crawler to access or not access website.

Place this type of files to the root directory of your website.

Example of robots.txt file

User-agent: *
Disallow:/

Above sentence describe that robots will not index any page of your website.

User-agent: Googlebot-Image
Disallow: /


If you dont want Google' Image bot crawler to make your websites images searchable by search engine then just place above lines to your robots.txt file.



Image Tag Optimization :


html image tag <img>

Example of html image tag

<img src="image url" title="keyword related to your website" alt="keyword related to your website" />

Here write title and alt text as your website related keyword.

Hyperlink or anchor Tag Optimization


html anchor tag <a>

Example of anchor tag

<a href="url" title="keyword related to your website">Read More...</a>

Here write anchor title as your website related keyword.

Header Tag Optimization


Html Header tags are as below:
1. <h1>This is html h1 tag </h1>
2. <h2>This is html h1 tag </h2>
3. <h3>This is html h1 tag </h3>
4. <h4>This is html h1 tag </h4>
5. <h5>This is html h1 tag </h5>
6. <h6>This is html h1 tag </h6>

In Website Content written in head tag shows search engine and the visitor about the content of the web page.

<h1> is the most important tag.

So that its recommended to write keaywords related to your website in header tags.

Thursday, 31 January 2013

Meta Robots Tags Optimization


The Robots Tag allow you the way how your website will be crawled by all search engines.
Four Types of Meta Robots tag are as below:

1. Index, Follow
2. Index, NoFollow
3. NoIndex, Follow
4. NoIndex, NoFollow


1. Index, Follow : This type of robots tag determines that search engine robots will start crawling your website from the index page and then will continue to the another website pages.
2. Index, NoFollow : This type of robots tag determines that search engine robots will start crawling your website from the index page and then will continue to the another website pages.
3. NoIndex, Follow : This type of robots tag determines that search engine robots will skip index page , but will crawl another pages of the website.
4. NoIndex, NoFollow : This type of robots tag determines that none of the website pages will be crawled by the robot and your website will not be indexes by the search engines.

Example of meta robots tag

<meta name=robots content="index,follow" >

Meta Description Tags Optimization


The meta description should be written in that way so that it shows the information about your website. the meta description is also important factor for the SEO of page.

Example of meta description tag

<meta name=description content="Online Shopping in India">

Title Tag Optimization

Title Tag shows title of your webpage as shown in the below figure by arrow. Choose Your Title Tag of Page that includes keywords related to your website search.



Example HTML Code for Title Tag of Webpage

<head>
<title>Asp.net and Seo </title>
</head>


Choose Keywords

Choose your Keywords wisely so that it makes possible for people to find your website easy via search engine.

Example : Keywords for Online Shopping
 <meta name="keywords" content="shop online, online shopping, online shopping in india, online shopping india, shop online india,  mens clothing, womens clothing,kids cloths"/> 


write your keywords in meta tag  content as shown above.

 
Use Keyword Generator Tools :

Google Keyword Generator

also use below links for keyword suggestion
http://www.mytrashmail.com/keyword_generator.aspx
http://tools.seobook.com/keyword-list/
http://www.getrank.org/tools/keyword-suggestion-generator/

SEO Topics

SEO Topics :

 1.  Choose Keywords
 2.  Title Tag Optimization
 3.  Meta Tag Optimization
 4.  Meta Robots Tags Optimization
 5.  Header Tag Optimization
 6.  Hyperlink or anchor Tag Optimization
 7.  Image Tag Optimization
 8.  Robots.txt Optimization
 9.  Adding Emphasis with Header Tags
10. XML Site Map Creation & Submission
11. HTML Sitemap for users




What is SEO?

SEO stands for "Search Engine Optimization".It helps you to raise your page rank in search engines.

What is SERP?

SERP stands for "Search Engine Results Page". It shows list of page results returned by search engine in response to the keyword query. The results normally include a list of items with titles, a reference to the full version, and a short description showing where the Keywords have matched content within the page. A SERP may refer to a single page of links returned, or to the set of all links returned for a search query.