You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
979 B

4 years ago
  1. +++
  2. title = "Keywords Meta"
  3. description = "Add semantic detail regarding content subject matter."
  4. categories = ["search"]
  5. tags = ["metadata", "robots", "SEO"]
  6. features = ["code highlighter", "related content"]
  7. [[copyright]]
  8. owner = "Josh Habdas"
  9. date = "2019"
  10. license = "agpl-3.0-or-later"
  11. +++
  12. Keywords offer detail to robots regarding the subject matter of your content. After Dark generates keywords automatically for pages given the tags taxonomy for that page, and for other pages using the site's categories taxonomy.
  13. Adjust key phrases from {{< external href="https://gohugo.io/content-management/front-matter/" text="Front Matter" />}} using a `keywords` array like so:
  14. ```toml
  15. keywords = [
  16. "web development",
  17. "digital marketing",
  18. "social media",
  19. "link building"
  20. ]
  21. ```
  22. While not considered relevant to search rankings, keywords can be a useful way to document target search terms and key phrases used in <abbr title="Pay Per Click">PPC</abbr> campaigns.