Forum Moderators: phranque

Message Too Old, No Replies

Adding bulk pages

What is the best and easiest?

         

OCSupertones

8:04 pm on May 18, 2005 (gmt 0)

10+ Year Member



Just a quick question.

If you wanted to add thousands of pages to your website, how would you do it?

I don't want doorway or unethical ways.

I thought about Mr. Rat's Amazon script.

What other ways could you add a lot of pages to a site quickly?

diamondgrl

10:12 pm on May 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Some, such as I, would consider putting up pages just for the sake of putting up pages, to be unethical. What purpose are you serving for the web user? What problem in the world are you trying to solve?

monkeythumpa

12:31 am on May 19, 2005 (gmt 0)

10+ Year Member



I don't think he wants to put up pages just to put up pages. It is clearly for profit. If he can eat better and drive a better car and send his kids to private school, then that surely is a noble cause.

I haven't hit a thousand yet but I am working on it. I get public domain articles and write my own. I don't have any hard numbers but it seems like you need about 20 public domain articles to equal the traffic (and AdSense revenue) from a unique article.

I wouldn't use Amazon for primary content, you will have a hard time competing with them. I also have a bunch of old retired guys (and a granny) that need a hobby writing for me. For them it makes them feel important and for me it is free unique content. Plus all us wippersnappers can learn from the older ones.

Also try blogging every day. I wrote an article about something trivial and now I am getting a ton of hits from it.

OCSupertones

3:08 am on May 20, 2005 (gmt 0)

10+ Year Member



diamondgirl,

I wasn't looking for a debate, just an easy to answer question.

monkeythumpa,

Thanks for that suggestion, but I was looking for on a much larger scale...thousands instead of 1 by 1.

Anyone else have any ideas?

giggle

4:35 am on May 20, 2005 (gmt 0)

10+ Year Member



I use VisualBasic to generate the (in our case) .asp pages.

We have an Access database of locations we offer our product and I wrote a VB process to automatically create and FTP the pages up to the web.

rocknbil

3:50 pm on May 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



OC it might be better if you fill in some details.

Are all these pages to be unique content?
Where does this content come from, files, other websites <eek> or a database?

The reason for the rising "debate" in your thread is because of the unclarity of the origin of the content you intend to put on the site.

So: **if** you have the content, there are many ways: if it's from files or a database, you can use server-side or local programming, such as perl, php, or asp, to extract the content from the source files and auto-generate the html pages.

While it's not a quick/easy solution, it's still easier than pasting all that data into the pages by hand.

IF you **don't** have content, there is no easy or fast way other than doing the work. If you hope to get these pages from some other source, such as other websites, or generate gibberish or redundant pages, this is where the argument of ethics begins to rise. Not only is that a bad idea for your site, it's going to bring a lot of trouble your way.

In the first case you'll find a lot of people willing to help you along.

ControlEngineer

4:55 pm on May 20, 2005 (gmt 0)

10+ Year Member



OC,
As rocknbil pointed out, if you do have real content many people will be happy to help with technical issues.

What form is your content in? If it is a thousand different files in many different formats, written by many different people, you probably have soom real work to be done to create a workable web site. However, if it is information in a data base or a collection of similarly formated files, it may be rather easy. But the way to do it depends upon what form the content is in and what server side resources, if any, you have available.

I recently worked with a friend on the web site for the National Society of Widget Polishers. He had e-mailed local sections a spread sheet for them to enter date, time, and place info for their upcoming local meetings. After they were e-mailed back it only took a little bit of VBA in Excel to produce about 750 individual html pages to upload to the site. So now a traveling widget polisher can call up the national site, enter a zip code and date in the form, and be taken to a page with information about any local section meetings in that area. So it can be done and there are reasons why one might want to do it.

If you will be using a site that supports php and SQL there are other solutions (much shorter upload). So it all depends upon the details.

Just give some details and you will find many people here who are happy to help.

OCSupertones

5:36 pm on May 20, 2005 (gmt 0)

10+ Year Member



I am not trying to be deceptive or a spammer even though it may sound like that. I would prefer not to disclose the reason.

I was thinking more like an amazon web feed/store and stuff like that...maybe as an affiliate feed that has a large feed.

Although, you guys gave me another idea...How hard would it be to pull unique pages out of a database...say the database was arranged about widgets...roughly 20,000 entries?

Thanks for the help and suggestions,

Brandon