mac007 Posted November 15, 2008 Share Posted November 15, 2008 Hello, all: I have a general question on SEO and database-driven site integration... I am starting to convert a company site from static, to dynamic driven site (php/mysql) with a basic admin section, so that owner can make changes himself thru the browser. I have read about issues related to these database content not really being able to be searched or seen by spiders, specially if these have the sort of url like ?p=12&id=45. I also understand there are ways to make these url's more seo friendly. But what about if I simply have a page "about us" that will always automatically load the "about us" text from the database when page is called, no need to even call any url variables. Wouldn't that then be REALLY REALLY searchable by spiders/search-engines?? Since in a way, that kind of works just like and "include" file, it's always "there" when page is called up... I have also seen where many times a dynamic site might have a "landing-page" or set of landing pages, that are really static, strictly for SEO purposes, that then direct people to the actual database-drive site. Any thoughts on this? or things to watch for to make database-driven content more SEO friendly? Appeciate any feedback! Quote Link to comment https://forums.phpfreaks.com/topic/132794-question-on-seo-and-database-driven-site-integration/ Share on other sites More sharing options...
Maq Posted November 15, 2008 Share Posted November 15, 2008 Just remember engine crawlers see your site the way you do. I am starting to convert a company site from static, to dynamic driven site (php/mysql) with a basic admin section, so that owner can make changes himself thru the browser. I have read about issues related to these database content not really being able to be searched or seen by spiders, specially if these have the sort of url like ?p=12&id=45. I also understand there are ways to make these url's more seo friendly. There is a mod_rewrite to accomplish this which is SEO friendly. There are many threads already started on this topic (and I think a sticky as well). Any thoughts on this? or things to watch for to make database-driven content more SEO friendly? Yeah, read the SEO sticky and threads that have to do with your topic. Almost all these questions have been answered a multitude of times. If you have specific ones, like how to use mod_rewrite for your own URL please post it so we can help. Quote Link to comment https://forums.phpfreaks.com/topic/132794-question-on-seo-and-database-driven-site-integration/#findComment-690627 Share on other sites More sharing options...
n3ightjay Posted November 15, 2008 Share Posted November 15, 2008 personally most of the sites i make ... use a template system and have files like about.php or www.example.com/about/ but I definately agree with maq on the mod_rewrite Quote Link to comment https://forums.phpfreaks.com/topic/132794-question-on-seo-and-database-driven-site-integration/#findComment-690636 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.