Jump to content

Website architecture


LittleJoe

Recommended Posts

I'm thinking about developing a website that will use the following dynamic architecture: index.php?id=1index.php?id=2index.php?id=3index.php?id=4etc. As opposed to the static (old school): index.phppage1.phppage2.phppage3.phppage4.phpetc. What are the pros and cons in terms of caching, search engine indexing and other stuff you can think of?

Link to comment
Share on other sites

That's a very broad question. What does your site need to do?

Link to comment
Share on other sites

Browser caching will be same as long as the whole URL is same. Search engine will crawl links normally and will index it. If you provide a sitemap for the site things will be much better. Though dynamic link like ?id=2 can affect verbosity of the URL which is an important in SEO optimization. You can though use URL rewriting to format the url in verbose way.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...