Forum Moderators: open
Each brand gets a page: "/AcmeBrand". This has an overview of the brand and links to the sub-pages in the section: "/AcmeBrand/Models", "/AcmeBrand/News", etc.
There's a Table of Contents on each page that shows the user he's looking at the AcmeBrand section and lists all the titles in that section (highlighting the one he's on).
Using short titles like "News" means that the Table of Contents isn't overly cluttered. Users seem to like it.
However, this also means that while the URL and the content contain the keyword "AcmeBrand", the title does not.
Would it be a lot better, from an SEO perspective, to change those titles to "AcmeBrand Models", in which case the URL would be "../AcmeBrand/AcmeBrand-Models"?
Many thanks.
Typically it's good in a site's internal nav to use keywords in the anchor text. However, some, inlcuding me, believe it's also possible to overdo it, and in any case, as you suggest, the added kw's in the anchor text are probably of little or no use to site users and even appear a bit cluttered or spammy.
If your site is nicely organized as it appears to be, the combination of the kw's in URL's, and logical hierarchical site structure, already give the SE's a decent understanding of what each page is about (directories are a wonderful thing).
Assuming also that your "page titles" carry the brand name and relevant keywords for that page, i.e., "AcmeBrand Models" ... then you should be in great shape.
I was referring to "title" generically because for every article or picture my CMS (Drupal 5) asks for a name of the article or picture, which is labeled "title". This is then used for automatically-generated anchor text in the table of contents and throughout the site. I thought this was the title.
But now I think what you're saying is that the "title" that matters is the thing that's between the <title> tags when I look at the source. Is this correct?
(Somehow I'd never noticed that tag before....)
Right now the stuff between the tags is "[article name] ¦ [site name]", and [article name] is just "News" not "Acme Widgets - News".
Since [site name] is getting put into the title I suppose I can put other things, too. Looks like I need to figure out how...
Please let me know if I'm still misunderstanding.
Thanks again!