View Full Version : are popups indexed by serach engines
stevehughes
18-Nov-2003, 01:57 PM
i want to add text to the popups on items, only want to do this to add more relevant text that will be picked up by google etc
so does anyone know if text in the javascript popup in actinic is indexed by search engines ?
thanks
NormanRouxel
18-Nov-2003, 02:30 PM
Hmmm... Good question. Since the popups are separate HTML pages there should be no problem with search engines indexing them BUT the only link to these pages is via a javascript function call and I doubt that engines will be able to follow that.
Norman
pinbrook
18-Nov-2003, 02:42 PM
This was asked a while ago, I said the same as Norman, but in the meantime have been proved wrong.
Whipperleys.co.uk have got their pop ups indexed, I think they have added meta tags to the pop ups too
NormanRouxel
18-Nov-2003, 04:45 PM
I don't know how they managed that. What engine found them. Any idea how it followed the showpopup code?
If I was betting the farm on this I'd make sure there was an absolute link there by putting an empty link into the product description.
E.g. if my popup was info_1.html then I'd add the code
!!<<a href="info_1.html"></a>>!!
Into my usual product description as this looks like something an engine could follow.
If you think that engines might not like to follow empty links then you could use
!!<<a href="info_1.html" onclick="return false;">.</a>>!!
where the link is a single dot but it won't be active.
Norman
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.