473,385 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Meta data

What's the benefit to coding <meta name="author"...> and such? Thanks.
Jul 23 '05 #1
23 2120
Fast Eddie wrote:
What's the benefit to coding <meta name="author"...> and such?


Some tools can recognise it. You can write your own tools that recognise it.
Humans can read it.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
"Fast Eddie" <ne*******@newsserver.com> wrote:
What's the benefit to coding <meta name="author"...> and such?


None. Well, it might be regarded as a small improvement over specifying
the author in a comment only.

Most <meta> tags are completely useless, but many of them are potentially
dangerous: they give wrong information, and if some software some day
starts actually using <meta> information, who knows what happens?

Then there are some exceptions, most notably <meta http-equiv=
"Content-Type" ...>, which can be useful _if_ it contains adequate
information.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #3
Fast Eddie wrote:

What's the benefit to coding <meta name="author"...> and such?


Some search-engine robots used them in the past to get information about the
website. I don't think it's used today. IMO it belongs to a website as the
alt-attribute does. But that's my personal opinion.

Greetz Eric Biller

Jul 23 '05 #4
Tim
On Sat, 2 Oct 2004 00:25:09 -0400,
"Fast Eddie" <ne*******@newsserver.com> posted:
What's the benefit to coding <meta name="author"...> and such? Thanks.


I should have thought that'd only be of much use to a team of people
working on a site and they wanted to simply track who's looking after each
page.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.
Jul 23 '05 #5
"Jukka K. Korpela" <jk******@cs.tut.fi> wrote:
"Fast Eddie" <ne*******@newsserver.com> wrote:
What's the benefit to coding <meta name="author"...> and such?


None. Well, it might be regarded as a small improvement over specifying
the author in a comment only.

Most <meta> tags are completely useless, but many of them are potentially
dangerous: they give wrong information,


Much like the content of many web pages, now? ;-)
--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 23 '05 #6
Eric Biller wrote:
Fast Eddie wrote:
What's the benefit to coding <meta name="author"...> and such?

IMO it belongs to a website as the alt-attribute does.


I couldn't quite parse that sentence. Could you rephrase it?

--
Brian (remove "invalid" to email me)
http://www.tsmchughs.com/
Jul 23 '05 #7
>> From: Fast Eddie

What's the benefit to coding <meta name="author"...> and such?

From: Jukka K. Korpela

None. Well, it might be regarded as a small improvement over
specifying the author in a comment only.

Most <meta> tags are completely useless, but many of them are
potentially dangerous: they give wrong information, and if some
software some day starts actually using <meta> information, who
knows what happens?

Then there are some exceptions, most notably <meta http-equiv=
"Content-Type" ...>, which can be useful _if_ it contains adequate
information.


Righto. I use Content-Type to indicate MIME type and character set.
It doesn't look as if I'll lose anything by omitting the more, uh,
documentary meta tags. Thanks for the info.

Jul 23 '05 #8
Fast Eddie wrote:
What's the benefit to coding <meta name="author"...> and such? Thanks.


Depends on which tools you're using.

* A content-management system used by a group of people could use such
metadata to only allow documents to be edited by the original author.

* The management team within an organisation could mandate the use of it
to assist in tracking down the authors of documents in the future.

I'm sure you can think of other possible uses.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Jul 23 '05 #9
>> From: Fast Eddie

What's the benefit to coding <meta name="author"...> and such?
Thanks.

From: Toby Inkster

Depends on which tools you're using.

* A content-management system used by a group of people could use
such metadata to only allow documents to be edited by the original
author.

* The management team within an organisation could mandate the use
of it to assist in tracking down the authors of documents in the
future.

I'm sure you can think of other possible uses.


I can think of reasons that people might want to know the author of a
page. Comments would work equally well for that purpose, though, and
would allow for more flexibility in formatting.

The bottom line, so far as I can see, is that there's no reason for me
to use such meta tags in my personal site. I guess that was my
original question, although I worded it in a more general way.
Thanks.

Jul 23 '05 #10
On Sat, 02 Oct 2004 00:25:09 -0400, Fast Eddie wrote:
What's the benefit to coding <meta name="author"...> and such? Thanks.


I suggest using <link> tags when appropriate, as these can be used by some
existent browsers (Mozilla and Opera come to mind).

Some <meta name=""> tags are still used by search engines, such as
<meta name="description">
Search engines also use to use the meta keywords until authors started
spamming.

