Forum Moderators: mack
Regards
Your description may not be showing up due to two reasons. The first is that a search engine reads the code much like a person in that it is very difficult sometimes for them to determine what is code and what is supposeto be text. The more code (JavaScript, HTML, etc.) you have in the way, the harder itis for a SE to find your text. Too much in the way, and the SE will not be able to decipher what's code and what's text.
The other is that there is no real text on your page. Flash sites and all image sites can be susptible to this in that their "text" is actually images.
Now, if the listing displayed was just a URL and not your page title, that means that thepage has been recognized as existing by Google, but just has not been properly indexed yet.
If you haven't done so already, try
validating your page(s) on W3C:
[validator.w3.org...]
One misplaced character can prevent Google
etc. from seeing your whole page.
Best - Larry
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">";?>
<!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">
This was the major thing is failed the vaidator on aswell as a few other smaller details, whill watch and wait to see if the spiders start to work.
Regards Ian