Anyone here worked with Recipe sites?

Started by grnidone, December 29, 2010, 06:23:34 PM

Previous topic - Next topic

grnidone

Heya,

I'd like to put together a recipe site.  What would you use for your recipe site backend?  Modified wordpress? 

And, if possible, I'd like to have a database backend that will allow me to make a shopping list from selected recipes.  Is there a ready made database for this or would I have to put one together?

Any and all ideas appreciated...

4Eyes

back now :)

Happy to help Heather - skype/IM me for a detailed chat if you want.

I have my own database of 80K+ recipes, but there is a database of 40K recipes floating around as a 'turnkey' product.

The challenge is to de-dupe the content and get enough links to compete with the old established sites that have the same content .... also,  Adsense click value is pretty low, so you need a lot of traffic to make it worthwhile.


Rumbas

Our resident Damian also did some recipe stuff some years ago. Advanced stuff afaik.

Damian

We put a recipe search engine together based on spidered pages. To get the recipes we spider selected pages from large and small recipe sites.
For every recipe site we spider we create a filter list of pages to index, we store only pages containing one recipe only, no homepages, contact pages, recipe lists, forums etc.. Using this method it's easy to gather a lot of recipes as well. Uniqueness is not really an issue as we can not use the recipes directly anyway, we aim at getting our search results indexed by Google.

Regardless of your method of filling a database, perhaps basing your pages on snippets of multiple recipes may be a good approach for the unique content issue.

It may take some effort to create a list of every possible ingredient in plural/ singular and/or stemmed form, but that may be enough  to be the basis of a shopping list generator.  If you also categorize the ingredients (ie herb, meat, vegetable etc) you have more options for playing with the data.

On our site we use a mix of free (perl) scripts, open source code and custom code.  I wouldn't mind sharing more details, but not on a public forum.  Find me on MSN if you would like to know more.