redirect to another page

G

Guest

I would like to have a web page that is detailed with text about my company,
however I would like to redirect potential visitors to my home page first. I
thought this could increase my ranking? Any help is appreciated.

Currently using FP 2003
Thanks Steve
 
T

Thomas A. Rowe

Redirection is never good for search engines. Also if you redirect the page, then any link within
your site to the page would always redirect back to your home page, and visitor would never have a
chance to read about your company.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
D

David Baxter

You already have a home page -- leave it that way and just place a
prominent "About Company-name" link on the home page and a prominent
"Home" link on the company page. That way you cover all bases.

Redirecting people to the home page from the company page is easily done
if you ALWAYS want that to happen but if you only want it to happen once
with each visit, (1) that will require a session ID which search engine
spiders hate and may not/will not follow, and (2) it will be highly
annoying for visitors who have been to the site before.
 
T

Trevor L.

Thanks, David
At least there is someone on this side of the world to answer

How does it work. Does one pass a parameter to another html file and then
decide what to do with it?
Or is it part of a cookie?

I have noticed that some of my cookies have the word SessionID in them, and
I read somewhere that cookies can be established for a session only.

So is it part of cookie usage?
 
S

Stefan B Rusynko

See http://www.devguru.com/Technologies/asp/quickref/session.html

--




| Out of curiosity
|
| What is a session ID ?
|
| Is it somehting like href=http://myweb.com?sessionid=12345 ?
|
| I am only guessing
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
| David Baxter wrote:
| > You already have a home page -- leave it that way and just place a
| > prominent "About Company-name" link on the home page and a prominent
| > "Home" link on the company page. That way you cover all bases.
| >
| > Redirecting people to the home page from the company page is easily
| > done if you ALWAYS want that to happen but if you only want it to
| > happen once with each visit, (1) that will require a session ID which
| > search engine spiders hate and may not/will not follow, and (2) it
| > will be highly annoying for visitors who have been to the site before.
| >
| >
| > | >> I would like to have a web page that is detailed with text about my
| >> company, however I would like to redirect potential visitors to my
| >> home page first. I thought this could increase my ranking? Any
| >> help is appreciated.
| >>
| >> Currently using FP 2003
| >> Thanks Steve
|
|
 
D

David Baxter

I believe so... I don't use them myself, except on a phpBB forum for
logged in members. See Stefan's reply below.
 
T

Trevor L.

David and Stefan,
Thank you

I am confused?

Is SessionId only used in ASP?

I know nothing about ASP.
Can anyone use it?
If so, how?
 
S

Stefan B Rusynko

No
JavaScript loosely uses the term "session"
- but there is no way to manage it client side
- see my other post w/ the JS spec link

--




| David and Stefan,
| Thank you
|
| I am confused?
|
| Is SessionId only used in ASP?
|
| I know nothing about ASP.
| Can anyone use it?
| If so, how?
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
| Stefan B Rusynko wrote:
| > See http://www.devguru.com/Technologies/asp/quickref/session.html
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | >> Out of curiosity
| >>
| >> What is a session ID ?
| >>
| >> Is it somehting like href=http://myweb.com?sessionid=12345 ?
| >>
| >> I am only guessing
| >> --
| >> Cheers,
| >> Trevor L.
| >> Website: http://tandcl.homemail.com.au
| >>
| >> David Baxter wrote:
| >>> You already have a home page -- leave it that way and just place a
| >>> prominent "About Company-name" link on the home page and a prominent
| >>> "Home" link on the company page. That way you cover all bases.
| >>>
| >>> Redirecting people to the home page from the company page is easily
| >>> done if you ALWAYS want that to happen but if you only want it to
| >>> happen once with each visit, (1) that will require a session ID
| >>> which search engine spiders hate and may not/will not follow, and
| >>> (2) it will be highly annoying for visitors who have been to the
| >>> site before.
| >>>
| >>>
| >>> | >>>> I would like to have a web page that is detailed with text about my
| >>>> company, however I would like to redirect potential visitors to my
| >>>> home page first. I thought this could increase my ranking? Any
| >>>> help is appreciated.
| >>>>
| >>>> Currently using FP 2003
| >>>> Thanks Steve
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top