Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-24-2004, 01:03 PM
Member
Latest Blog:
None

 
Join Date: 04-05-04
Posts: 84
iTrader: 0 / 0%
rushy is an unknown quantity at this point
seo friendly titles with .asp

can anyone tell me how to make my title for each page unique? the site was built in .asp and every time it calls content the title remains the same. im not a coder and i dont know .asp, im just working on a site written in it for seo purposes. I just want to give each page a title from <name of store> to <name of store> | <category> | <product>

hope someone can help...
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #2 (permalink)  
Old 07-24-2004, 02:13 PM
imaginemn's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,356
iTrader: 0 / 0%
imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
You would need to have each variable defined and then dynamically show in each page.

Example:

[code:1:463aed332e]<%
Dim store_name
Dim store_category
Dim dynamic_title

store_name = "My Store Name"
store_category = "My Category"
dynamic_title = store_name & " : " & store_category
%>

<HTML>
<TITLE><%=dynamic_title%></TITLE>
...[/code:1:463aed332e]

This would also apply if you are already getting the category from a database you will need to define the variable prior to adding it to your title of each page.

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
Digg this Post!Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Titles of Each Page doogers SEO Forum 11 11-08-2007 09:54 AM
Titles and descriptions... Michael Allison SEO Forum 4 01-08-2006 09:10 PM
Converting Titles into Friendly Titles thing2b Coding Forum 1 09-04-2005 04:44 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:09 AM.
© Copyright 2010 V7 Inc
Powered by vBulletin
Copyright © 2000-2010 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.