Meta Tags

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get meta tags into my web site? I have Jim Buyens' book, Running
FrontPage 2000, but it just has one teensy reference and no discussion. I
want search engines to find our site.
Also, in the discussion group, I read that search engines don't pay
attention to meta tags anymore. So what do I do?
Cheers,
 
They pay attention to some, sometimes..

What is it you want meta tags for? What do you want them to do?
 
www.searchenginewatch.com

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| How do I get meta tags into my web site? I have Jim Buyens' book, Running
| FrontPage 2000, but it just has one teensy reference and no discussion. I
| want search engines to find our site.
| Also, in the discussion group, I read that search engines don't pay
| attention to meta tags anymore. So what do I do?
| Cheers,
| --
| Sue
 
I want search engines to pick up our Web site and think I need to put in
keywords. We're not trying to sell stuff, just attract people to our area of
the world.
Thanx, Sue
 
The keywords meta tag is becoming increasingly less important to search
engines and some by now seem to ignore them completely.

However, the title meta tag is still important. Here's how you do it.
Insert between your <head> and </head> tags (after <html> and before
<body>) using html view in FrontPage:

<HTML>
<HEAD>
<TITLE>Insert your most important descriptive keywords or keyphrases in
here</TITLE>
<META name="description"
content="less important but insert a description of the site again with
important keywords here">
<META NAME="keywords"
CONTENT="even less important but insert keyword phrases here, separated
by commas -- use two and three or even four word phrases rather than
individual keywords and use search terms that people are likely to
actually use">
</HEAD>
<BODY>
....
....
....
</BODY>
</HTML>

Or: in FrontPage:
1. open the page you want to add these tags to
2. right click and select Page Properties
3. insert or modify Title at the General tab
4. at the Custom tab, under User Variables, click on add
5. for name, enter "description" (without the quotation marks)
6. for value, enter the description (see above)
7. click on okay
8. repeat steps 4 through 7 entering "keywords" instead of "description"
(again without the quotation marks)

Then go to http://www.bandofgonzos.com and submit your site for Site
Review and ask for additional suggestions for search engine
optimization.
 
David, thank you, thank you. I'm beginning to understand what you just told
me, scary thought, and will try it out next time I get brave.
 
Thanks Tom. I see that one has to subscribe, but it looks like a really good
resource.
Cheers, Sue
 

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

meta tags 8
Meta tags 4
Analysis says I have no Meta Robots - Where/How? 1
Meta tag syntax 6
Search engine links 2
html meta tags 1
dissapearing meta name tags 2
meta tag generator 1

Back
Top