Archive for April, 2009

eating someone else’s dog food

Wednesday, April 15th, 2009

I was pretty excited about getting sitemaps working, so much so that I recently wrote about it. Turns out I had a couple bugs in my implementation.  When I was on diamondcomparer.com, I would do something like show all the categories / products that diamondcomparer didn’t actually offer.  Also turns out that pretty well each shopping site had more than 50,000 urls, which means I had to break things up a bit.  Plus, I wasn’t zipping things, and I wasn’t real confident I was doing everything right.  So, I decided to use google’s open source code for generating sitemaps, which I figured handled everything I was looking for.

In the past I had used the google code for crawling directories, but now I needed to pull from a database to my list of urls.  Well, turns out the google code can handle that as well.  You just dump the urls to a file, make a config file explaining a few things and then away you go.  Was really not too bad.  Stayed up till three am last night getting this to work

sitemaps

While I am here, have you seen chrome’s xml viewer?  Yeah, me neither, it just dumps to the screen.

I have been tracking google (and others) crawling my stuff, and it looks like the product pages haven’t been getting crawled.  I am hoping this helps that out.  Guess we shall see.  I am now generating these files and pinging the search engines nightly.  Really would like to get traffic based on product pages being indexed well.

Enjoy!

Earl

1 or more

Tuesday, April 14th, 2009

A couple main parts to my shopping vision.

  1. Help users filter down to just the product(s) that they are looking for
  2. Find the best prices on said products

Well, been hoping for some progress on the second front for a good few years to no avail.  For whatever reason, this last week I integrated products (not a ton but a few) from newegg, bestbuy and buy.  This allows for actual price comparison, like so from http://mycomparer.com/ap/B00005ATMK/yo

pricespretty dang cool, I think.

The first one took a fair amount of work, but the next couple were a bit easier.  Looks like overstock.com has a data feed.  I would like to integrate with them and pretty well anyone that pays for conversions and offers a csv or the like.

I bit the bullet and switched everything that was going to trackings.com, shopthar.com, shop.spack.net, yohomes.com (and maybe a few others), and pointed it to http://mycomparer.com/.  Guess we’ll see how it goes.

Enjoy!

Earl