View Poll Results: What is the most important tag for SEO?
- Voters
- 2. You may not vote on this poll
-
Nov 19th, 2006, 02:33 PM
#1
Thread Starter
New Member
What is the most important tag for SEO?
You might say that html, body, or head are most important as maybe search engines are not so forgiving of seriously faulty markup.
This poll is more for keywords - which tag is most important for keyword optimization?
__________________
chase bankoffset mortgage
Last edited by NickSmart; Jun 20th, 2007 at 08:19 AM.
-
Nov 19th, 2006, 05:23 PM
#2
Re: What is the most important tag for SEO?
I consider it a useless exercise to optimize for search engines. Different search engines work in different ways. Optimize for semantic markup and provide proper content.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 19th, 2006, 07:10 PM
#3
Re: What is the most important tag for SEO?
Every tag is an important tag when properly used for content it is meant to represent and thus most important for SEO.
Improper use or looking for cheating search engines by improper use is doomed to fail. Don't make pages for the sake of good SEO, make pages for good reading.
-
Nov 20th, 2006, 02:51 AM
#4
Re: What is the most important tag for SEO?
Couldn't agree more with CB and Merri.
Also, the html; body; and head, tags are optional in HTML.
-
Nov 20th, 2006, 03:07 AM
#5
Re: What is the most important tag for SEO?
penagate: I've always found this interesting, because basically other rules force you to use html, head and body tags. For example, it reads in the title element description: "Every HTML document must have a TITLE element in the HEAD section." – that kind of overrules the optionality of the html and head elements.
-
Nov 20th, 2006, 03:16 AM
#6
Re: What is the most important tag for SEO?
Yeah, title isn't optional, but the head tags are implied; same with the body tags.
For example, this passes the W3C's validator, and displays correctly in Mozilla and MSIE:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<title>Hello</title>
<p>Is this a valid HTML 4.01 document?
And if you look in the DOM inspector you will see the head and body elements there.
Although this isn't really a practice I'd recommend - it's more just a point of interest. Same with short/null end tag notation (can't remember which), although no major UA supports, or can realistically support, that.
-
Nov 20th, 2006, 04:48 AM
#7
Re: What is the most important tag for SEO?
In fact, XHTML 1.0 Appendix C depends on them not supporting it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|