[CRE Loaded] Thickbox URLs

Magic SEO URLs for CRE Loaded.
bozzy28
Posts: 10
Joined: Sun Aug 30, 2009 4:04 pm

[CRE Loaded] Thickbox URLs

Postby bozzy28 » Sat Sep 12, 2009 3:52 pm

We have developed our site so that the product_info.php page opens in thickbox,

We have found that because of having &keepThis=true&TB_iframe=true&height=500&width=600 after the end of the product url, it doesnt seem to work

Basically URLS like http://testing.extremefantasy.co.uk/product_info.php?products_id=9541&keepThis=true&TB_iframe=true&height=500&width=600

we need like http://testing.extremefantasy.co.uk/pom-pom-feather-tickler-9541.html?keepThis=true&TB_iframe=true&height=500&width=600

I thick this is very important as more and more stores are heavily customised and wll be using thickbox.

Thanks

John

p.s sorry was posted in wrong forum.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [CRE Loaded] Thickbox URLs

Postby inveo » Sun Sep 13, 2009 6:51 am

To avoid any compatibility issues, MSU transforms to SEO format only known URLs.

There is also a problem with new duplicate content in this specific case. I recommend you to change standard URLs to thickbox URLs with JS, not directly in the HTML source code.

bozzy28
Posts: 10
Joined: Sun Aug 30, 2009 4:04 pm

Re: [CRE Loaded] Thickbox URLs

Postby bozzy28 » Mon Sep 14, 2009 9:32 am

Hi Jiri, so how would I do that, not really getting what you mean,

Thanks

John

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [CRE Loaded] Thickbox URLs

Postby inveo » Mon Sep 14, 2009 9:38 am

I mean to generate such URLs without

Code: Select all

&keepThis=true&TB_iframe=true&height=500&width=600


and add this to URI via JS and DOM.