Forum Moderators: phranque

Message Too Old, No Replies

Advice on indexing enfinity intershop site

         

webgeneral

3:21 pm on Nov 26, 2002 (gmt 0)

10+ Year Member



Has anyone got any tips on how an enfinity intershop site can be indexed by the engines, the only article I have read suggests that creating a static html page with the site's content is the only way forward.

lazerzubb

10:10 am on Nov 27, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I haven't used the software you are talking about but if you can provide some more information about is, i am sure we will be able to come up with a solution.

Can you present a example URL, of a page that uses the software, and which webserver do you use?

webgeneral

11:06 am on Nov 27, 2002 (gmt 0)

10+ Year Member



[domain.com...]

is an example of such a URL

The site is hosted on a UNIX server

[edited by: DaveAtIFG at 2:08 pm (utc) on Nov. 27, 2002]
[edit reason] "Generalized" the URL [/edit]

lazerzubb

11:12 am on Nov 27, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think the first problem there is that it's a framebased page.

Otherwise it's probably:
;%24sid%24PecZJj3kmqfsJa4G4TSJon6oKF71wzZ6?CFCID=1&StoreID=1162

Which may be the problem.

sid%24PecZJj3kmqfsJa4G4TSJon6oKF71wzZ6?CFCID

Is that a session ID, or Unique ID?

if it is it will cause a problem, because GoogleBot don't like Session id's in the url string, because it will often make them index duplicate pages, see if you can hide the session id (if it is one), in a cookie, or in a session on the computer.

webgeneral

4:10 pm on Nov 27, 2002 (gmt 0)

10+ Year Member



Thanks Lazerzubb, very useful hints.