registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Classifieds link change #138

Closed psullivan6 closed 11 years ago

psullivan6 commented 11 years ago

In anticipation of the Classifieds change in the coming weeks as well as consistency with the other marketplaces, can the Classifieds link be changed.

Please change the link in these locations:

to: http://registerguard.com/classifieds, which will mean that the Classifieds redirect can be changed at will and won't require another nav change :+1:

P.S. this method is a bit SEO un-friendly in terms of linking to a redirect, but I figure that it gives us the best option for quick deployment... _anyone contradict me here if you think there's a better way_

If this method is okay, then these should be changed to the redirects as well:

see this for the redirects: https://github.com/registerguard/bulldog/blob/master/build/files/tmpl/index.html#L101-L103

mhulse commented 11 years ago

All sounds good to me. Making changes now.

What about:

<li><a href="http://registerguard.ca.kaango.com/">Place a Classified ad</a></li>

... found in footer.html?

psullivan6 commented 11 years ago

Good catch, yah that too :+1:

Essentially, anything that has a kaango.com reference should be the redirect URL

mhulse commented 11 years ago

Sounds good. So, just to clarify, in the footer, it should look like:

<li><a href="http://registerguard.com/homes">Homes</a></li>
<li><a href="http://registerguard.com/autos">Autos</a></li>
<li><a href="http://registerguard.com/jobs">Jobs</a></li>
<li><a href="http://registerguard.com/classifieds">Classified Advertising</a></li>
<li><a href="http://registerguard.com/classifieds">Place a Classified ad</a></li>
psullivan6 commented 11 years ago

1 more update :) as per quick convo with Tyler. Place a Classified ad should go to the dreaded DT page as shown here:

<li><a href="http://registerguard.com/homes">Homes</a></li>
<li><a href="http://registerguard.com/autos">Autos</a></li>
<li><a href="http://registerguard.com/jobs">Jobs</a></li>
<li><a href="http://registerguard.com/classifieds">Classified Advertising</a></li>
<li><a href="http://ads.registerguard.com">Place a Classified ad</a></li>

Thanks!

mhulse commented 11 years ago

Ok, everything should be updated on live Dox, DTI and blogs Bulldog templates. If you want to take a quick look (when you have free time) and let me know if all looks good. I'll close the issue via a commit if you give thumbs up.