# File lib/webrobots/nokogiri.rb, line 14
  def noindex?(custom_name = nil)
    meta_robots(custom_name).include?('noindex')
  end