This module will feed your inventory into Googlebase/Froogle and Edgeio.com, or if you like you can use Edgeio only feed that will downstream your inventory to a multitude of other channels including Googlebase and froogle. This script produces a RSS 2 compatible feed that potentially can be used somewhere else.
Legend: 
Download

Report
find line that reads:
<rss version="2.0" xmlns:edgeio="http://www.edgeio/com/api/v1">
and change to
<rss version="2.0" xmlns:edgeio="http://www.edgeio.com/api/v1">
I've included full file
Add the following HTML into the index.php page just after the stylesheet <link>:
<link rel="alternate" type="application/rss+xml" title="RSS" href="feeds/edgeio_feed.xml" />
If you now access your site with a browser like Firefox the RSS feed will be detected and can be subscribed to. It also makes the feed more visible to other search engines.
I hope no one minds me updating (porting) this fine contribution to work with CRELoaded.
//ADDED BY "maestro"
4. In catalog/admin/includes/filenames.php
Add:
//GoogleBase
define('FILENAME_EDGEIO', 'rss_edgeio.php');
5. In catalog/admin/includes/languages/english.php
Add:
//Googlebase
define("BOX_MARKETING_EDGEIO", "Googlebase");
6. In catalog/admin/includes/boxes/marketing.php
Add:
tep_admin_files_boxes(FILENAME_EDGEIO, BOX_MARKETING_EDGEIO) .
to the contents array.
7. Now log into your admin and go into Administrator>>File Access and click on the "Marketing" entry then click the "Store Files" button and select "rss_edgeio.php" from the drop down list.
Now go to your marketing box in your admin and there will be a Googlebase listing for you to click on instead of haveing to call the script manually by typing it into your addres bar.
Added:
- "Googlebase" Listing in Marketing Toolbox in Store Admin.
No longer have to call page manually by typing addrress in to the browser.
- Generated Links now open in new window.
- Encoded page to stay within CRE admin.
- //$language='en-us'; This entry was causing undesirable errors in CRELoaded
so it was commented out and everything works fine for english, haven't tried
in other languages?
Notes:
- I have not been successful in getting this to work with CRE SEO URL's, something
about "mod-rewrite" that I am not capable of handling, YET!
If you get error something like:
HTTP/1.1 301 Moved Permanently Date: Wed, 16 Aug 2006 07:38:50 GMT Server: Apache/2.0.46 (Red Hat) Location: http://www.edgeio.com/RPC2 Content-Length: 318 Connection: close Content-Type: text/html; charset=iso-8859-1
Moved Permanently
Disregard it, your datai sactually being published
this is new version. with this you dont need to do anything about google base. as soon as edgeio picks up your data it issent toi google base automatically
Modified to make it work with Ultimate SEO
Full package
Updated some bugs.
PLEASE PLEASE EDIT all required fields!!!!!!
do not blame me if it posts under sample www.mysite.com url! :)
Sorry all my mistake posted wrong file. this is ver 1.5
Many of you had problems with URLS well i remover URL encoding on all URLS and if you need encoded urls because spaces or so on., you on your own :)
Many of you asked how to reset edgeio data.. simply set $ttl varible to - 90 and will expire all items you have on our site.
Url encode fix for urls and images
Bunch of fixes, thanks to everyone envolved.. now it runs as a charm
Fixed ISO currency encoding, no need for other files this is FULL package
Fixed encoding problem with accented listings
Fixed incompatibilities with PHP4 and missing table bug. Included full package
This module will feed your inventory into Googlebase/Froogle and Edgeio.com, or if you like you can use Edgeio only feed that will downstream your inventory to a multitude of other channels including Googlebase and froogle. This script produces a RSS 2 compatible feed that potentially can be used somewhere else.