module Jekyll::SeoTag::JSONLD
This module is deprecated, but is included in the Gem to avoid a breaking change and should be removed at the next major version bump
Constants
- METHODS_KEYS
Public Instance Methods
json_ld()
click to toggle source
Self should be a Jekyll::SeoTag::Drop
instance (when extending the module)
# File lib/jekyll-seo-tag/json_ld.rb, line 25 def json_ld Jekyll.logger.warn "Jekyll::SeoTag::JSONLD is deprecated" @json_ld ||= JSONLDDrop.new(self) end