Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Google Forum


You are currently viewing our The Google Forum as a guest. Please register to participate.
Login



Reply
A question about using the <title> tag
Old 12-12-2007, 04:54 PM A question about using the <title> tag
bodybuilding's Avatar
Average Talker

Posts: 19
Trades: 0
I heard that the <title> tag is the most important meta tag you use on your page, so I want to use it more fully than I currently am. At the present, I have a single title tag that I use in my header file that every page on my web site (link in my signature) uses.

My question is, would it be better to put a <title> tag on each page individually and get rid of the title tag in my header file? My site is new, and I'm pretty new to the specifics of web hosting (I'm a hobbyist webmaster) so any help would be appreciated .
__________________
The Health Center -
Please login or register to view this content. Registration is FREE
- Diet, Exercise, Bodybuilding, Health!


Please login or register to view this content. Registration is FREE
bodybuilding is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-12-2007, 05:43 PM Re: A question about using the <title> tag
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Yes it is and it is NOT a meta element

Yes, each page title should be individually written for each page.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-12-2007, 07:09 PM Re: A question about using the <title> tag
alan1961's Avatar
Skilled Talker

Posts: 62
Name: Alan
Location: Ayr, Scotland
Trades: 0
Each page is individual, the title should reflect the content of each page. Don't put the same title on every page.
__________________

Please login or register to view this content. Registration is FREE
alan1961 is offline
Reply With Quote
View Public Profile
 
Old 12-13-2007, 06:19 PM Re: A question about using the <title> tag
bodybuilding's Avatar
Average Talker

Posts: 19
Trades: 0
Ok, thanks I have 1 more question now though.

Currently I use a header that goes on the top of every page. This header also includes the <head> and </head>. So therefore, how can I add my <title> to each page individually? It will be outside the <head> and I noticed that search engines see my site as having no title tag at all.

Are there any simple solutions to this?
__________________
The Health Center -
Please login or register to view this content. Registration is FREE
- Diet, Exercise, Bodybuilding, Health!


Please login or register to view this content. Registration is FREE
bodybuilding is offline
Reply With Quote
View Public Profile
 
Old 12-13-2007, 07:11 PM Re: A question about using the <title> tag
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Are there any simple solutions to this?
At the risk of stating the blindingly obvious. BUT,

Change your header?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-13-2007, 09:42 PM Re: A question about using the <title> tag
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
You'd either want to change your header or you could also program it in your header to accept a variable and then pass the header that variable on your individual pages. You'd need a scripting language like php, but I'm guessing if you're using a header file you're already using a scripting language.

Your header might have something like

<title><?php echo $page_title ?></title>

and then you could set the variable of $page_title on each page.

You'll often seen the title tag grouped in with meta tags, but technically it's not a meta tag.

It's probably the most important thing you'll write on each page for a variety of reasons. Search engines will put more emphasis on what's in your title. Don't stuff keywords, but do get your main phrase or phrases in there.

Your title is also what displays in search results and will greatly influence whether the link gets clicked. Always make sure they read well for real people.

I just took a quick look at the link in your sig and the titles look pretty good. I'm just assuming they use the keywords you want, but assuming they do they seem fine to me. I'm sure they could be improved (what can't be?), but you definitely get the idea.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 12-14-2007, 05:48 AM Re: A question about using the <title> tag
bodybuilding's Avatar
Average Talker

Posts: 19
Trades: 0
Ok thanks for the replies.

As far as the php scripting goes, Im not comfortable with that at the moment because I have really no experience doing that. I would need to switch from .shtml to .php files and their language?

And the reason I did not want to change my header was because I think now I will have to write my pages in a very unorthodox way that I'm not sure will be "valid." Right now, my general pages look like this:


*start HEADER_FILE.txt
<head>
blah blah blah
</head>
<body>
menu bar, banner, etc
*end HEADER_FILE
*start CREATINE-or-any-page.shtml
<title>welcome</title>
text and stuff for the content
*END_DOCUMENT

Unfortunately, I used a web page analyzer and it is saying that my pages have NO title. It is probably because it is outside the <head> tags, as I did not have this problem in the past. It was just a random web analyzer on the web though, so Im not sure if google, et al are the same.
__________________
The Health Center -
Please login or register to view this content. Registration is FREE
- Diet, Exercise, Bodybuilding, Health!


Please login or register to view this content. Registration is FREE
bodybuilding is offline
Reply With Quote
View Public Profile
 
Old 12-14-2007, 09:29 AM Re: A question about using the <title> tag
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Split the includes up and have a top section (above the title) and a section below the title.

use SSI variables

<!--#set var="pgtitle" value="Put your page title here"-->

then

<title><!--#echo var="pgtitle" --> </title>

BTW the above won't work if you are hosted on IIS


But sticking the <title> in the wrong place can give problems with some browsers and Google.
BTW if you are wondering Google picks the first <h1> on the page.

Take a look at the SERP title in these results

http://www.google.com/search?hl=en&r...22&btnG=Search
http://search.msn.co.uk/results.aspx...arch&form=QBRE
http://search.yahoo.com/search;_ylt=...1&meta=vc%3Duk
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-15-2007, 07:01 AM Re: A question about using the <title> tag
bodybuilding's Avatar
Average Talker

Posts: 19
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Split the includes up and have a top section (above the title) and a section below the title.

use SSI variables

<!--#set var="pgtitle" value="Put your page title here"-->

then

<title><!--#echo var="pgtitle" --> </title>

BTW the above won't work if you are hosted on IIS


But sticking the <title> in the wrong place can give problems with some browsers and Google.
BTW if you are wondering Google picks the first <h1> on the page.

Take a look at the SERP title in these results

http://www.google.com/search?hl=en&r...22&btnG=Search
http://search.msn.co.uk/results.aspx...arch&form=QBRE
http://search.yahoo.com/search;_ylt=...1&meta=vc%3Duk
Thanks, that would be exactly what Im looking for, but it gave me title as "(none)".

Quote:
BTW the above won't work if you are hosted on IIS
Sorry, but I have no clue but what does this mean?
__________________
The Health Center -
Please login or register to view this content. Registration is FREE
- Diet, Exercise, Bodybuilding, Health!


Please login or register to view this content. Registration is FREE
bodybuilding is offline
Reply With Quote
View Public Profile
 
Old 12-15-2007, 07:43 AM Re: A question about using the <title> tag
Harlequin's Avatar
Extreme Talker

Posts: 164
Name: Mick
Location: Tenerife
Trades: 0
IIS (Internet Information Services) if I recall correctly.

Basically a Windows box.

You can run PHP on a Windows box, I have and do at the moment but only now for test purposes as I have control over the srever variables.
__________________

Please login or register to view this content. Registration is FREE

Death Once Had a Near Harlequin Experience...!

Last edited by Harlequin; 12-15-2007 at 07:44 AM..
Harlequin is offline
Reply With Quote
View Public Profile Visit Harlequin's homepage!
 
Reply     « Reply to A question about using the <title> tag
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.62721 seconds with 12 queries