Jump to content

Home page only in search engines


Guest Brivtech

Recommended Posts

Guest Brivtech

Is there a way to make search engines list just the home page of a website, instead of the other pages which may feature the search engine content?

F'r'instance, A customer has a website with an intro page that they want to force their users to go to, but the search engines instead go to the home page. Is such a thing possible? I don't know where to start.

Link to comment
Share on other sites

One solution would be to set a session cookie on the homepage. If the visitor views a different page first, the cookie wouldn't have been set, and you can re-direct to the homepage.

I can't do this in PHP, but thats what I would do in ASP, it should also be possible in JavaScript - but less secure.

HTH,

Jason

Link to comment
Share on other sites

Guest Brivtech

Not a bad idea. I can actually do this be setting a variable instead, so it works each time the user visits the site. (Poor users! The things customers want to make them do! :wacko: ) :D

:D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...