Log in

View Full Version : dynamic page title created via Link text?



isntworkdull
08-19-2009, 04:20 PM
Hi all

I was wondering if its possible to creat the page title from a link to that page?

Basically, i have an ecommerce website, and i'm thinking of adding some links on product pages helping customers narrow down what they are looking for.

this could be a simple link saying "530 TVL Cameras"

the link will send my customers to the search page where all results for that product will be listed.

However i was wondering if theres a way the title of that page could some how then say "530 TVL cameras"?

I have no idea how to do this, just thought if it would look better on search engines if they index these pages.

thanks
James

kaos
08-20-2009, 11:27 PM
I'm confused... Do you mean like:


<html>
<head>
<title>YOUR TITLE HERE</title>
</head>
<body>
YOUR CONTENT HERE
</body>
</html>