adobe / theblog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Meta data description authoring

avanishgandhi opened this issue · comments

  • System should support addition of custom meta data description to blog pages
  • System should support authoring of Metadata description for each blog articles
  • System should support authoring of Metadata description for each Category page
  • System should support authoring of Metadata description for each Home page
  • Authors should be provided with an easy way to add meta data description to the word files.
  • If authors have added the metadata description then system will use that content to populate the meta data for pages; If there is no authored metadata, system will use the article content (please use the current logic as default content)

@rofe @kptdobe

this is duplicate ask with updated req from - #366

The metadata description can now be provided as a simple text paragraph/line underneath the title:
image

This text will not be displayed on the page, but will be used as the metadata description in the page source:

image

This works on articles, category pages and homepages. Author pages are currently not supported.

Note: The metadata description needs to have a minimum of 10 words, otherwise it will be skipped and the next larger paragraph will be used.

Example page: https://staging--theblog--adobe.hlx.page/en/drafts/rofe/interlink.html

@avanishgandhi