HTH,
La'ie Techie

Jul 23 '05 #11
L??ie Techie <laie@win_remove_get_nospam_solutions.com> wrote in message news:<1097130884.cUk3ysqkFUUbtQFJv2WxvA@teranews>. ..
On Sat, 02 Oct 2004 00:25:09 -0400, Fast Eddie wrote:
What's the benefit to coding <meta name="author"...> and such? Thanks.


I suggest using <link> tags when appropriate, as these can be used by some
existent browsers (Mozilla and Opera come to mind).


Some discussion of meta and link tags, and other things in the head
section of an HTML document, is in my site:
http://webtips.dan.info/titles.html

--
Dan
Jul 23 '05 #12
Brian wrote:
IMO it belongs to a website as the alt-attribute does.


I couldn't quite parse that sentence. Could you rephrase it?


In my opinion:
Like the alt-atribute in img-tags, meta-tags belong to a website.
Just my personal opinion.

Greets Eric
Jul 23 '05 #13
Eric Biller <Bi******@gmx.net> wrote:
Like the alt-atribute in img-tags, meta-tags belong to a website.
Still doesn't make much sense. The alt attribute is formally obligatory,
has defined semantics, and has lots of essential impact. The meta tags
are formally optional, with very vague or completely undefined semantics,
and very limited usefulness, as well as several known pitfalls.

So why would you compare the two? Would you also say "like the title
element in head part, acronym tags belong to a website"?

You haven't given any _arguments_, unless we count the obscure comparison
that lacks any point, so your personal opinion, as such, cannot be of
great importance on this global forum.
Just my personal opinion.


And a wrong one.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #14
On Fri, 08 Oct 2004 12:06:39 +0200, Eric Biller <Bi******@gmx.net> wrote:
Brian wrote:
IMO it belongs to a website as the alt-attribute does.


I couldn't quite parse that sentence. Could you rephrase it?


In my opinion:
Like the alt-atribute in img-tags, meta-tags belong to a website.
Just my personal opinion.


More understandable now, but still makes no sense. Clearly, all the markup
on a page "belongs" to the website.

My opinion is you've based this on an incomplete knowledge of the purpose
of the alt attribute on img. Why do you feel the above is true?
Jul 23 '05 #15
Sorry guys,
I think we're completely talking on cross-purposes.
I know that the alt-attribute is obligatory and the meta-tags are optional.
Perhaps my comparison isn't quite perfect, but I did not think that someone
gives it so much observation.
I just wanted to say:
In my personal style of coding html, some meta-tags are obligatory for me
(just for me). And for me (just for me) they're as obligatory as
alt-attributes in img-tags, which are obligatory in general.

Just wanted to express my opinion about meta-tags. It was not my purpose to
start a discussion, if a meta tag has to be there or not.
And I did not want to give arguments for or against using these tags.
I donot bother, if you use meta-tags or not. It is up to the coder.

Greets
Eric
Jul 23 '05 #16
Eric Biller <Bi******@gmx.net> wrote:
Perhaps my comparison isn't quite perfect,
A very mild way of saying that it entirely rubbish nonsense.
but I did not
think that someone gives it so much observation.
Nobody expects the Spanish inquisition!
I just wanted to say:
In my personal style of coding html, some meta-tags are obligatory
for me (just for me).
Should we care? Honestly, should we care, especially if you don't want to
hear how distorted the idea is?
Just wanted to express my opinion about meta-tags.
We are not interested in opinions, or even amused by them, especially
when presented in a manner that excludes any sensible discussion on them.
It was not my purpose to start a discussion,


This is a discussion group. If this doesn't suit you, you have the
liberty of not participating.

It is generally a good idea to just read a group instead of posting to
it, until you have a contribution to make to the discussions.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #17

"Eric Biller" <Bi******@gmx.net> wrote in message
news:2s*************@uni-berlin.de...
Brian wrote:
IMO it belongs to a website as the alt-attribute does.


I couldn't quite parse that sentence. Could you rephrase it?


In my opinion:
Like the alt-atribute in img-tags, meta-tags belong to a website.
Just my personal opinion.


It might be your opinion they "belong to a website" but it's still not
obvious to most English speakers what you mean. "Belong to someone" =
"jemandem gehören"; "belong to something" = "gehören zu etwas".

