|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
What is the most important HTML tag?
Many people ask me what is the most important thing they can do with their HTML tags and backend language in order to place higher in the engines (mainly Google) any thoughts on what is the most important?
Title tags: Description tags: <H1> </H1> tags <A> </A> tags I'm going to take the best responses and turn them into an article so that I can just post it and send peeps that bug me about it to the link I will post my own thoughts on the subject once I give it some thought. Lets see what you al think
__________________
Webmasters who spend their energies upholding the spirit of the basic principles [Of Google] will provide a much better user experience and subsequently enjoy better ranking than those who spend their time looking for loopholes they can exploit. Google.com Real Estate Forum |
|
#2
|
|||
|
|||
|
<title> - it's what a potential visitor first sees in the serps
|
|
#3
|
|||
|
|||
|
Title
H1 |
|
#4
|
||||
|
||||
|
Re: What is the most important HTML tag?
Quote:
uhm...no try the <HTML> followed by <body> tags....without it, your code is all crap.
__________________
Got Yoga? |
|
#5
|
||||
|
||||
|
Re: What is the most important HTML tag?
Quote:
Agreed - especially if your code is <html> <form> <input type crash> </form> </html> [/siz] http://www.cindik.com/computers/iecrash.html |
|
#6
|
||||
|
||||
|
title and description tags
|
|
#7
|
||||
|
||||
|
Hi there,
I think that the <title> and <description> tags are probably the most important tags on the page. As long as the words within these tags are also included in the body text of the page. |
|
#8
|
|||
|
|||
|
H1, TITLE
I think, that H1 and of course TITLE are most important...
|
|
#9
|
||||
|
||||
|
Im gonna be greedy and choose 3
I think, and note im no expert, but from experience.. in order of relevance: 1. Title 2. H1 3. title tags This is just what I have found over a little time... Baz
__________________
UK Central - The Voice Of The UK People If you have anything that bothers you about the country you live in, drop by and let us hear it! Dont be shy!! XBox 360, Wii, PSP, PS3 and much more at UK Consoles! |
|
#10
|
||||
|
||||
|
Re: What is the most important HTML tag?
Quote:
Whatever happened to the ignore if tag not valid here rule for rendering by a browser? Surely MS follows all standards Cheers, theBear
__________________
theBear |
|
#11
|
|||||
|
|||||
|
Re: What is the most important HTML tag?
Quote:
It's not the invalid tag, it's the missing body tags which cause ie to crash.
__________________
-- Cindi Knox www.cindik.com Cindi "Mike" Knox www.mikesofchicago.org |
|
#12
|
||||||
|
||||||
|
Re: What is the most important HTML tag?
Quote:
So you are telling us that if certain tags are missing IE goes kaboomy. Well that must be a feature, considering, yes? Cheers, theBear |
|
#13
|
||||
|
||||
|
<html>
BUT if you are talking about SEO important tags then that's a different story.
__________________
+metagod+ |
|
#14
|
||||
|
||||
|
how come no one mentioned the good old alt tag, which is geat for inbound linking?
|
|
#15
|
||||
|
||||
|
Roughkly in ortder I'd say...
Title h1 or h2 anchor text (<A>) description <b> alt atribute title atribute I trust off page criteria isnt to be included in which case the above would look a lot different. |