meta tags

G

Guest

can someone tell me which section i type the keywords for the meta tags for
search engines to recognise?. In one part of help it says put them in the
'http/equiv' box, but in another part it says put them in the 'user variables
box' Do i have to type them all in both sections?
thanks
 
T

Thomas A. Rowe

Just switch to HTML/Code view and enter them:

<TITLE>The title of this page</TITLE>
<meta name="description" content="Enter description here of the content contained on this page">
<meta name="keywords" content="Enter keyword here that related to the content contained on this
page">

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

cheers dude, but for my own piece of mind is that the system variable or the
user variable. Plus im not 100% where i would enter that html!
 
M

Murray

They are entered anywhere between <head> and </head>. I don't understand
your other question.
 
T

Thomas A. Rowe

I have never used the FP dialog to add meta tags, but to answer your question, it would be User
Variables.

I think you will find it faster to do this in HTML/Code view, then using the dialog. The example I
provided would go into the head section of your pages:

<html>
<head>
<TITLE>The title of this page</TITLE>
<meta name="description" content="Enter description here of the content contained on this page">
<meta name="keywords" content="Enter keyword here that related to the content contained on this
page">
</head>
<body>
your page content
</body>
</html>
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
G

Guest

thats brilliant cheers. One thing though, between <head> and <title> there is
<http-equiv=content-language, and content-type. These are cool i take it and
won't bugger anything up?
 
D

David Baxter

they won't bugger anything up...

phutchon said:
thats brilliant cheers. One thing though, between <head> and <title> there is
<http-equiv=content-language, and content-type. These are cool i take it and
won't bugger anything up?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

html meta tags 1
Meta tags versus http-equiv meta tags 5
another "Includes" question 2
meta tags 4
Meta tags 4
Meta tag syntax 6
Meta Tags FrontPage 2
meta tags 7

Top