Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2182 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Business and Website Management     Advertising, SEO and Social Marketing :

Meta tags, do they all have a use?

Thread title: Meta tags, do they all have a use?
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
06-04-2005, 05:37 PM
#1
DateinaDash is offline DateinaDash
Status: The BidMaster
Join date: Nov 2004
Location: England
Expertise:
Software:
 
Posts: 10,821
iTrader: 0 / 0%
 

DateinaDash is on a distinguished road

  Old  Meta tags, do they all have a use?

I'm interesting to know, are all these various meta tags actually required for search engines? Do they make a significant difference to the position of your site or should we just leave them out?

The tags below were generated by an online meta tag tool. I wasn't aware some of them even existed, I have only been using, the title/keywords and content tags which I consider the 3 most important. Am I wrong in thinking that?

<META HTTP-EQUIV="Content-Language" CONTENT="EN">
<META NAME="distribution" CONTENT="Global">
<META HTTP-EQUIV="Expires" CONTENT="Tue, 07 Jun 2005 18:45:32 GMT">
<META NAME="revisit-after" CONTENT="">
<META NAME="robots" CONTENT="FOLLOW,INDEX">

06-04-2005, 06:54 PM
#2
Chayron is offline Chayron
Status: Member
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 319
iTrader: -1 / 0%
 

Chayron is on a distinguished road

Send a message via AIM to Chayron Send a message via MSN to Chayron Send a message via Yahoo to Chayron

  Old

There are probably tens of meta tags, eash SE has its own rules about meta tags, most of those are ignored...
Here is an example of some of the other meta tags that arent well know

<meta name="document-type" content="Public">
<meta name="document-rating" content="General">
<meta name="DC.LANGUAGE" content="English">
<meta name="doc-publisher" content="company name">
<meta name="Publisher" content="company name">
<meta name="topic" content="Internet Services,Web Hosting">
<meta name="document-classification" content="Business and Economy">
<meta name="classification" content="Business">
<meta name="content" content="Internet Services">
<meta name="DC.CREATOR" content="company name">
<meta name="DC.PUBLISHER" content="company name">
<meta name="DC.CONTRIBUTORS" content="company name">
<meta name="DC.Coverage" content="global">
<meta name="contactOrganization" content="company name">
<meta http-equiv="organization" content="company name">

06-04-2005, 07:54 PM
#3
Koobi is offline Koobi
Koobi's Avatar
Status: Member
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 312
iTrader: 0 / 0%
 

Koobi is on a distinguished road

  Old

Google doesn't take meta tags too seriously for obvious reasons: spam.

Semantics matter a LOT. Use header tags wisely (i.e. <h1>...<h6>)

When people link to you, make sure they use the EXACT same URL
The following URL's will all have different page ranks:
http://www.example.org/
http://example.org/
http://www.example.org/index.php
http://example.org/index.php


Also, make the title attribute of all the URLs that link to you as descriptive as possible because google will consider that when indexing your site.
Example:
Code:
<a href="http://www.example.org/" title="The site for all the examples">Example</a>

There are many other things...but they can be found on google itself by searching for something like:
Code:
pageranking+strategies

06-05-2005, 04:22 AM
#4
madpenguin2 is offline madpenguin2
Status: I'm new around here
Join date: May 2005
Location: PA
Expertise:
Software:
 
Posts: 24
iTrader: 0 / 0%
 

madpenguin2 is on a distinguished road

  Old

I ran into the problem of people linking to a site using both
www.example.com
and
example.com

Since SE's see this as two different pages, we 'forwarded' example.com to www.example.com using a 301 redirect in a .htaccess file. Which means... we told the SE bot that example.com was permenantly moving to www.example.com.

This had the effect of combining our SE rankings. Now, only www.example.com links show in the SERP's.

Take a look at slashdot.org. if you type www.slashdot.org, it turns into slashdot.org (in the address bar).. It's a nice trick I do on every website i work with now.

Brett

06-05-2005, 04:59 AM
#5
elkjar is offline elkjar
elkjar's Avatar
Status: Junior Member
Join date: Jun 2005
Location: Detroit, MI
Expertise:
Software:
 
Posts: 73
iTrader: 0 / 0%
 

elkjar is on a distinguished road

Send a message via AIM to elkjar

  Old

That is a really good idea Brett. Thank you for posting that. I never have thought of that before, and I run into the same problem. Some people like to add the www. while others (me) hate it.

06-05-2005, 05:14 AM
#6
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old

Robson, I think I have mentioned this before, some search engines require them and others don't. I put them into my websites regardless, since I want my site to be as accessible to as many search engines as possible. Do you want to possibly restrict your sites?

Here's the meta tags I use:

Code:
 <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="keywords" content="web designers, etc...">
<meta name="description" content="Think outside the square - Website Design, graphic design, logos, business identities, photo retouching, web development and services. With a NZ designers touch.">
  <meta name="robots" content="index,follow">
  <meta name="resource-type" content="document">
  <meta http-equiv="expires" content="0">
  <meta name="author"
 content="NZ Web Design, Graphic Design and Web site Design by www.circle.co.nz">
  <meta name="copyright"
 content="Copyright © 2004 by Circle Design with www.circle.co.nz">
  <meta name="revisit-after" content="5 days">
  <meta name="distribution" content="Global">
  <meta name="rating" content="General">

06-05-2005, 02:43 PM
#7
Koobi is offline Koobi
Koobi's Avatar
Status: Member
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 312
iTrader: 0 / 0%
 

Koobi is on a distinguished road

  Old

Originally Posted by madpenguin2
I ran into the problem of people linking to a site using both
www.example.com
and
example.com

Since SE's see this as two different pages, we 'forwarded' example.com to www.example.com using a 301 redirect in a .htaccess file. Which means... we told the SE bot that example.com was permenantly moving to www.example.com.

Oh that's a very good point...using the right HTTP status codes are very important.
Also, you guys are aware of robots.txt right? Some SE's don't behave according to robots.txt though :/

12-08-2005, 04:40 AM
#8
Dan is offline Dan
Dan's Avatar
Status: Request a custom title
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 3,164
iTrader: 15 / 86%
 

Dan is an unknown quantity at this point

  Old

"<META HTTP-EQUIV="Expires" CONTENT="Tue, 07 Jun 2005 18:45:32 GMT">" - what does this actully do? infact half of these i have no clue.

12-08-2005, 08:27 PM
#9
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

I think it may be something to do with the way IE handles the cache.

12-09-2005, 10:33 AM
#10
etechsupport is offline etechsupport
Status: I'm new around here
Join date: Oct 2005
Location:
Expertise:
Software:
 
Posts: 12
iTrader: 0 / 0%
 

etechsupport is on a distinguished road

  Old

Meta tags are still used by smaller search engines, and it's still better to use them than not at all.

Closed Thread  
Page 1 of 2 1 2 >


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

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed