lawrencewoodman / mida

A Microdata parser/extractor library for Ruby
http://lawrencewoodman.github.io/mida
Other
77 stars 18 forks source link

bin/mida displays itemscope and page_url info with -v option #1

Closed lawrencewoodman closed 13 years ago

lawrencewoodman commented 13 years ago

mida -v http://trustafriend.com/reviews/the-rectory-bar-and-restaurant-st-pauls-square-hockley-birmingham/ The above command gives the following output with itemscope and page_url information that shouldn't be in there:

:type: http://schema.org/Organization
:properties: 
  name: 
  - The Rectory Bar and Restaurant
  aggregateRating: 
  - !ruby/object:Mida::Itemscope 
    id: 
    itemscope_node: !ruby/object:Nokogiri::XML::Element {}

    page_url: http://trustafriend.com/reviews/the-rectory-bar-and-restaurant-st-pauls-square-hockley-birmingham/
[SNIP]