meta tags / keywords

Page may contain affiliate links. Please see terms for details.

Andy W

Active Member
Joined
Jun 27, 2003
Messages
401
Location
Stoke on Trent
Car
ML 270 cdi
Can any one in the know tell me how and where I can add keywords in to my web page which was created using front page express. Which lines at the start of the HTML code do I add it, and is the meta tag below suffice for the task.

<META NAME="KEYWORDS" CONTENT=" ">


If anyone wants a look look at a page on my site, click view then source and the HTML code is there. www.a1cooling.co.uk

Thanks very much
 
Last edited:
Hi Andy

Put that line in the <head> section, i.e.

<head>
<meta name="keywords" content="A1 Cooling, A1, Cooling"
<meta http-equiv="Content-Language" content="en-gb">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>HOME</title>
<style fprolloverstyle>A:hover {color: #000080; font-weight: bold}
</style>
</head>

There's a debate about the usefulness of keywords, but I always put them in anyway as it can't hurt.

I would also change your title, to say:

<title>A1 Cooling : Home</title>

Don't know FP Express, but there must be a way for you to edit the source? If not, open the HTML page in Notepad, edit it and save it. When you open it again in FP, the changes will be there.

Cheers
Andrew
 
Last edited:
You could take a sneaky look at www.mbclub.co.uk and 'view source code'

<title>HOME</title>

META TAGS IN HERE

<style fprolloverstyle>A:hover {color: #000080; font-weight: bold}
</style>
 
WOW, exactly what I needed to know, thanks for your help guys, much appreciated.
 

Users who are viewing this thread

Back
Top Bottom