Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI shows Zen Id for the first use ?

Ceon URI shows Zen Id for the first use ?

Views: 423

Results 1 to 3 of 3
20 May 2015, 4:44 PM
#1
mrcastle avatar

mrcastle

Zen Follower

Join Date:
Feb 2010
Posts:
205
Plugin Contributions:
0

Ceon URI shows Zen Id for the first use ?

I've got the Ceon URI manager working well but just realized that when you pull up my website for the first time, it shows a zen id on all of the links (for example http://mywebsite.com/contemporary?zenid=38265ca9b5f508a13feef299055123e4) But after you click on a link (any link) the zen id's go away and only the new url's are displayed. What I'm concerned about is SEO.... if the search engine robots are scanning my site, are they also seeing the zen id string ? And if so, is there anything that can be done about this ? (my website is cheap sheet music dot com. Thx for any input.

20 May 2015, 7:31 PM
#2
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ceon URI shows Zen Id for the first use ?

mrcastle:

I ... just realized that when you pull up my website for the first time, it shows a zen id on all of the links ...
This is intentional behavior and is not related to CEON URI.

"zenid" identifies the user's session (shopping cart, login, etc). By default, when a cookie is not present (to tell the server which session to use) Zen Cart will add the session id to the URL. At the first request, the cookie will not already be present (so is added to the URL).

By default, Zen Cart does NOT create sessions for known Search Engines (spiders). So they will never see "zenid" unless the setting has been changed in the Zen Cart admin (Configuration -> Sessions).

It appears your site is set to the Zen Cart defaults (a quick check using http://web-sniffer.net/ with the useragent set to Googlebot shows no "zenid" in the URLs).

20 May 2015, 11:26 PM
#3
mrcastle avatar

mrcastle

Zen Follower

Join Date:
Feb 2010
Posts:
205
Plugin Contributions:
0

Re: Ceon URI shows Zen Id for the first use ?

Wow, that's what I call clear & concise response! Also, thx for the web-sniffer.net link... pretty cool Regards, Mitch