Search Engine Ranking Factorsn( Part I)

No Comments

Hi,

Search Engine is process through which you can increase your website traffic through search engines. While doing search engine optimization it is important to keep in mind which factors influence search engine rankings.The main effect to rank your site in search engine are

  • Domain Name
  • Keywords
  • HTML Coding
  • Link Building

and the second effect is keywords which can be done in  two way

  • On-Page
  • Off-Page

While in On-Page meta tags are used while in Off-page anchor text is used. To use keyword in anchor text some factors that should keep in mind

  • Article
  • Blogs
  • Book Marking
  • Directories
  • Link Exchange
  • Press release

while to improve  your page to  rank in top position you should keep in mind the following factors

  1. You must have good back links of desired anchor text from relevenat sites
  2. Your keyword should be rich original content copy
  3. Optimize your meta tag
  4. Optimize your image
  5. Optimize navigation which can say Internal Link Popularity
  6. If you page is Old then it would be beneficial to rank high in search engines
  7. Your site must have Indexable content
  8. Your Site must have quality content
  9. Your page must have minimum 20kb upto maximum 50kb size
  10. You should frequently update
  11. You shoul have number fo backslashes in URL
  12. You should have the accuracy of graammer language
  13. Your site can add Validations  to increaces the rankings
  14. Contact pages can be added which is also benificial to increase the ranking

Search Engine Ranking Factors:1

No Comments

Search Engine Ranking Factor includes different ways and procedure to get rank in major search engines. Main thing to start with is to build category, domain name, keywords, HTML coding and link building. Keywords also effect different according to on page and off page. As in Search Engine, ranking factors are concern keywords play an important role. Keyword is the basis of all major search engines. But the main thing that matters is keywords as anchor text. Keyword as Anchor text is concern the main factors includes anchor text in articles, blogs, bookmarking, directories, link exchange, and press release. The surrounded tags are the important thing that matters. Anchor text main factors concerns length then words upto 2-3 and characters 25 max, location surrounded by the related text includes location of the page itself or location of the page within text, destination url, source page, No of anchor text. Number of anchor text 3 unique keywords but destination will not be the same. All the anchor text must have different destination.

Page Factors is also an importance factor as the importance of keywords is concern. The major factors includes good back links with desired anchor text from the relevant sites, keywords must be rich and original in content copy, optimizes meta tags and image, optimize navigation should be hierarchical wise and must be from broader to narrow. If navigation not proper optimize then it becomes difficult for google to crawl the site, age of page matters the page rank as there is a good chance of ranking, amount of index able content means pure text without image, quality of content also matters for the search engine, size of the page must be 20 to 25 kb but upto 50 kb its good and if static page then if beyond 20kb will be more better, then frequency of updation that how frequently you update your website, number of back slashes(/)good for optimizing navigation for long tailed keywords. All the factors listed above are important but to high light the major page rank factors then firstly backlinks,its usage/traffic of website and finally how frequently the website is updated.

What is Robots.txt?

No Comments

Robots.txt is a simple text file that sits on the server with your web site. It’s basically your web site’s way of giving instructions to search engines about what how they index your web site.

Search Engines tend to look for the robots.txt file when they first visit a site. They can visit and index your site whether you have a robots.txt file or not; having one simply helps them along the way.

All of the major search engines read and follow the instructions in a robots.txt file. That means it’s a pretty effective way to keep content out of the search indexes.

A word of warning. While some sites will tell you to use robots.txt to block premium content you don’t want people to see, this isn’t a good idea. While most search engines will respect your robots.txt file and ignore the content you want to have blocked, a far safer option is to hide that premium content behind a login. Requiring a username and password to access the content you want hidden from the public will do a much more effective job of keeping both search engines and people out.

What Does Robots.txt Look Like?

The average robots.txt file is one of the simplest pieces of code you’ll ever write or edit.

If you want to have a robots.txt file for the engines to visit, but don’t want to give them any special instructions, simply open up a text editor and type in the following:

User-Agent: *
Disallow:

The “User-Agent” part specifies which search engines you are giving the directions to. Using the asterisk means you are giving directions to ALL search engines.

The “disallow” part specifies what content you don’t want the search engines to index. If you don’t want to block the search engines from any area of your web site, you simply leave this area blank.

For most small web sites, those two simple lines are all you really need.

If your web site is a little bit larger, or you have a lot of folders on your server, you may want to use the robots.txt file to give some instructions about which content to avoid.

A good example of this would be a site that has printer-friendly versions of all of their content housed in a folder called “print-ready.” There’s no reason for the search engines to index both forms of the content, so it’s a good idea to go ahead and block the engines from indexing the printer-friendly versions.

In this case, you’d leave the “user-agent” section alone, but would add the print-ready folder to the “disallow” line. That robots.txt file would look like this:

User-Agent: *
Disallow: /print-ready/

It’s important to note the forward slashes before and after the folder name. The search engines will tack that folder on to the end of the domain name they are visiting.

That means the /print-ready/ file is found at www.yourdomain.com/print-ready/. If it’s actually found at www.yourdomain.com/css/print-ready/ you’ll need to format your robots.txt this way:

User-Agent: *
Disallow: /css/print-ready/

You can also edit the “user-agent” line to refer to specific search engines. To do this, you’ll need to look up the name of a search engine’s robot. (For instance, Google’s robot is called “googlebot” and Yahoo’s is called “slurp.”)

If you want to set up your robots.txt file to give instructions ONLY to Google, you would format it like this:

User-Agent: googlebot
Disallow: /css/print-ready/

How do I Put Robots.txt on my Site?

Once you’ve written your robots.txt file to reflect the directions you want to give the search engines, you simply save the text file as “robots.txt” and upload it to the root folder of your web site.

Older Entries Newer Entries