View Poll Results: which tag is most important for keyword optimization?

Voters
6. You may not vote on this poll
  • title

    1 16.67%
  • h1

    1 16.67%
  • other (please specify in post)

    4 66.67%
Results 1 to 10 of 10

Thread: What is the most important tag for SEO?

  1. #1
    Join Date
    Nov 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If your content doesn't already contain all the necessary keywords, there's something wrong with your design.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    <body>

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by SuperTodd View Post
    You might say that html, body, or head are most important as maybe search engines are not so forgiving of seriously faulty markup.
    The start- and end-tags for each of those elements are optional, though the elements themselves are always implied. A minimal, valid HTML document is:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
    <title//<p>
    Mike

  5. #5
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    <meta>

  6. #6
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    If your content doesn't already contain all the necessary keywords, there's something wrong with your design.
    Agree. The content should be what you worry about, and not keywords.

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    <meta>
    No. That's outdated. Smarter search engines (aka google, etc.) search the actual content of your page. This stops people from needing to embed hints to the SE and also stops people from tricking the SE.



    Saying <body> is the most logical, though <title> etc are also included. Very minimal scripting is supported, so including large amounts of content via javascript will give you the least effective results with SEs.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    Nov 2006
    Posts
    99
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    No. That's outdated. Smarter search engines (aka google, etc.) search the actual content of your page. This stops people from needing to embed hints to the SE and also stops people from tricking the SE.



    Saying <body> is the most logical, though <title> etc are also included. Very minimal scripting is supported, so including large amounts of content via javascript will give you the least effective results with SEs.
    <meta> is outdated for actual keyword searching with search engines. But the
    Code:
    	<meta name="description" content="DESCRIPTION HERE">
    Is still used by most search engines to draw the description displayed with the search results.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    As GhettoT says, while the <meta> tags are no longer relied upon by search engines, they have other (potential and actual) uses; the "keywords" field might be used to allow a user to search his/her bookmarks at a glance, for instance.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    But the question is on search engine order.

    I find the <meta http-equiv="refresh"> tag to be great, but it's not related.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •