Thanks for this great contribution. And just tested it, and got some bugs, to make it work with Ultimate SEO url, there are two bug fixes in googlefeeder.php:

1. change :

$SEO_FLAG = 0; //default = 0

to

$SEO_FLAG = true;

2. change:

$_cleaner_array = array(">" => "> ", "®" => "", "? => "", "?" => "", "?=> "", "t" => "", " " => "");

to

$_cleaner_array = array(">" => "> ", "®" => "", "?" => "", "?" => "", "?" => "", "t" => "", " " => "");

thanks.

Shobi

More...