Results 1 to 5 of 5

Thread: Annoying Problem

  1. #1
    Join Date
    Jul 2006
    Posts
    142
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Annoying Problem

    ok I have a very annoying problem. I have this page uploaded on the server and i am trying to search it with google but for some reason it wont come up in google no matter what i type. HELP!!!! I have tried robots but still wont work. I am not trying to search in the page. I want ppl to find my page with google when they type - say "nrm08". Nothing shows up when I type nrm08 on google.

    Here is the code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>NRM08 - The 7th International Symposium on Functional Neuroreceptor Mapping of the Living Brain </title>
    <meta name="author" content="Shafiq Abedin sha33@pitt.edu">
    <meta name="copyright" content="University of Pittsburgh PET Center">
    <meta name="description" content="NRM08 The 7th International Symposium on Functional Neuroreceptor Mapping of the Living Brain">
    <meta name="keywords" content="brain research pet imaging positron emission tomography receptor neuro nrm08">

    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    }
    -->
    </style>
    </head>

    <body>

    <table width="100%" height="100%" border="0">
    <tr align="center" valign="middle">
    <td> <div align="center">

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="450" align="absmiddle">
    <param name="movie" value="PET_pitt.swf">
    <param name="quality" value="high">
    <embed src="PET_pitt.swf" width="780" height="450" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
    </object>
    </div></td>
    </body>
    </html>

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

    Default

    That's probably because it has no content.
    Code:
    <style type="text/css">
     <!--
     body {
     background-color: #000000;
     }
     -->
     </style>
    If you were really serving XHTML, that whole style block would be ignored.
    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
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Google doesn't consider keywords and description when it indexes pages. It looks for content within the body section. If you're using Flash, there are some alternatives suggested here: http://www.google.com/support/webmas...y?answer=35267
    Don't try things like hidden text, though, as that will get you bounced from Google.

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

    Default

    Google doesn't automatically index it until you...tell it to.
    Google does index pages with no content, as long as the code isn't:
    Code:
    <!DOCTYPE>
    <html>
    <head>
    </head>
    <body>
    </body>
    </html>
    ha
    ....(o_ Penguins
    .---/(o_- techno_racing
    +(---//\-' in
    .+(_)--(_)' The McMurdo 500

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

    Default

    I believe it would index that, but just not include it in the searches, since there is no content.
    It also is not valid html. You need, for example, the title.
    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
  •