473,406 Members | 2,549 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,406 software developers and data experts.

meta tags

All
I have the following meta tags on every page of my
web site (www.candoer.org).

Are they necessary on every page or only on the
index page?

<meta name="robot" content="noindex; nofollow">
<meta name="creator" content="Robert J. Catlin, Sr.">
<meta name="publisher" content="House of Cat">
<meta name="description" content="A free web site
for CANDOERs. CANDOER is an acronym for
Communicators AND Others enjoying Retirement.
It is the official site for the CANDOER Retirement
Group. All retired Department of State, Office of Diplomatic
Communications, Office of Communications,
Office of Information Management, Office of
Logistic Management and Bureau of Information
Management Resources and people who worked
with and for them are eligible for free membership.
The purpose of the CANDOER Retirement Group
is to promote a continuing interest among members
in the enjoyment of each other and to hold monthly
luncheons for members and their guests.">
<meta name="keywords" content="pictures,
enjoyment, retirement, retirees, retired, CANDOER,
back issues, news, how to join, who we are, Directory
of Members, e-mail, addresses, passworded,
luncheons, schedules, free, current issues,
activities, Department of State, Office of Diplomatic
Communications, Office of Communications,
Office of Information Management, Bureau of
Information Resource Management, official site,
Retirement group, with, for, eligible, membership,
guests, no annual dues, monthly newsletter, available
to all, yearly donation, News fund, Memorial fund,
enjoyment, monthly luncheons, founded 1994">

Bob Catlin
Jun 27 '08 #1
5 1741
Candoer wrote:
I have the following meta tags on every page of my web site
(www.candoer.org).

Are they necessary on every page or only on the index page?
You should use (some) info on each page, but that which is relevant to
the page.
<meta name="robot" content="noindex; nofollow">
Why? Don't you want Google to find the pages?
<meta name="creator" content="Robert J. Catlin, Sr.">
<meta name="publisher" content="House of Cat">
Arbitrary. Only for your edification.
<meta name="description" content="A free web site
for CANDOERs. CANDOER is an acronym for ...
Description should be unique to each page. Search engines sometimes use
the first mnnpf words as the related text they show in their results.
Keep it short and simple.
<meta name="keywords" content="pictures,
enjoyment, retirement, retirees, retired, CANDOER, ...
Search engines stopped reading keywords years ago due to abuse. Probably
not worth the effort to maintain them.

If'n I were you, I would spend more time updated to semantically correct
markup.

use <h1instead of beginning with <h4- looks like you are only using
headers for font sizing instead of actual headers

update the markup to remove oldstyle markup

[please!] change the bright red bold text to something easier on the
eyes, such as normal-sized black text. I would spend very little time at
this site because of that.

drop the background images - makes for difficult reading

stop the animation

remove "Return to the top of the Page" which appears after every few
lines

the hit counter is .. well, read these groups. Use your server logs
instead of displaying it on your page. Nobody else cares.

look to fixing errors:
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.candoer.org%2 F>

...and so forth.

--
-bts
-Friends don't let friends drive Windows
Jun 27 '08 #2
look to fixing errors:
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.candoer.org%2 F>

..and so forth.

--
-bts
-Friends don't let friends drive Windows
I appreciate all the information and suggestions. I am in the process of
rewriting the whole web site so will take your suggestions to heart.

Thank You!

Bob Catlin - Also known as CANDOER Cat
Jun 27 '08 #3
On 6/21/2008 1:22 PM, Candoer wrote:
All
I have the following meta tags on every page of my
web site (www.candoer.org).

Are they necessary on every page or only on the
index page?

<meta name="robot" content="noindex; nofollow">
This applies only to the page where it appears. If you want to block
bots in general, use a robots.txt file. See, for example,
<http://www.robotstxt.org/robotstxt.html>.

<meta name="creator" content="Robert J. Catlin, Sr.">
In an organization, different people might work on various pages. It's
a good idea to use this to track who created which page.

