Meta Tags

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,
 
D

David Baxter

They pay attention to some, sometimes..

What is it you want meta tags for? What do you want them to do?
 
T

Tom Pepper Willett

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
 
G

Guest

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
 
D

David Baxter

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.
 
G

Guest

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.
 
G

Guest

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
Search engine links 2
just wondering if this makes a differance mata tags 3
html meta tags 1
Need Advice 4
Key Words and Meta Tags 8
META Tags 1

Top