Lines Matching full:description
11 * Take the metadata description
13 * To known more about description and [[docs:seo:seo|search engine optimization]], see:
14 …e_learning_The_descriptions_use_in_search_engines|Active learning: The description's use in search…
15 …s.google.com/search/docs/beginner/seo-starter-guide#use-the-description-meta-tag|Description secti…
20 const DESCRIPTION_META_KEY = 'description';
21 const FACEBOOK_DESCRIPTION_PROPERTY = 'og:description';
29 * Add a meta-data description
48 * Description
60 $description = $page->getDescriptionOrElseDokuWiki();
61 if (empty($description)) {
72 "content" => $description
80 "content" => $description
100 …LogUtility::msg("Page ($ID): The description should never be null when rendering the page", LogUti…