Class SeoMetadata

java.lang.Object
sk.iway.iwcm.headless.dto.SeoMetadata

public class SeoMetadata extends Object
SEO metadata extracted from a document for headless consumption.
  • Constructor Details

    • SeoMetadata

      public SeoMetadata()
  • Method Details

    • getMetaTitle

      public String getMetaTitle()
    • setMetaTitle

      public void setMetaTitle(String metaTitle)
    • getMetaDescription

      public String getMetaDescription()
    • setMetaDescription

      public void setMetaDescription(String metaDescription)
    • getMetaKeywords

      public String getMetaKeywords()
    • setMetaKeywords

      public void setMetaKeywords(String metaKeywords)
    • getCanonicalUrl

      public String getCanonicalUrl()
    • setCanonicalUrl

      public void setCanonicalUrl(String canonicalUrl)
    • getRobots

      public String getRobots()
    • setRobots

      public void setRobots(String robots)