I was looking into the SEO of a particular CMS page last night, comparing it with someone else's page, noticed many things some in my web sites favour some in the other website. One being link titles.
In the CMS I want to have link titles on the links. Is this possible to achieve?
The page in question (along with many others) is:- Wheels Day 2015
First link in the article being
second one
Along with many photos gallery links for the last 10 years
Each page the links go to have a page title. I see link titles working fine in the forum(but not in forum threads). Is there a way to either automatically create them in the CMS, or even if I could manually pop them in. My next plan if this isn't possible is to create a static page so I can pop in raw html.
Thanks, Any advice much appreciated.
In the CMS I want to have link titles on the links. Is this possible to achieve?
The page in question (along with many others) is:- Wheels Day 2015
First link in the article being
Code:
<a href="http://www.solent-renegades.co.uk/content/284-will-there-wheels-day-2015-a" target="_blank">Will the be a Wheels day 2015?</a>
Code:
<a href="http://www.solent-renegades.co.uk/content/226-wheels-day-2014" target="_blank">Wheels Day 2014</a>
Along with many photos gallery links for the last 10 years
Code:
842 photos from <a href="http://www.solent-renegades.co.uk/members/transamdan-albums-wheels-day-2004.html" target="_blank">Wheels Day-2004</a>
Each page the links go to have a page title. I see link titles working fine in the forum(but not in forum threads). Is there a way to either automatically create them in the CMS, or even if I could manually pop them in. My next plan if this isn't possible is to create a static page so I can pop in raw html.
Thanks, Any advice much appreciated.