OutFront Forums
     Home    Register     Search      Help      Login    

Sponsors
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

 

If Home page and INDEX page are same thing how can they have different PR

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Search Engine Optimization and Web Business >> If Home page and INDEX page are same thing how can they have different PR
Page: [1]
 
 
megabuff

 

Posts: 48
Joined: 11/28/2005
Status: offline

 
If Home page and INDEX page are same thing how can they... - 7/23/2006 7:10:20   
this really confuses me because I thought the home page and the index page were one and the same, but if you look here you will see the home page URL :)

http://www.artemusbyserjame.com has a PR 5 but

http://www.artemusbyserjame.com/index.html has PR 0

can anyone please explain what goes on here

thankyou





< Message edited by megabuff -- 7/24/2006 8:54:01 >
megabuff

 

Posts: 48
Joined: 11/28/2005
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/24/2006 8:55:48   
I changed the title on this posting because I thought maybe people were not understanding what the issue was.

Kev

< Message edited by megabuff -- 7/26/2006 4:39:06 >

(in reply to megabuff)
Nicole

 

Posts: 2992
Joined: 9/15/2004
From: Sydney, Australia
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/24/2006 9:07:37   
Kev,

I'm sure anyone who read your first post on this issue will be subscribed to that thread if they didn't know the answer or they're just interested. There's really no need to re-post the same question in case anyone may have missed the first one!

As this is also an SEO issue, you may like to consider posting a message on the SEO forum with a link back to this thread if need be, or perhaps an understanding of where to post such a thread in the first instance may have been a good idea?

_____________________________

". . . and God created man in his image." errr, shouldn't that be "and man created God in his image'?

(in reply to megabuff)
Reflect

 

Posts: 4765
From: USA
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/24/2006 10:39:45   
It comes down to links in this scenario.

Are internal and external links that point to your index.htm page state index or just .com/? From what you posted it all points to .com. If so it makes sense that PR is pointing to the .com. If every link pointed to index.htm then that would have the page rank.

Regardless, to answer the second question, they are the same page (In your scenario).

This also is why I try to promote deep level pages......PR. Make the most relevant page or your main sales page rank the best. Mix your external links to your site up.

Take care,

Brian

_____________________________


(in reply to Nicole)
megabuff

 

Posts: 48
Joined: 11/28/2005
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/25/2006 6:57:12   
to Nichole

sorry if that was the wrong protocol

to Brian thanks for the advice.

Would it be possible to do a redirect from the index page to the dot.com page?

Kev

(in reply to Reflect)
Reflect

 

Posts: 4765
From: USA
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/25/2006 8:45:47   
Megabuff's new question:

How can domain.com & domain.com index have different PR?

_____________________________


(in reply to megabuff)
Reflect

 

Posts: 4765
From: USA
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/25/2006 9:13:50   
By links pointing to them.

Say in your site navigation you have a "home" link. If you point the link to .com instead of index.html then PR is passed to the domain name. In the same scenario above but "home" points to \index.html then index page will get the PR.

Same with links pointing to your site from other sites.

You can NOT repoint PR, sorry. You can change things so when the next PR update hits it will correct itself.

Dont't worry aboput posting in a wrong sub forum. I know how that is :). I moved this thread to SEO and closed the new thread. I thought it would help to see the overall issue.

Take care,

Brian

_____________________________


(in reply to megabuff)
BobbyDouglas

 

Posts: 5577
Joined: 5/15/2003
From: Arizona
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/25/2006 16:05:35   
Just a note, you don't have to link to your index.html page every time. When you create a link, you can link it to a forwardslash / and then it will take you to the root of your domain.

So <a href="/">Home</a> will take you to http://www.domain.com/ Also, you can use <a href="/Support/">Support</a> and it will take you to http://www.domain.com/Support/ which will automatically display the index.html file. :)

I tend to use that often, I don't link to specific filenames anymore- everything just looks much more clean by doing this.

_____________________________

Arizona Web Design - Mr Bobs Web Design in Arizona
The Arizona Web Hosting Challenge

(in reply to Reflect)
Reflect

 

Posts: 4765
From: USA
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/26/2006 9:07:17   
Also by linking to the .com\ if the index.html page changes to say index.asp for whatever reason you do not have to worry about links pointing to it.

Take care,

Brian

_____________________________


(in reply to BobbyDouglas)
xx75vulcan

 

Posts: 25
Joined: 1/6/2006
From: Wildwood MO
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/27/2006 13:11:30   
For every web directory, there are (usually) two files that the web server will look for and declare as the "home page"

So, you can have a
www.example.com/default.htm file
and an
www.example.com/index.htm file.

Which one is displayed depends on your server's ordering.

To check this, open IIS >Web Sites > Your_Site_Name >Right Click "Properties" > Documents Tab

Then look at the list of files in the box. The order they appear, is the order your server looks for default files.
Example: if your list looks like :default.htm, index.htm, default.asp then your server will use those documents first as the "home page". It will use the first one on the list, and when it can't find it, it moves to the second one, and so on.

If it finds the first one, it will ignore all the others.

(in reply to Reflect)
megabuff

 

Posts: 48
Joined: 11/28/2005
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/29/2006 10:12:35   
hi vulcan

what is IIS please?

(in reply to xx75vulcan)
Reflect

 

Posts: 4765
From: USA
Status: offline

 
RE: If Home page and INDEX page are same thing how can ... - 7/31/2006 9:22:00   
It is run by MS servers, it is like apache for Linux. It is the web server portion of the MS server.

IIS:

Internet Information Server

Take care,

Brian

_____________________________


(in reply to megabuff)
Page:   [1]

All Forums >> Web Development >> Search Engine Optimization and Web Business >> If Home page and INDEX page are same thing how can they have different PR
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts