Zen Cart Logo
Forums / Basic Configuration / Zenid showing in search enginges

Zenid showing in search enginges

Locked

Views: 2,531

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
6 Oct 2008, 10:05 PM
#1
minshop_no avatar

minshop_no

New Zenner

Join Date:
May 2008
Posts:
56
Plugin Contributions:
0

Zenid showing in search enginges

How can I remove the Zenid from showing in search engines. All these pages are timed out. Do you have the solution?

7 Oct 2008, 12:16 PM
#2
minshop_no avatar

minshop_no

New Zenner

Join Date:
May 2008
Posts:
56
Plugin Contributions:
0

Re: Zenid showing in search enginges

btw. My shop adress is http://www.minshop.no, and I am running 1.3.8.:smile:

7 Oct 2008, 3:02 PM
#3
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Zenid showing in search enginges

Check your sessions settings for spiders:-

ADMIN>>>CONFIGURATION>>>SESSIONS...Prevent Spider Sessions (set to TRUE).

You may also try to set Recreate Session to TRUE, but as you do not appear to have dedicated SSL, this may have no effect.

7 Oct 2008, 9:42 PM
#4
minshop_no avatar

minshop_no

New Zenner

Join Date:
May 2008
Posts:
56
Plugin Contributions:
0

Re: Zenid showing in search enginges

fairestcape:

Check your sessions settings for spiders:-

ADMIN>>>CONFIGURATION>>>SESSIONS...Prevent Spider Sessions (set to TRUE).

You may also try to set Recreate Session to TRUE, but as you do not appear to have dedicated SSL, this may have no effect.

Thank you for your reply. Will this prevent all spides from seeing my pages and not list them at all in search engines? Becuase that is not wanted ;)

I have now set "prevent spiders sessions" to TRUE, and "Recreate Session" to FALSE since I do not have SSL.

I wish you a great day!:smile:

7 Oct 2008, 9:49 PM
#5
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,844
Plugin Contributions:
0

Re: Zenid showing in search enginges

spiders will be able to crawl the pages just fine when prevent spider sessions is set to true. It just keeps them from getting session ids

8 Oct 2008, 12:41 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Zenid showing in search enginges

You should always set "Recreate Session" to TRUE unless you have a very specific reason for turning it off (such as an unorthodox hosting company server configuration).

8 Oct 2008, 7:01 AM
#7
minshop_no avatar

minshop_no

New Zenner

Join Date:
May 2008
Posts:
56
Plugin Contributions:
0

Re: Zenid showing in search enginges

Hi folks. Thank you for your quick reply.

Brilliant, I have now set it like you ask. Hope the search engines removes the zenid links soon ;)

I wish you a great day:smile:

2 Jul 2009, 5:17 PM
#8
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: Zenid showing in search enginges

DrByte:

You should always set "Recreate Session" to TRUE unless you have a very specific reason for turning it off (such as an unorthodox hosting company server configuration).

Why would you always set recreate session to true, wouldn't that cause duplicate session for different customers possibly?

2 Jul 2009, 6:48 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Zenid showing in search enginges

No, recreate-session creates a new session and grandfathers data from the previous session into it, and retires the old one after validating things. Basically it aids in ensuring that you never piggy-back on someone else's session, which can happen if people click on links that contain zenids.

2 Jul 2009, 7:33 PM
#10
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: Zenid showing in search enginges

DrByte:

You should always set "Recreate Session" to TRUE unless you have a very specific reason for turning it off (such as an unorthodox hosting company server configuration).

DrByte:

No, recreate-session creates a new session and grandfathers data from the previous session into it, and retires the old one after validating things. Basically it aids in ensuring that you never piggy-back on someone else's session, which can happen if people click on links that contain zenids.

Aw very cool, i changed it right after I saw this post so its in effect already because you are the Dr. and know best.. Having said that. What should all the other sessions settings be ideally for best security and performance..

2 Jul 2009, 8:15 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Zenid showing in search enginges

Defaults.

2 Jul 2009, 9:44 PM
#12
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: Zenid showing in search enginges

I have had my site for more than 5 years... I dont know what any defaults are unless it is stated in the config on the side and they are not.

2 Jul 2009, 10:54 PM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Zenid showing in search enginges

Taken from a clean install:

Cookie Domain = True
Force Cookie Use = False
Check SSL Session ID = False
Check User Agent = False
Check IP Address = False
Prevent Spider Sessions = True
Recreate Session = True
IP to Host Conversion Status = true

2 Jul 2009, 11:10 PM
#14
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: Zenid showing in search enginges

Check....

I am now running as I should, thank you for the help