igotregistered
11-29-2011, 05:55 PM
Hi everybody,
I have a custom page I built on my website about 3 years ago. I have thousands of sports players names linked to videos of them on my website.
I want them to resolve in search engines by keyword. But this is something I've never done before.
This is the link structure
<li><a href="http://www.mysite.com/index.php?do=search&mstr=bob+Smith&page=0" title="Bob Smith">Smith, Bob</a></li>
The links are all categorized in alphabetical order by last name/first name.
I would like to add into everybody's title like below:
title="Bob Smith Baseball Player">
This way when somebody enters "Bob Smith Baseball Player" into google The links will be populate.
I'd like to add "Baseball Player" to everybody's links at once editing the HTML.
Is this possible?
Thank you
I have a custom page I built on my website about 3 years ago. I have thousands of sports players names linked to videos of them on my website.
I want them to resolve in search engines by keyword. But this is something I've never done before.
This is the link structure
<li><a href="http://www.mysite.com/index.php?do=search&mstr=bob+Smith&page=0" title="Bob Smith">Smith, Bob</a></li>
The links are all categorized in alphabetical order by last name/first name.
I would like to add into everybody's title like below:
title="Bob Smith Baseball Player">
This way when somebody enters "Bob Smith Baseball Player" into google The links will be populate.
I'd like to add "Baseball Player" to everybody's links at once editing the HTML.
Is this possible?
Thank you