Page is a not externally linkable
rainborick - 3:33 pm on Apr 18, 2012 (gmt 0)
The <head> section of your main page is buried deeply within the <body> where it doesn't belong. Move that section, which holds all of the <meta> information, back up between the <html> and <body> tags. You should consider using an HTML validator on your pages regularly to spot errors, especially when you notice that the search engines aren't parsing them as expected.