Results 1 to 10 of 10

Thread: metatags not recognised by search engine

  1. #1
    Join Date
    Jun 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default metatags not recognised by search engine

    Hi,

    my website is http://www.nanostudios.com, I added some metatags into my heading of html so that the searchengine would recognise my site. I waited already for two weeks and still google and yahoo doesnt recognise my site. How come?

  2. #2
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Meta tags don't work for most search engines. People abused the tags to much using them for advertising things they don't actually have on their site so they would get more hits. If you want to know about how to possibly include words for search engines search for it, there was a conversation not to long ago. JF

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

    Default

    Exactly. That's the old way to do it. The new search engines read your page, don't just check for meta tags.
    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

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

    Default

    Quote Originally Posted by popyaskin
    my website is http://www.nanostudios.com, I added some metatags into my heading of html so that the searchengine would recognise my site. I waited already for two weeks and still google and yahoo doesnt recognise my site. How come?
    If by 'recognise' you mean 'index', Google certainly does already. However, as there's no real content to index, you'll have difficulty getting your site in results without using very specific search terms.

    As others have mentioned, meta elements are generally pointless for search engines. Google ignores them, Yahoo! might (I can't remember), and I'd be surprised if any other established services take them seriously (though I can't guarantee that). A site should be indexed and ranked on its content, not how many keywords can be stuffed into an attribute. Semantic markup also helps: the content of headings, for example, get weighted above body text.

    Mike

  5. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If the search terms are relevant to the site content and to the meta tag data, Google will often present portions of the meta tag data on the search results page instead of a snippet of live content. Other than that, there isn't much value to the meta tag with Google.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    The only pro to the meta tag that I have utilized is the INDEX= NO FOLLOW

    Due to the nature of my site I don't want each page listed on the search results.

    I check as many search engines as I can about once a week and haven't seen any pages except my forums and my index page listed, so that much works for me.

    ~BLiZZ
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    Try a robots.txt file instead.
    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!

  8. #8
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by Twey
    Try a robots.txt file instead.

    I have one of those as well... but mine only blocks the known bad ones. It has grown to a large pain in the ass though, as I have to add more and more seemingly daily.. LOL

    If I could block ALL bots I would be fine with that, but unfortunatley AOL and some MSN and Yahoo based ISPs show up as bots... frustrating.

    ~BLiZZ
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    I suggest you have a look at http://www.robotstxt.org/wc/exclusion.html.
    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
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Thanks Twey, I will read that soon as I get home today!


    ~BLiZZ
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •