solved Nova Concert Row Duplicate url's

MAD
MAD
@madc
10 years ago
600 posts
This is a simple one.
Is there any reason why the nova skin, concerts_row.tpl has two different url's to get to the same page?
These two url's will be indexed right?

Below is the two

for the image in first column
<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.event_title_url}">

for the title

 <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.event_banner_search|urlencode}"> 

They both lead to the same page yet carry different URL's in the address bar and the breadcrumbs change, Thats all


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion

updated by @madc: 02/06/14 08:55:15PM
paul
@paul
10 years ago
4,326 posts
Its just the {$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id} bit that is the link. The rest is superfluous and there only for seo.


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
10 years ago
600 posts
Ok that's what I am thinking about.
Won't google etc see it as duplicate content? Or will they just show one?


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
michael
@michael
10 years ago
7,717 posts
Your right, it should be standard. i would expect that the event_title_url is the correct one.

Ill go take a look at whats there now.
michael
@michael
10 years ago
7,717 posts
done. got this fixed up for the next release of the skins. It also effected other skins as well.

all the event_banner_search|urlencode got changed to event_title_url.

Thanks for that.

Tags