»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 07-14-2003, 02:39 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,539
ClubMed is on a distinguished road
Head Tags: META & KEYWORDS, Difference?

Whats the difference between the head tags:
  • Meta
  • Keywords

Also which one is used by search engines?

Thanks.

ClubMed is offline   Reply With Quote
Old 07-14-2003, 02:50 PM   #2 (permalink)
Registered User
 
Idigguns's Avatar
 
Join Date: Oct 2002
Location: S. Florida
Posts: 1,230
Idigguns is on a distinguished road
Send a message via AIM to Idigguns
"Keywords" IS a Meta tag. For example... <meta NAME="KEYWORDS" CONTENT="......">

I think most search engines use Meta tags. Take a look at the ones on my site if you like. I used the Meta tag generator at Bravenet.com, it's free.
Idigguns is offline   Reply With Quote
Old 07-14-2003, 03:30 PM   #3 (permalink)
Registered User
 
omalleytrading's Avatar
 
Join Date: Apr 2003
Location: Albany, NY
Posts: 425
omalleytrading is on a distinguished road
"META" information -- whether on web sites, databases or on a manilla folder -- is information about the information. It's a way to put the information into context, or provide a more descriptive sense of what the data is.

In your filing cabinet, the labels or handwriting on the manilla folders in META data about what's in the folder. It could be a client's name, a vendor's business card, or notes jotted down to remind you that the folder contains your 2002 tax returns, and the date you mailed them.

In a database, the META data might be the size of a particular table, the layout of the fields within a table, or a text comment that describes what type of information the table contains.

On a web site, META tags provide information about the web page. Typically they're used to provide a brief synopsis (DESCRIPTION) of the page, as well as a set of KEYWORDS that one might use to find that page in a search engine.

In past years, search engines relied on this information heavily to help determine how it would rank the various web pages within the search results. These days, very few of the major search engines rely on the META tags for their primary ranking calculations. At best, they use that data as the blurb they show in the search results.
omalleytrading is offline   Reply With Quote
Old 07-14-2003, 03:33 PM   #4 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
Meta Tags I use Alot

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 
<HTML> 
<HEAD PROFILE="http://purl.org/metadata/dublin_core"> 
<TITLE>WEBPAGE TITLE HERE--SHOWS UP IN TITLE BAR</TITLE> 
<META NAME="keywords" CONTENT="20 or LESS KEYWORDS HERE"> 
<META NAME="description" CONTENT="DESCRIPTION OF WEBPAGE HERE"> 
<!-- BEGIN metatag.txt SSI --> 
<LINK REL="SHORTCUT ICON" href="http://LINKTOYOURICOFILEHERE/favicon.ico"> 
<LINK REV="made" HREF="mailto:YOUR COMPANY EMAIL ADDRESS HERE"> 
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8"> 
<META NAME="ROBOTS" CONTENT="ALL"> 
<LINK REL=SCHEMA.VW96 HREF="http://vancouver-webpages.com/META/VW96-schema.html"> 
<META NAME="author" CONTENT="www.YOURWEBSITENAMEHERE.com"> 
<META NAME="generator" CONTENT="Hand Coded"> 
<META NAME="revisit-after" CONTENT="15 days"> 
<META NAME="DC.Language" SCHEME="RFC1766" CONTENT="EN"> 
<META NAME="DC.Coverage.PlaceName" CONTENT="United States"> 
<META NAME="DC.Title" CONTENT="NAME OF YOUR BIZ HERE"> 
<META NAME="DC.Creator" CONTENT="AUTHOR OF WEBSITE"> 
<META NAME="DC.Subject" CONTENT="20 or LESS KEYWORDS HERE"> 
<META NAME="DC.Description" CONTENT="SHORT DESCRIPTION OF PAGE HERE"> 
<META NAME="DC.Publisher" CONTENT="NAME OF BIZ OR PERSON HERE"> 
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE"> 
</HEAD>
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 07-14-2003, 03:42 PM   #5 (permalink)
Registered User
 
OuTpaTienT's Avatar
 
Join Date: Oct 2001
Location: Bay Area, CA USA
Posts: 6,966
OuTpaTienT is on a distinguished road
Send a message via ICQ to OuTpaTienT
Different search engines might use different meta tags, giving more or less importance to different ones.

Here's the meta tags I use on my page:

<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta NAME="language" content="en-us">
<meta NAME="Keywords" CONTENT="3-D, 3D, graphics, images, rendering, inside the OuTpaTienT mind..., POV-Ray, Persistance of Vision, raytracing, 3DS, computer graphics, Simon the kick ass cat, poems, original art, tenacious d">
<meta NAME="Description" CONTENT="inside the OuTpaTienT mind..., original 3D raytracing art, Tenacious D, misc links, and Simon the kick ass cat.">
<meta NAME="Author" CONTENT="OuTpaTienT">
<meta NAME="distribution" CONTENT="Global">
<meta NAME="revisit-after" content="5 days">

<meta NAME="robots" content="index,follow">
<meta NAME="rating" content="general">


There are some strict rules as to limit of characters and how to use some of the words in conjunction with text on your page if you want to get the best results from the search engines.



Meta Tags
HTML META, REL and REV Tags
AnyBrowser.com - META Tag Overview
Free META Tag Analyzer and META Tag Help
How To Use HTML Meta Tags
Magic with Meta Tags
OuTpaTienT is offline   Reply With Quote
Old 07-15-2003, 05:46 AM   #6 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,539
ClubMed is on a distinguished road
What are these tags for:
  • <meta NAME="revisit-after" content="5 days">
  • <meta NAME="robots" content="index,follow">

?

Thanks for all the info everyone.
ClubMed is offline   Reply With Quote
Old 07-15-2003, 05:55 AM   #7 (permalink)
Registered User
 
muno's Avatar
 
Join Date: Oct 2001
Location: Finland
Posts: 3,838
muno is on a distinguished road
Send a message via Yahoo to muno
The robots tag tells the searchengine robots what to do, index the page and follow links.
-M

//edit: Here's a link for your convenience
http://www.robotstxt.org/wc/meta-user.html
muno is offline   Reply With Quote
Old 07-15-2003, 05:58 AM   #8 (permalink)
Registered User
 
OuTpaTienT's Avatar
 
Join Date: Oct 2001
Location: Bay Area, CA USA
Posts: 6,966
OuTpaTienT is on a distinguished road
Send a message via ICQ to OuTpaTienT
If I remember correctly, the revisit tag tell the search spiders how often to index your page.

And the robots tag tells the spiders if you want all the pages that are linked from your page also indexed or not.
OuTpaTienT is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 04:36 AM.