meta tag generator

G

Guest

Using Submit Express. Asked that I complete their Meta Tags Generator. I did
and now they've asked me to cut and past the section on top of my HTML page
in text editor and replace the section from <HTML>to<HEAD>. I was unsure
what they wanted me to do, I called, but they are not familiar with Frontpage
(they use dreamweaver) and suggested I call Microsoft. This is my first
website, it is online and working fine. I just need to complete the meta tag
portion so search engines will know what keywords to use. Can anyone help?
Please Betsy
 
A

Andrew Murray

Paste their code into the head section of your code.

The meta tags look like <meta http-equiv......>
and they reside between the <head> and </head> tags

what that site is saying is they've generated replacement code for the
entire "head" section

i.e. <html>
<head>
<meta....
<meta.....
</head>

and the above is what they're saying to cut and paste into your code to
replace it.

Go to the "code view" in Frontpage, to the top of the screen and you'll see
that code (or similar) above.
 

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 tag repetitions 1
dissapearing meta name tags 2
meta names 3
View Source 1
Title tag 14
How do I edit the detail when FP2003 has out it in a <BODY> 3
Dumb Question: H1 Header Tags 2

Top