Posts Tagged ‘ On-page

How to Rank in Google Place Results

With the recent launch of Google Place Search on October 27, 2010, the SEO community has been uneasy on how their sites would perform. I’ve seen few of our client sites dropping from Position 1 to Page 3 results, while some have retained its first page rankings.

We have done some few research and found out that Place search do still use some major Google Organic Ranking signals in its algorithm — still factoring in the number of inbound links, anchor text, link authority and some basic onpage factors such as title tag. Without official confirmation from Google, this is nothing but pure speculations –no different from “bounce rate” conjecture as a ranking signal.

How to Remove Robots.txt in Google Search Engine Index

Direct answer to this question is.. YOU CAN’T..

Protocol / Exclusion Standard Disallow/Prevent Indexation
Web pages (.html, .php, .asp) Images (.png, gif, .jpg, .bmp) Audio / Video(.mp3, .wav, .avi) Documents (*.doc, *xls, .pdf)
Meta robots tag Yes No No No
Robots.txt Yes Yes Yes Yes
X -robots-tag Yes Yes Yes Yes

Table. Exclusions Standard Table 


But why do you want to de-index your robots text file?

  • Some advanced affiliate marketers are using redirects to show a more user-friendly URL, and disallow these pages, they sometimes use robots text file to keep their products private and safe for more competition.

URL Rewrites

I’ve been in contact with a client’s developer this past few days regarding URL rewrites of plain old *.html files to *.aspx. The SEO principle involve in this is pretty simple, “301 redirect all old *.html pages to each equivalent new *.aspx pages”. This is pretty tricky and requires more advance coding skills and familiarity with server side scripting, but once implemented properly, you don’t have to worry about URL rewrites affecting your search engine rankings.

Why use 301 redirect?
There are several types of redirects to choose from, but 301 redirect which stands for “permanent redirection” transfers link power from the old pages to new pages.