Author Topic: Anyone here worked with Recipe sites?  (Read 4303 times)

grnidone

  • Inner Core
  • Hero Member
  • *
  • Posts: 1652
    • Yahoo Instant Messenger - e
    • View Profile
    • Email
Anyone here worked with Recipe sites?
« on: December 29, 2010, 06:23:34 PM »
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

  • Hero Member
  • *****
  • Posts: 817
    • View Profile
    • Email
Re: Anyone here worked with Recipe sites?
« Reply #1 on: December 29, 2010, 08:49:53 PM »
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

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2106
  • Viking Wrath
    • MSN Messenger - rasmussoerensen@hotmail.com
    • AOL Instant Messenger - seorasmus
    • View Profile
Re: Anyone here worked with Recipe sites?
« Reply #2 on: December 30, 2010, 07:38:06 PM »
Our resident Damian also did some recipe stuff some years ago. Advanced stuff afaik.

Damian

  • Inner Core
  • Full Member
  • *
  • Posts: 144
    • MSN Messenger - ddoyle@gmail.com
    • AOL Instant Messenger - seodamian
    • View Profile
    • Ranks NL
    • Email
Re: Anyone here worked with Recipe sites?
« Reply #3 on: January 03, 2011, 10:24:50 AM »
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.