Bluepearl Design
Go Back   Bluepearl Design > Misc > Tutorials > Misc Tutorials

Improve your index pages pagerank

Tutorials that dont fall under the above categorys
    

Reply
 
LinkBack (3) Thread Tools Rate Thread Display Modes
Old 08-20-2007, 08:26 AM   3 links from elsewhere to this Post. Click to view. #1 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Post Improve your index pages pagerank

Most people dont realise that when u dont have your .htaccess file setup properly for incoming links u can have 2 different page ranks for your domain.

for example:

Code:
http://www.bluepearl-design.com
Code:
http://bluepearl-design.com
May have different page ranks even though their the same page. Google will even sometimes penalise you for double content

Here is a way to use the .htaccess file so that all URLs resolve to just one domain. Please note this is for Apache servers

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.bluepearl-design.com [NC]
RewriteCond %{HTTP_HOST} !^$ 
RewriteRule ^(.*) http://www.bluepearl-design.com/$1 [L,R=301]
The first line turns on the rewrite engine so the code will work

The second line checks to see if current host is TRUE or FALSE

The third line is pretty much the same as the 2nd, these lines are testing to see what the current host is.

The fourth line is executed if the previous two conditions return TRUE

I hope this tutorial is helpful for members

Also because i have spent alot of time in the last few months optimising my sites for SEO, studying online books, reading SEO forums i have become pretty knowledgeable with web site SEO (Search Engine Optimisation) im going to create a new category on these forums for members who would like to ask questions or get advice on how to better improve their sites traffic.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-23-2007, 01:48 AM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
RewriteCond %{THE_REQUEST} "T /index.php"

Here is the code to rewrite all incoming links to 'domain.com/index.php' or domain.com/index.html' to domain.com

Code:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.php"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.bluepearl-design.com/? [L,R=301]
This code used with the code in the first post will cause all incoming links to

Code:
http://domain.com
domain.com
http://www.domain.com/index.html
http://domain.php
to all point to

Code:
http://www.domain.com
This will increase your pagerank because google will not have to divide the pagerank between all the various different domains that point to the same page.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-23-2007, 02:29 AM   #3 (permalink)
 
Watcher's Avatar
 
Title: Render Overseer
Join Date: Nov 2005
Location: Venice,Florida
Age: 53
Posts: 1,083
Images: 347
Rep Power: 5 Watcher is on a distinguished road
Send a message via AIM to Watcher Send a message via MSN to Watcher
Re: Improve your index pages pagerank

thats cool!!! i was wondering how to get my address to be the same, did not know how to use the .htaccess thing, and still do not till i play with it
never could figure out why it did not have the www. in front of it, thanks
Watcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-23-2007, 03:22 AM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Improve your index pages pagerank

np dude, and remember to always upload the .htaccess file in Binary
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-23-2007, 04:24 AM   #5 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Improve your index pages pagerank

nice work
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-27-2007, 06:49 PM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Improve your index pages pagerank

Google is very close to doing the next pagerank, hopefully the pagerank of the front page of Bluepearl Design will go from PR4 to PR5 after this change, i will keep everyone informed

The forums usually jump from PR3 to PR4 and back to PR3 with most pageranks updates, im also hoping this will jump to PR5 as the /forums/index.php is PR3 atm.

Currently the PR for the /forums/ is 0 because i changed the rewrite on my URL's to be more keyword effective. Unfortunately that dropped all the Pageranks on my forum pages to PR0, they should rise in the next PR update or next one (within 6 months)
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2007, 03:12 PM   #7 (permalink)
 
Chance4Today's Avatar
 
Title: Bluepearl Client
Join Date: Oct 2007
Location: Here Or There
Posts: 55
Rep Power: 2 Chance4Today is on a distinguished road
Send a message via MSN to Chance4Today Send a message via Yahoo to Chance4Today
Re: Improve your index pages pagerank

OK call my azzz little silly but how do ya know if you have appache server
__________________


Recovery Works Join us in Our Journey


Recovery Works Blogs Blogs With A Purpose

Sober N Clean The Next Revolution In Recovery

Sober N Clean Blogs The Next Revolution In Recovery
Chance4Today is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2007, 06:49 PM   #8 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Improve your index pages pagerank

Well because your hosted with me, i can tell u you have

This page has a pagerank of PR2
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2007, 06:28 AM   #9 (permalink)
 
Chance4Today's Avatar
 
Title: Bluepearl Client
Join Date: Oct 2007
Location: Here Or There
Posts: 55
Rep Power: 2 Chance4Today is on a distinguished road
Send a message via MSN to Chance4Today Send a message via Yahoo to Chance4Today
Re: RewriteCond %{THE_REQUEST} "T /index.php"

Quote:
Originally Posted by Sean View Post
Here is the code to rewrite all incoming links to 'domain.com/index.php' or domain.com/index.html' to domain.com

Code:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} GET
RewriteCond %{THE_REQUEST} "T /index.php"
RewriteCond %{QUERY_STRING} ^$
RewriteRule .* http://www.bluepearl-design.com/? [L,R=301]
This code used with the code in the first post will cause all incoming links to

Code:
http://domain.com
domain.com
http://www.domain.com/index.html
http://domain.php
to all point to

Code:
http://www.domain.com
This will increase your pagerank because google will not have to divide the pagerank between all the various different domains that point to the same page.
OK where does this code go in the same access as the other one or ?

I tried to put it in the index php and kept getting error messages.
__________________


Recovery Works Join us in Our Journey


Recovery Works Blogs Blogs With A Purpose

Sober N Clean The Next Revolution In Recovery

Sober N Clean Blogs The Next Revolution In Recovery
Chance4Today is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2007, 07:59 AM   #10 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Improve your index pages pagerank

this file goes in your root folder for example /public_html/ but dont save it in your index.php file.

Create a txt file on your pc called htaccess.txt and add the above content into it (changing the url's ) then upload the file to your server. Once on your server rename the file to .htaccess.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://www.bluepearl-design.com/forums/misc-tutorials/3192-improve-your-index-pages-pagerank.html
Posted By For Type Date
» Improve your index pages pagerank This thread Refback 09-09-2007 07:11 PM
Untitled document This thread Refback 08-27-2007 03:35 AM
Digg - Improve your index pages pagerank This thread Refback 08-26-2007 08:46 PM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Improve your index pages pagerank
Thread Thread Starter Forum Replies Last Post
trying to improve my text. slappyking Signatures 9 11-04-2007 03:23 PM
Improve your index pages pagerank Bluepearl Feeds RSS Feeds 0 08-26-2007 08:14 PM
ideas that could improve? LC Interactive Web Sites 6 05-04-2007 02:10 PM
so, there goes our index page. DeathMONGER Need Help? 4 02-19-2006 10:04 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 06:47 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52