Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Automatic redirect to index page???
Old 04-12-2004, 12:20 PM Automatic redirect to index page???
Experienced Talker

Posts: 33
Trades: 0
I use frames for my site which is done in FrontPage. I'm looking for a way how to incorporate HTML code that will automatically redirect a surfer to the Index, if he clicks on a link in a search engine that has indexed one of the sub-pages, i.e. a page outside frames. Any help would be very much appreciated!!!
dommyb is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-12-2004, 12:37 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Here is a link to some JavaScript that will take care of that: http://javascript.internet.com/page-...-frameset.html

Hope this helps.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-12-2004, 01:12 PM Thanks for the advice
Experienced Talker

Posts: 33
Trades: 0
Thanks for that Peter! Pasting the code does the trick. Do you think this will affect indexing in search engines when it comes to page optimization?
dommyb is offline
Reply With Quote
View Public Profile
 
Old 04-12-2004, 01:43 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Quote:
...Do you think this will affect indexing in search engines when it comes to page optimization?
That's a good question ...if this is a big concern, it might be best to test it on about ten pages. Anything less would probably not be enough to accurately measure. Measure the results now for the keywords you are focusing on for those pages and for ten other pages (so you have something to measure against), then measure again in a couple of months. I would measure with all three of the big ones: Google, Yahoo, and MSN.

Hope that helps.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-12-2004, 05:02 PM
Arfan's Avatar
Ultra Talker

Posts: 280
Trades: 0
basic redirecting in HTML

<HTML>
<HEAD>
<!-- Send users to the new location. -->
<TITLE>redirect</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="10;URL=http://www.netmechanic.com">
</HEAD>
<BODY>
This page has moved. You will be
automatically redirected
to its new location in 10 seconds.
If you aren't forwarded
to the new page,
<a href="http://www.netmechanic.com">
click here</a>.
</BODY>
</HTML>
__________________

Please login or register to view this content. Registration is FREE


For all your Flash work email me on

Please login or register to view this content. Registration is FREE
Arfan is offline
Reply With Quote
View Public Profile
 
Old 04-12-2004, 05:48 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Quote:
basic redirecting in HTML
...but then every page would bring you back to the home page (even when they were within the frame, like you want), so all you would have is a home page with a bunch of redirects back to it.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-21-2004, 09:27 PM Java script redirection
Experienced Talker

Posts: 33
Trades: 0
Problem solved! Here's one for reference to anyone who's interested: Java script in a web page will only affect its ranking on a search engine if it's near the top of the page. Solution is to paste it near the bottom of the page so it's below the HTML code that search engines look for (title, keywords, meta etc).

Pages can still be optimized and indexed in the search engines with java script redirection; the viewer will just be directed to the main or index page which is fine if it's relevant to the link it's directed from. E.g. my site:

http://www.nordicarts.com/viking jewelry main.htm
dommyb is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Automatic redirect to index page???
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41710 seconds with 12 queries