PDA

View Full Version : Title and google help


rickyreter
03-22-2007, 02:35 PM
Hi,i have a problem..don't we all...umm well i am missing my <title> tag from my source code and wondered.... where i put it ?what file to edit..etc
Below is my code

Also if this seems okay??


<html dir="ltr" lang="en">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="vBulletin 3.6.5" />


<meta name="keywords" content="car, forum, cartalkuk, cars, cruise, wheels, exhaust, tires, oil, carforums, car related, talk cars, air filters, carforums, cruiseing," />
<meta name="description" content="This is a discussion forum for all cartalk-get the best information and advice for your car!" />



<!-- CSS Stylesheet -->
<meta name="abstract" content="This is a discussion forum for all cartalk-get the best information and advice for your car!" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 Days" />
<meta name="rating" content="General" />
<meta name="distribution" content="Global" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="Content-Language" content="EN" />
<meta name="generator" content="vBulletin" />
<meta name="Expires" content="-1" />
<meta name="reply-to" content="peter.bennetts@btinternet.com" />
<meta name="owner" content="Peter bennetts" />
<meta name="classification" content="Automotive" />

<meta name="Copyright" content="www.cartalkuk.co.uk 2007" />
<meta name="Author" content="Peter bennetts" />
<meta http-equiv="Cache-Control" content="Public" />
<meta http-equiv="Pragma" content="No-Cache" />

Thanks Peter

nexialys
03-22-2007, 03:40 PM
everything is located in the template : headinclude ...

john24
05-31-2007, 02:07 AM
I must be very blind them. As far as I know all of the metatags are in the headinclude apart from the title tag which isn't there.

Dismounted
05-31-2007, 07:44 AM
Title tags are specified individually on each template (most anyway) between <head> and </head>.