Meta Tag Discussion

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 10th, 2003, 6:25 pm

I thought I'd post this based on a prior post that got me to thinking about what all you can or can't do with META tags.

So I'm going to start this thread with no input. I'm interested to see what META tags are out there and available and what they are being used for and (perhaps) why they are coded the way they are.

I am aware of several and I will add mine to the list eventually when I see they are not included.

I have a template I use for mine primarily for search engine spider help, but I am very curious what else people use them for.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 10th, 2003, 6:25 pm

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8926
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post September 10th, 2003, 6:54 pm

Here are some. You can use meta tags to assist search engine spiders. Some that I usually include are:

Code: [ Select ]
<meta name="description" content="********">
<meta name="keywords" content="********">
<meta name="robots" content="index,follow">
  1. <meta name="description" content="********">
  2. <meta name="keywords" content="********">
  3. <meta name="robots" content="index,follow">
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8926
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post September 10th, 2003, 6:58 pm

IE6+ incorporates a new feature called MyImage Toolbar, which, if enabled on Tools->Internet Options, provides the user with a popup menu over images that allows the user to instantly save, print, or email any image in a page.

However this can be disabled with Meta tags. Here is a meta tag that allows you to disable this:

Code: [ Select ]
<meta http-equiv="imagetoolbar" content="no">


Just as a side note you can also disable this without meta tags such as with:

Code: [ Select ]
<img src="someimage.jpg" galleryimg="no">
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 10th, 2003, 7:13 pm

That is one I didn't know about. (I know about the toolbar -- but that disabling function is nice) - thanks.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post September 11th, 2003, 10:20 am

it's REALLY nice! I love it, and use it a lot. Especially on sites that have
a lot of graphics to keep the design looking nice and not some stupid
toolbar popping up all the time. But in sites with pages with galleries
and such, I leave it alone and allow it.
UNFLUX.FOTO
  • nuclei
  • Graduate
  • Graduate
  • User avatar
  • Joined: Sep 12, 2003
  • Posts: 147
  • Loc: On a mountain
  • Status: Offline

Post September 12th, 2003, 10:40 pm

Personally i think the best meta tag nowadays is this one:

Code: [ Select ]
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">


This stops them from using your website text as advertising spots for their partners products.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post September 15th, 2003, 11:07 am

oooh good one :thumbsup:
UNFLUX.FOTO
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 15th, 2003, 3:29 pm

Although -- I have seen it twice in the last week besides here.
I would be very interested to know why and when one should use that. Is that only useful if you have external advertising on the site or what exactly does it do?
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • nuclei
  • Graduate
  • Graduate
  • User avatar
  • Joined: Sep 12, 2003
  • Posts: 147
  • Loc: On a mountain
  • Status: Offline

Post September 15th, 2003, 3:33 pm

actually you should use it on every single html page you have. What it does is stop MS partners from using your sites as free advertising. Any html text is exploitable.
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post September 15th, 2003, 3:35 pm

yeah, on 2nd thought, I wonder what effects this has on google too...hmmm :?
UNFLUX.FOTO
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 15th, 2003, 4:34 pm

OK --nuclei -- you can call me dense for the moment -- I'm just not following this.

Let's use this as a given -- I have no advertising set up on any client's pages.

What I am interested in learning is what is this specific meta tag doing and do I need to use it if I have no advertiser's on my sites?

Are you saying that regardless --some are using content from my client's sites for advertising purposes? Sorry for all the questions, but this is a new one on me. Links, or more specifics would be appreciated and I'm sure will help others.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • nuclei
  • Graduate
  • Graduate
  • User avatar
  • Joined: Sep 12, 2003
  • Posts: 147
  • Loc: On a mountain
  • Status: Offline

Post September 15th, 2003, 5:02 pm

Okay,

lemme just show you a url or 2 on it to clarify instead of writing a book here :)

http://www.zdnet.com/anchordesk/stories ... 67,00.html
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 15th, 2003, 5:29 pm

But all I seem to be reading about in that link is how the smart tags relate to "Office" in XP. What I want to know is what are they doing with the content from my websites and how "smart tags" play into web design and how? (sorry to sound so persistent --and maybe a bit dense - but I still don't follow the necessity and would like to)
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8926
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Online

Post September 15th, 2003, 7:23 pm

Well nuclei really didn't explain it. I think what happens is that unless you prevent smart tags any text on your site could turn into a possible link to an advertiser. For example, lets say on your site you have a huge article that you wrote about football. Now you have no ads or anything on your site, but you do have tons of content (words). Now what Microsoft's smart tags does is make important text on your site turn into links right to an advertisers page. In other words it will make parts of your article clickable. So for instance, every time you mention the word "football" that word might actually link directly to nfl.com. I am sure you have seen some sites that will turn special words into links so that people can click on it to understand what it is in more detail. Well in this case it is kind of doing the same thing, just sending them to an advertiser instead that is related to that word.

Now by default I do not think Smart Tags are incorporated into peoples browsers. Don't people have to install something for smart tags to become active? I am not sure, I just know I never see them.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post September 15th, 2003, 7:29 pm

OK...now I think that's an explanation I somewhat understand. I found the meta tag first at what I know was a reputable site last week and when this part of the conversation came up I was very curious about it. I'll do some investigating. Thanks
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 15th, 2003, 7:29 pm

Post Information

  • Total Posts in this topic: 29 posts
  • Users browsing this forum: No registered users and 66 guests
  • 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 post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.