metatag.metatag_tag.schema.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. # The 'type' should be "label" for short meta tags and "text" for ones which
  2. # could get longer, especially ones which use a textarea field instead of a
  3. # textfield.
  4. metatag.metatag_tag.abstract:
  5. type: text
  6. label: 'Abstract'
  7. metatag.metatag_tag.canonical_url:
  8. type: label
  9. label: 'Canonical URL'
  10. metatag.metatag_tag.content_language:
  11. type: label
  12. label: 'Content Language'
  13. metatag.metatag_tag.description:
  14. type: text
  15. label: 'Description'
  16. metatag.metatag_tag.generator:
  17. type: label
  18. label: 'Generator'
  19. metatag.metatag_tag.image_src:
  20. type: label
  21. label: 'Image SRC'
  22. metatag.metatag_tag.keywords:
  23. type: text
  24. label: 'Keywords'
  25. metatag.metatag_tag.news_keywords:
  26. type: label
  27. label: 'Google News Keywords'
  28. metatag.metatag_tag.original_source:
  29. type: label
  30. label: 'Original source'
  31. metatag.metatag_tag.rights:
  32. type: label
  33. label: 'Rights'
  34. metatag.metatag_tag.referrer:
  35. type: label
  36. label: 'Referrer policy'
  37. metatag.metatag_tag.robots:
  38. type: label
  39. label: 'Robots'
  40. metatag.metatag_tag.shortlink:
  41. type: label
  42. label: 'Shortlink'
  43. metatag.metatag_tag.standout:
  44. type: label
  45. label: 'Standout'
  46. metatag.metatag_tag.title:
  47. type: label
  48. label: 'Page title'
  49. metatag.metatag_tag.icbm:
  50. type: label
  51. label: 'ICBM'
  52. metatag.metatag_tag.geo_region:
  53. type: label
  54. label: 'Geographical region'
  55. metatag.metatag_tag.geo_placename:
  56. type: label
  57. label: 'Geographical place name'
  58. metatag.metatag_tag.geo_position:
  59. type: label
  60. label: 'Geographical position'
  61. metatag.metatag_tag.set_cookie:
  62. type: label
  63. label: 'Set Cookie'
  64. metatag.metatag_tag.google:
  65. type: label
  66. label: 'Google'