Home  Forums  Profile  PMs  Search  Directory  Tools 


Lets talk meta tags.....

 
Post new topic   Reply to topic    Mainstream Webmasters Forums Forum Index -> Site Creation
View previous topic :: View next topic  
Author Message
Gypsy
Mod


Joined: 06 Nov 2004
Posts: 397
Location: Ohio

PostPosted: Wed May 04, 2005 5:58 pm    Post subject: Lets talk meta tags..... Reply with quote

Ok, now I know there is some debate on the use of meta tags. Some say the search engines don't use them, some say they do. Just to be on the safe side, I always include them on my pages, and it only takes a few minutes to put them in anyways.

Here are the ones I generally use.....

<TITLE>page title</TITLE>
<META NAME="DESCRIPTION" CONTENT="description of this page">
<META NAME="KEYWORDS" CONTENT="relevant keywords to this page">
<META NAME="AUTHOR" CONTENT="name of domain, or company name">
<META NAME="COPYRIGHT" CONTENT="year and either domain name, or company name">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME ="REVISIT-AFTER" CONTENT="15 DAYS">
<META HTTP-EQUIV="EXPIRES" CONTENT="-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META NAME="MSSMARTTAGSPREVENTPARSING" CONTENT="TRUE">

Does anyone else have some other ones that they use? If so, post them, and if they are kind of obscure, give a little explaination of them please.



_________________
Cookies For Christmas
Back to top
View user's profile Send private message Visit poster's website
Nelchex



Joined: 04 May 2005
Posts: 100
Location: Trenton, Armpit of New Jersey.

PostPosted: Mon May 09, 2005 1:40 pm    Post subject: Reply with quote

Been wondering about the use of meta tags myself. I'm not sure what search engines are looking for.

I keep seeing ads for search engine optimation. Is it worth paying someone to do this?


Back to top
View user's profile Send private message
Gypsy
Mod


Joined: 06 Nov 2004
Posts: 397
Location: Ohio

PostPosted: Mon May 09, 2005 4:35 pm    Post subject: Reply with quote

Why pay someone for something you can do yourself?

Sure it takes some practice to get the optimization down pat, but think of all the money you would be saving. smile



_________________
Cookies For Christmas
Back to top
View user's profile Send private message Visit poster's website
Barron



Joined: 09 Nov 2004
Posts: 49

PostPosted: Mon May 16, 2005 11:19 am    Post subject: Re: Lets talk meta tags..... Reply with quote

Gypsy wrote:

<TITLE>page title</TITLE>
<META NAME="DESCRIPTION" CONTENT="description of this page">
<META NAME="KEYWORDS" CONTENT="relevant keywords to this page">
<META NAME="AUTHOR" CONTENT="name of domain, or company name">
<META NAME="COPYRIGHT" CONTENT="year and either domain name, or company name">
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME ="REVISIT-AFTER" CONTENT="15 DAYS">
<META HTTP-EQUIV="EXPIRES" CONTENT="-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META NAME="MSSMARTTAGSPREVENTPARSING" CONTENT="TRUE">




I've been looking forever for a list of meta tags that the browser uses and the ones that the SE's look at, other than the standard ones we all use. Still havent found any lists.

But, for the newbies out there, this is what I know about the metas gypsy listed:

The browser and SE's look at the title tag. The SE's look at the description and keywords. Whether they are used for ranking or not depends on the algorithym.

<TITLE>page title</TITLE>
<META NAME="DESCRIPTION" CONTENT="description of this page">
<META NAME="KEYWORDS" CONTENT="relevant keywords to this page">


Used for spamming the SE's mostly. I havent test lately, but I have used the author and copyright as searchs on google and got nothing. Rather, if they did show up in the rankings, it was so far down the list I gave up looking for it.

<META NAME="AUTHOR" CONTENT="name of domain, or company name">
<META NAME="COPYRIGHT" CONTENT="year and either domain name, or company name">

Nice spiders will look at the robots tag. But, even more spiders will look at, and obey, the robots.txt file. But remember its in reverse. List directories or files you "dont" want spidered. SE's will spider the site if the robots tag is not listed or there is no robots.txt file.

<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">

I still use this next one behind password protected directories. because http://user=me@mydomain.com used to work in the browsers. IE stopped it in v6, but no clue if Netscape did.

<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">

Im dont have any evidence that these next two work.

<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME ="REVISIT-AFTER" CONTENT="15 DAYS">

I think these next three are suppose to work in the browser, but I havent seen it yet because my browser settings say to get new versions everytime. Nice proxy servers wont store your pages. I have used this in an attempt to get Google and AOL not to cache pages, I dont think it worked.

<META HTTP-EQUIV="EXPIRES" CONTENT="-1">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">

This next one is incorrect, it should be upper and lower case. But, it doesnt work anymore. Microsoft abandoned their idea of stealing keywords.

<META NAME="MSSMARTTAGSPREVENTPARSING" CONTENT="TRUE">

There are metas out there that are suppose to suppress imagetool bars and sidebars in both Netscape and IE, but they dont work either.

Base url tags work, but with the 301 and 302 status code problem its best to link with full urls anyway. And use full urls on your images.

With all that said, if anyone has any new nuggets on what the SE's are doing with metas please share : )


Back to top
View user's profile Send private message
Drew
Mod


Joined: 18 May 2005
Posts: 369
Location: Somewhwere out in web land!

PostPosted: Mon Jul 18, 2005 1:10 pm    Post subject: Reply with quote

I only just saw this post. GREAT info! Thanks Barron smile

way to go!


Back to top
View user's profile Send private message
HarryK
Exec


Joined: 04 Sep 2004
Posts: 986
Location: Philly

PostPosted: Wed Jul 20, 2005 2:44 pm    Post subject: Reply with quote

Good stuff, Barron!

Quote:
Im dont have any evidence that these next two work.

<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME ="REVISIT-AFTER" CONTENT="15 DAYS">


I looked into this myself a year ago. The Revisit definitely doesn't work.

As I recall from my digging, one SE that doesn't even exist anymore created that about six years ago and no other SE ever picked up on it.


Back to top
View user's profile Send private message Visit poster's website
njtigereye



Joined: 17 Mar 2010
Posts: 34

PostPosted: Tue Mar 30, 2010 2:26 am    Post subject: Reply with quote

thanks for explaining this stuff barron. smile


Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Mainstream Webmasters Forums Forum Index -> Site Creation All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2002 phpBB Group
Theme created by Vjacheslav Trushkin


Web Hosting     Site Templates     Online Courses     Biz Books     Site Monitoring     Traffic Generation     Traffic Analysis

Syndication: You can pick up our feeds from here: MW Forums Feed MW Forums Feed - MW Articles Feed MW Articles Feed

Forums Feed:     Add to My Yahoo!         Articles Feed:     Add to My Yahoo!