module Jekyll::SeoTag::JSONLD

def json_ld

Self should be a Jekyll::SeoTag::Drop instance (when extending the module)
def json_ld
  Jekyll.logger.warn "Jekyll::SeoTag::JSONLD is deprecated"
  @json_ld ||= JSONLDDrop.new(self)
end