Forum Moderators: open
You can store all the content that needs to change in a database or text file, and then insert markers into the html where you want them to appear. Your pages would then have an id number appended to the url e.g. www.example.com/index.php?id=57 .
When the page loads, the scripting engine fetches the record which corresponds to record number 57, and displays the value in the actual fields instead of the markers themselves.
That is a very very watered down version of how it works. I recommend doing a search for ASP or PHP to learn more. Also, if you have a recent version of Macromedia Dreamweaver, it has a very good (as in easy to use) feature which lets you create these 'dynamic' sites. With their tutorial, you can have a simple dynamic page which uses MS Access to retreive the content up and running in less than a day.
hth
babble is not going to excite a search engine
True. I've tried it.
3000 pages is really nothing. It can be done every day once you know how to do it. The trick is to get some real content on all the pages, and mix them up with a few top quality pages. Then you should be able to get some inbound links and search engine traffic.
Therefore, I don't think Google will give you a penalty for having 'almost duplicate' content; although, I'm not an expert on this. I'm sure there is at least one person reading this post dis-agreeing to my comment. If so; go ahead and correct me!
Sid
My own site has more than 10000 unqiue pages (excluding arbitrary logical page combinations) and is entirely CGI based (PHP backed by a large MySQL database). Many of the pages are similar. It's useful, though only to a those who know what it's about.
The only valid use for such a site that I can think of is data presentation. Can that be the case if the OP didn't know how to go about creating it? Hmm...
Let me explain more clearly the purpose of my 3,000 pages.
It is for different location and cities in the U.S. The content I would say is 75% the same and the rest is unique for each page. What I would like to avoid is creating each page separately. What I am looking for is a simple application that has some kind of form for the predefined fields that I would need to change (text, title, address etc…)
And yes it would be optimized for search engine because it deals with the main subject matter that don’t change and the particular information about the geographical location that changes.
Here is the deal (I know this for a fact).
IS IT HARD TO DO?
It is not hard to do, BUT there are very few ready to buy programs out there to do what you need. That is why everybody is telling you to do something in a scripting language like PHP or Perl. If you have no programming skills whatsoever, you will not be able to automate the build.
WHAT WILL GOOGLE (or the other SEs) DO WITH IT?
Depends... Many sites get away with exactly what you are doing. A few get banned. The ones that eventually get banned are "probably" complained about by competitors and Google gets a manual review of the site in and decides what to do. Personally, I do not consider this spam, because it it IMPOSSIBLE to do regional targeting and get good rankings with only a few pages.
If you want more info sticky mail me.
If you are likely to have to change the common content too often for a global find/replace to be sufficient then include it with SSI.
You aren't saving any effort by making the procedure more complex than that.