Interface PageMetadata

    • Method Detail

      • getMetaDescription

        String getMetaDescription()
        Returns:
        The content for the meta description tag of the HTML page.
      • getMetaKeywords

        String getMetaKeywords()
        Returns:
        The content for the meta keywords tag of the HTML page.
      • getMetaTitle

        String getMetaTitle()
        Although this method refers to "metaTitle", this is used to set the title tag of the HTML page. The method is not called getTitle() to avoid confusion with ProductList.getTitle()
        Returns:
        The content for the title tag of the HTML page.
      • getCanonicalUrl

        String getCanonicalUrl()
        Returns:
        The fully-qualified canonical url, to set the canonical link element of the HTML page.