You probably meant "belong on" = "darein sich finden sollt". And yes, alt
attributes belong on a web site for the benefit of your audience, and, more
importantly, because they are *required*. META tags are not required, and
they (other than possibly DESCRIPTION and KEYWORDS) ordinarily don't benefit
the audience in any way. If they don't serve a purpose, there's no reason to
have them.

Jul 23 '05 #18
On Fri, 8 Oct 2004, Jukka K. Korpela wrote:
Nobody expects the Spanish inquisition!


Their three main weapons were pop-up windows, frames and
meta-refresh?

I think I'll go for the comfy chair.

Jul 23 '05 #19
Jukka K. Korpela wrote:
Nobody expects the Spanish inquisition!


Our chief weapon is tags and attributes. Attributes and tags are our two
greatest weapons. And content. Our three greatest weapons are tags,
attributes, and content. And an almost fanatical devotion to the W3C.
Amongst our weaponry...

--
Brian (remove "invalid" to email me)
http://www.tsmchughs.com/
Jul 23 '05 #20
On Fri, 8 Oct 2004 18:53:42 +0100, "Alan J. Flavell"
<fl*****@ph.gla.ac.uk> wrote:
On Fri, 8 Oct 2004, Jukka K. Korpela wrote:
Nobody expects the Spanish inquisition!


Their three main weapons were pop-up windows, frames and
meta-refresh?


And unswerving allegiance to the W3C !
Our _four_ weapons are pop-up windows, frames,
meta-refresh and unswerving allegiance to the W3C !


Jul 23 '05 #21
Jukka K. Korpela wrote:
We are not interested in opinions, or even amused by them, This is a discussion group. If this doesn't suit you, you have the
liberty of not participating.
How does this fit? Discussion without presenting opinions? Explain!

It is generally a good idea to just read a group instead of posting to
it, until you have a contribution to make to the discussions.


My former group concerning HTML got a new descritption: use c.i.w.a.h
instead.
I will ignore that und participate in my original group, until it is closed.
They take care of opinions, you know.

Cya

Jul 23 '05 #22
On Sat, 09 Oct 2004 09:02:08 +0200, Eric Biller <Bi******@gmx.net> wrote:
I will ignore that und participate in my original group, until it is
closed.
They take care of opinions, you know.


Hey, opinions are great. We also want to understand the basis for the
opinion. That's all we're asking.

Jul 23 '05 #23
Eric Biller <Bi******@gmx.net> wrote:
I will ignore that und participate in my original group, until it is
closed. They take care of opinions, you know.


Fine. Have a good time there. I'm sure your move will raise the average
level of discussion in both groups.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #24

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: White_Falcon | last post by:
Hello, I wonder if anyone has experience in constructing a meta-schema or a meta-model. I wish to build a meta-schema containing various data types and components which would shape up a form...
0
by: Hans Oesterholt-Dijkema | last post by:
Hi, I'm looking for a way to represent meta data using an XML Schema. However, I'm running into a small problem: 1. I want to have meaningfull XML tags 2. I want my meta data to be able to...
11
by: Barney Norris | last post by:
Hi, The W3C validator tells me this page isn't valid HTML 4.01 Strict: http://www-student.cs.york.ac.uk/~jban100/wont_validate.html The reason it gives is I've closed meta tags with a '/'...
19
by: Christian Hvid | last post by:
Hello groups. I have a series of applet computer games on my homepage: http://vredungmand.dk/games/erik-spillet/index.html http://vredungmand.dk/games/nohats/index.html...
30
by: Anon | last post by:
If Http headers specify the character encoding, what is the point of the Meta tag specifying it?
0
by: Shakil Khan | last post by:
Hi there ... My question is about Meta Data which is automatically saved with some files. For example,when an MS Office Documents is saved, it automaticaly save some extra information with the...
3
by: J1C | last post by:
How can I programatically add meta tags with javascript?
4
by: Manchild | last post by:
I recently build myself a meta-tag based search engine (http://search.floip.com) - not because I think its worth doing on its own but because there where a heap of functions I wanted to write in...
3
by: Rick | last post by:
I have a base class that inherits from System.Web.UI.Page that I need to include the ability to read the inheriting class/page meta tags. I can't find any methods in the System.Web.UI.Page members...
3
by: Jordan S. | last post by:
I'm looking to localize an ASP.NET Web application for English, Spanish, and French (fr-CA), and was just considering the possibility of localizing the meta tags (e.g., keywords, title, and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.