I would like to creat a lyrics website using php and mysql for storing the lyrics. but i would like that the lyrics be searchable from search engines.
So how should i build the script that anyone running a goolge search for some lyrics can find the lyrics stored in my database?
I know that search engines list only static pages and not dynamic ones but if you search somthing in google you'll find results from forums using vBulletin or phpBB or someelse. So creating a php mysql website searchable from search engines is posible.
How?