PDA

View Full Version : Improving You Indexing


Luckyv2
02-03-2008, 12:39 PM
This might be a good spot for this....

A friend turned me onto this one to help improve you indexing for crawlers another SEO tool :)

This would be to you .htaccess file

RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.funinsobriety\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.funinsobriety.com/$1 [L,R=301]

RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.html"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.funinsobriety.com/? [L,R=301]

Just change the thing to fit your site if you are using .php than change that instead of the .html Okie Dokie

Peggy
02-03-2008, 04:55 PM
Thanks hun, I already have an .htaccess file. We're being indexed wonderfully!

Luckyv2
02-05-2008, 06:27 PM
Well is what this code does is puts it all where they are spidered no matter what you type in ie

www.talkohio.net
http://talkohio.net
http://www.talkohio.net
etc

Sometimes they all get stuck on the www thing that when they hit the http://talkohio.net they don't pick them things up or something like that I would have to re read the thing I have a brain that is corrupted LMAO

zerhacke
08-16-2008, 01:44 PM
Yay for mod_rewrite and regular expressions!