Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
Old 06-24-2004, 12:46 PM
glenng glenng is offline
Advancing Webmaster
 
Join Date: Jun 2004
Posts: 82
glenng is on a distinguished road
Question Which internal linking structure is best?

For some this question might be basic or others it could be a good learning exercise - or maybe create some controversy.

When creating an internal link between pages which format is best for having the bots or spyders pick up the pages for indexing and for passing PR among the pages within a site?

1) a href=http://www.mydomain.com/blahblah.htm
or
2) a href=blahblah.htm

How many of you are falling off your chairs in laughter? LOL
__________________
Glenng

Specializing in residential Naples Florida Real Estate, Bonita Springs, and Estero
Reply With Quote
  #2  
Old 07-01-2004, 02:24 PM
sarahk's Avatar
sarahk sarahk is offline
Uber Real Estate Webmaster
 
Join Date: Jun 2004
Location: Auckland, New Zealand
Posts: 591
sarahk is on a distinguished road
Send a message via ICQ to sarahk Send a message via AIM to sarahk Send a message via Yahoo to sarahk
Default

Hi Glenn

My understanding is that it's best not to use the http but there will be exceptions.

Never use ../../ type notation, confuses the browsers and the bots.

Use / at the beginning and give the full path. This makes it easier for everyone and if your site is modular it allows you to easily pull in different sections and know that all the links will work without modification, regardless of where you've called it from.

Does that make sense? Just in case... If you have a script called from http://www.mysite.com/info/stuff.html and it has a link to more.html it should be written
Code:
< a href='/info/more.html' title='find out more'>Find out more< /a>
rather than
Code:
< a href='more.html' title='find out more'>Find out more< /a>
although both will work for the human visitor.
Reply With Quote
Old 07-01-2004, 09:17 PM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,724
ResaleBroker is on a distinguished road
Question Re: Which internal linking structure is best?

What exceptions are you talking about?
__________________
Cold Calling (This is too easy!) ~ Sales Training ~ Mobile Homes For Sale
Reply With Quote
Old 07-02-2004, 03:55 AM
glenng glenng is offline
Advancing Webmaster
 
Join Date: Jun 2004
Posts: 82
glenng is on a distinguished road
Default Re: Which internal linking structure is best?

Hi Sarah,

Thank you for your answer and for the down to earth explanation and example.


Quote:
Originally Posted by sarahk
Hi Glenn

My understanding is that it's best not to use the http but there will be exceptions.

Never use ../../ type notation, confuses the browsers and the bots.

Use / at the beginning and give the full path. This makes it easier for everyone and if your site is modular it allows you to easily pull in different sections and know that all the links will work without modification, regardless of where you've called it from.

Does that make sense? Just in case... If you have a script called from http://www.mysite.com/info/stuff.html and it has a link to more.html it should be written
Code:
< a href='/info/more.html' title='find out more'>Find out more< /a>
rather than
Code:
< a href='more.html' title='find out more'>Find out more< /a>
although both will work for the human visitor.
__________________
Glenng

Specializing in residential Naples Florida Real Estate, Bonita Springs, and Estero
Reply With Quote
Old 07-06-2004, 09:27 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,201
webmaster will become famous soon enough
Default Re: Which internal linking structure is best?

An exception would be linking to your index page, you should consolidate http://www.seo-guy.com and index.html because Google sees http://www.seo-guy.com/index.html as a different URL for PR purposes, thus your internal links and outbound links dont match if you use the reletive URL path.

Click on the banner for REW up top left and it will take you to http://www.realestatewebmasters.com not http://www.realestatewebmasters.com/index.php
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com
Reply With Quote
Old 07-07-2004, 05:31 PM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,724
ResaleBroker is on a distinguished road
Talking Re: Which internal linking structure is best?

WHAT?

I have to go. I have some links to change!
__________________
Cold Calling (This is too easy!) ~ Sales Training ~ Mobile Homes For Sale
Reply With Quote
Old 07-08-2004, 11:09 AM
chachi chachi is offline
Real Estate Web Guru
 
Join Date: May 2004
Posts: 391
chachi is on a distinguished road
Default Re: Which internal linking structure is best?

Has anyone actually seen proof that a relative url is more SE friendly than a full url? I always thought using a fully qulaified url was "safer".
Reply With Quote
Old 07-08-2004, 11:34 AM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,201
webmaster will become famous soon enough
Default Re: Which internal linking structure is best?

relative is more SE frienly as it requires less code and is the same call, thus filesize as well as incidental code is reduced.

There is really no proof necessary, change all your URL's to Full or vice versa and compare file sizes. Your site will load faster with reletive and its a FACT that the less code the better for SE's
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com
Reply With Quote
Old 07-08-2004, 11:58 AM
chachi chachi is offline
Real Estate Web Guru
 
Join Date: May 2004
Posts: 391
chachi is on a distinguished road
Default Re: Which internal linking structure is best?

so what is your feeling on using CSS for layout rather than tables? Do you think there are still too many browser incompatabilites or is it time to make the switch 100%?
Reply With Quote
Old 07-08-2004, 12:02 PM
webmaster's Avatar
webmaster webmaster is offline
Administrator
 
Join Date: Apr 2004
Posts: 13,201
webmaster will become famous soon enough
Default Re: Which internal linking structure is best?

Other then IE and Mozilla there really arent any browsers I care about as far as compatibility go, shoot if I increase my traffic by 50% and lose 1% because people think my site looks funny in netscape I'll take those odds!

Im testing some CSS stuff as we speak actually and will be happy to publish all findings.
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internal Linking Agnafl Website Usability 15 08-25-2007 02:52 PM
Internal Linking Ryan Ward Real Estate and Google 11 02-22-2007 08:15 AM
Wasting Link Authority on Ineffective Internal Link Structure pcdoc Real Estate and Google 0 02-02-2007 05:04 AM
Internal Linking Dj Coding 9 12-15-2005 08:14 AM

REW Conference

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 09:32 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.