Forum Moderators: open
I have just commissioned a small firm to create a dynamic website for me. Think of it as a classified ads site for a very specific widget where users can come and create adverts to sell their widgets.
The success of the site relies very much on getting good listings within google so before work actually begins I was hoping someone could outline some of the basic principles of spider-friendly dynamic site design.
I've read about session_ids and parsing the dynamic url so that it appears to be static but what are the other things to remember?
If you need more info before you can respond, just ask, I'll reply very quickly.
Thanks a lot everyone
Mark
Then your dynamic pages can be programmed to grab those fields out of the database and display those meta tags.
One, I don't pass any session Id's in the urls. Try using cookies and javascript stuff for user tracking. Keep your URL's simple. This will help get Deep Links for a dynamic site.
Two, the hompepage has tons of direct links to content not just a search box.
Three, The category a user is looking for is not cloaked in a number or something. if they are looking for an all purpose widget, then there is a variable passed like &cat=all%20purpose%20widget.
Four, that data is used to fill a part of the title tag, the keyword and the description tag.
Five, no tricks. Beyond building a good SE friendly structure I rely on the sites content to do the job.
Traffic has been climbing steadily and Florida made it almost double when tons of overly tricked out sites dropped like flies.
Good Luck
steve
Give this a read, not simple but very effective
An Introduction to Redirecting URLs on an Apache Server [webmasterworld.com]