# File lib/seo_meta.rb, line 6
    def attributes
      @@attributes ||= {
        :browser_title => :string,
        :meta_description => :text
      }
    end