I'm currently creating a website for a publishing company. I have a page authors.php where I pass a query string (eg authors.php?5 which will obviously pull up info for author with authorID number 5). I've created a table in my db called keywords and my plan is to dynamically put in the keywords based on the author ID. What I want to know is will search engines be able to pick these up seing that the keywords aren't hard coded into the file? This is assuming that I've added each URL into the robots.txt file.
Thanks in advance for any help anybody can provide
Thanks in advance for any help anybody can provide