<meta name="publisher" content="House of Cat">
<meta name="description" content="A free web site
for CANDOERs. CANDOER is an acronym for
Communicators AND Others enjoying Retirement.
It is the official site for the CANDOER Retirement
Group. All retired Department of State, Office of Diplomatic
Communications, Office of Communications,
Office of Information Management, Office of
Logistic Management and Bureau of Information
Management Resources and people who worked
with and for them are eligible for free membership.
The purpose of the CANDOER Retirement Group
is to promote a continuing interest among members
in the enjoyment of each other and to hold monthly
luncheons for members and their guests.">
A shorter description should be provided for each page. It should
describe only that page, not the entire Web site.
<meta name="keywords" content="pictures,
enjoyment, retirement, retirees, retired, CANDOER,
back issues, news, how to join, who we are, Directory
of Members, e-mail, addresses, passworded,
luncheons, schedules, free, current issues,
activities, Department of State, Office of Diplomatic
Communications, Office of Communications,
Office of Information Management, Bureau of
Information Resource Management, official site,
Retirement group, with, for, eligible, membership,
guests, no annual dues, monthly newsletter, available
to all, yearly donation, News fund, Memorial fund,
enjoyment, monthly luncheons, founded 1994">
Get rid of this from all pages. It's now meaningless.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
Jun 27 '08 #4
>
Get rid of this from all pages. It's now meaningless.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
David

Thanks for the comments! I will heed your advice. This is a special
project by a 70 year old retiree to keep in contact with the many
people I worked with and for over 42 years working in one office.
So, I guess, the only reason I had my name there was an ego thing.
I am trying to cut down on the size of the web site as it has grown
over the years - and I am trying my best to switch it from HTML only
to HTML and CSS. Right now I am butchering both, but learning
as I go along.

Again, thanks!

Bob Catlin
Jun 27 '08 #5
On 6/22/2008 8:24 AM, Candoer wrote:
>
Thanks for the comments! I will heed your advice. This is a special
project by a 70 year old retiree to keep in contact with the many
people I worked with and for over 42 years working in one office.
So, I guess, the only reason I had my name there was an ego thing.
I am trying to cut down on the size of the web site as it has grown
over the years - and I am trying my best to switch it from HTML only
to HTML and CSS. Right now I am butchering both, but learning
as I go along.
I'm a 66-year-old (almost 67) retiree. I can tell you that old dogs do
indeed learn new tricks (including CSS). What even more important is
that many of the old tricks are still quite good.

--
David Ross
<http://www.rossde.com/>

Have you been using Netscape and now feel abandoned by AOL?
Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.
Jun 27 '08 #6

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

Similar topics

1
by: Cezary | last post by:
Hello. I was read PHP manual, but i'm not sure yet. Here is my meta tags in html: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> <META HTTP-EQUIV="Expires"...
4
by: Brian | last post by:
Hi, I'm trying to use standard meta tags in an xsl doc and using cocoon as my processor. The problem is that cocoon changes for example: <meta name="keywords" content="test, test, test" /> ...
1
by: Darren Blackley | last post by:
Hi there I have documents that I want to automatically add additional meta tags to. The documents already have some meta tags and I want to keep them all together, so I want to add my new meta tags...
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...
24
by: Day Bird Loft | last post by:
Web Authoring | Meta-Tags The first thing to understand in regard to Meta Tags is the three most important tags placed in the head of your html documents. They are the title, description, and...
2
by: laredotornado | last post by:
Hello, How effective are META tags when used as tools to classify a page's content for a search engine? The common one is <META NAME="Keywords" CONTENT="tropical fish,fish,tetras,guppies"> ...
4
by: clintonG | last post by:
Anybody know how to dynamically write the meta tags using code so they are formatted on a separate line in the HTML source? Preferred or optimal framework classes that may be used in this regard? ...
16
by: Edward | last post by:
Hi All, I am having huge problems with a very simple dotnet framework web page (www.gbab.net/ztest3.aspx) , it does NOT render correctly under Apple's Safari. The DIV's do not align amd float as...
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...
4
by: King Coffee | last post by:
Hi, If I use master pages with META tags in the head section... can I still use META tag on the child pages (child pages reference the master page). I ask this question because I heard the more...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.