Easy fix. Here is a snippet of the page source code as it is now:
< meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
< TITLE>Welcome to The Breakfast Website< /TITLE>
< /HEAD>
This is not the fix but these tags should be added for Search Engine Optimization purposes (place between < TITLE> and < /HEAD> tags):
< meta name="distribution" content="global">
< meta name="resource-type" content="document">
< meta NAME="rating" CONTENT="General">
< meta NAME="robots" CONTENT="index, follow">
< meta NAME="revisit-after" CONTENT="30 days">
But the fix lies here (put this between < TITLE> and < /HEAD> tags):
Note that you should expand upon the keywords more than I have, with less important keywords seperated by commas the longer you go.
< meta NAME="keywords"
CONTENT="The Breakfast, Psychedelic Breakfast, jam band, rock band">
< meta NAME="description"
CONTENT="The Breakfast is a hard-hitting jazz rock experimental quartet whose music ranges from progressive rock to sonic landscapes. In 2003/2004 The Breakfast accepted their 1st Jammy award for best emerging artist at The Madison Square Garden. Jordan Giangreco has rejoined the band on keys and continues to create incredible music with the group. With fellow original members Tim Palmieri(Guitar) and Adrian Tramantano(drums), and bass player Chris DeAngelis, these four virtuoso musicians and songwriters unite to create authentic music that moves and enlightens people. Tighter, funkier, and more versatile than ever before The Breakfast are turning heads with each show.">
Also it\'s a damn good idea to register the site with at least Google and Yahoo, in which case you will have to add tags that look something like this:
< META name="y_key" content="61b2f30e4c93ex70" >
< meta name="verify-v1" content="Irxy3dKB7xRcvTLqF5tpMrgbGr9X4Q/dJ4OlvJHyX0I=" />
Note that I had to put a space between all "<" and "META" or any of the other tags for this code to show up properly in this post. In real life that space needs to be removed.