Printer Friendly Version
Email this thread to a friend
|
page rank 3 and page rank 5 for sale (In: I Want to Sell My Website)
Redirection of a page (In: Coding & Databases - PHP, ASP, Perl, etc.)
Direct links vs Relative Links (In: Google)
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
glennh
Joined: Jun 14, 2007
# Posts: 22
|
Posted: 2007-Sep-13 22:23
Internal links to my Home Page are currently 'a href="index.htm"'
Is that the best form?
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Sep-13 22:35
No. You need to link to "/" or to "http://www.domain.com/" instead.
Links to other pages of the site are also not best done as file.html but as /file.html instead.
|
 |
Mark Wolk
Joined: Sep 19, 1999
# Posts: 660
|
Posted: 2007-Sep-13 22:37
No; the best form is absolute links throughout your site a href="http://www.example.com/index.htm"
(Posted that at the same time as g1smd; of course, he is right too!)
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Sep-13 22:41
>> the best form is absolute links throughout your site a href="http://www.example.com/index.htm" <<
No. Don't mention the index file filename in the link. That is creating duplicate content and is a problem. It could also cause issues should you ever change the site to run on PHP or ASP, etc.
|
 |
glennh
Joined: Jun 14, 2007
# Posts: 22
|
Posted: 2007-Sep-13 22:58
I am missing something here. I am in the process of learning DreamWeaver as I rebuild my site. So, I am using a mix of NotePad and DreamWeaver to edit my site. Then, I look at what I have done by opening the file in IE. (I have not uploaded the files yet - still on my disk drive.) I can not figure out how put the internal links into the preferred format and test them.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|