Forum Moderators: open

Message Too Old, No Replies

HTML Header

         

gotcha1

12:31 am on Oct 7, 2005 (gmt 0)

10+ Year Member




I was searching the Webmaster World forum and can't find an answer to this question. I built my company site on the software "Coffee Cup Visual Site Designer". I need to create a HTML header and a robot txt. file for my home page, although I don't know how to write HTML. What options do I have, are their easy to follow instructions to building a HTML header and robot txt. file. Please advise....

gotcha1

dwighty

7:51 am on Oct 7, 2005 (gmt 0)

10+ Year Member



gotcha1,

Welcome to wbmasterworld!

For the robots.txt file, i would suggest that you do a search in your favourite engine and type in something like robots.txt you should be able to find a tutorial.

There are a few good places to get started with basic html such as [w3schools.com...]

If you get stuck with that then post back, explain what you are looking for in terms of the layout for the header and we can point you in a more specific direction.

All the best.

Dwighty

p.s. html is worth knowing as it's a good foundation for web work.

tedster

1:25 pm on Oct 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



WebmasterWorld has a sister site, SearchEngineWorld, and you'll find some good robots.txt information there -- along with a validator.

Robots.txt Tutorial [searchengineworld.com]
Robtos.txt Validator [searchengineworld.com]

gotcha1

3:57 pm on Oct 7, 2005 (gmt 0)

10+ Year Member



Hello, Thanks for the advice posted. I read through the pages unfortunately I'm still lost with this question. When I built my site I used software to create all my HTML menus, lists, etc. Below is the HTML header I have on my site. I had it checked through an HTML analyzer and it found many errors in my HTML header. I just want a basic HTML header so robots can access my site and index it. If you have any suggestions or can tell me what is wrong with this header it would be great.

Thank you so much

<html>
<head>
<title>my site info</title>
<meta http-equiv="title" content="[page title]">
<meta name="resource-type" content="document">
<meta name="revisit-after" content="30 days">
<meta name="classification" content="consumer">
<meta name="description" content="[site description]">
<meta name="keywords" content="[80+ keywords] ">
<meta name="robots" content="all">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<meta name="copyright" content="1998 - 2003">
<meta name="web author" content="author name">
</head>

[edited by: encyclo at 4:15 pm (utc) on Oct. 7, 2005]

[edited by: tedster at 4:33 pm (utc) on Oct. 7, 2005]
[edit reason] remove specifics [/edit]

tedster

4:29 pm on Oct 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's a thread that goes into it:

Meta Tags and More -- from <head> to </head> [webmasterworld.com]

tedster

5:44 pm on Oct 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I just want a basic HTML header so robots can access my site and index it.

Stay really simple -- and do read the link I posted. 80 keywords is not going to do anything for you, the re-visit tag is ignored, and so on (see the link I posted in the previous message). There is a lot of really crazy advice out on the web about meta tags andit will just waste your time.

You could probably do OK with just a <title> tag.

gotcha1

6:03 pm on Oct 7, 2005 (gmt 0)

10+ Year Member



Tedster:

Thanks for all your help, a few more question you said 80 keywords is going to do nothing for you. Does that mean add more keywords to increase website sucess, is there a limit? And in the article you posted, the tags that were listed are those general tags, in other words could I retype

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

and add it to my site or do I need to go through and change somethings.

tedster

7:22 pm on Oct 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What I mean is that search engines make little to no use of the meta keywords tag today. So yes, have one if you want to -- it can help, especially for some directories -- and put in a moderate list (10 or so) of the unique keywords for each page. No agonizing, no covering every possible angle and so on. The key would be unique to the page. Same thing with title tags and meta description -- these should be unique for each page, not one version repeated in each HTML file.

The one important element is the title tag. That most definitely is used with significant weight in the searche engines and it often ends up as the tect you click on in a search result.

The issue of a DTD is a bit more technical because you need to use html that was created with a specific dtd in mind -- or else your page layout may blow up on one or another browser.

You can probably use the DTD you pasted in with no problem. It's what is called a partial dtd because it doesn't include a link to a definition document at the W3C. Learning about the DTD is relatively complex -- in fact, we have over 11,000 pages here that talk about it!

innocbystr

3:38 pm on Oct 8, 2005 (gmt 0)

10+ Year Member



Hey Tedster,

Didn't know about Search Engine World, went to check it out and got this:

"Back in a few days, weeks, months, or years ;-)"

?

djmick200

6:05 pm on Oct 8, 2005 (gmt 0)

10+ Year Member



Didn't know about Search Engine World, went to check it out and got this:

"Back in a few days, weeks, months, or years ;-)"

?

I did the same, I done a site search with google and realised I did know the site, just not the name ;-)