diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py
index 5f3a6b4338..67a01296c1 100644
--- a/frappe/utils/html_utils.py
+++ b/frappe/utils/html_utils.py
@@ -163,7 +163,8 @@ acceptable_attributes = [
'width', 'wrap', 'xml:lang', 'data-row', 'data-list', 'data-language',
'data-value', 'role', 'frameborder', 'allowfullscreen', 'spellcheck',
'data-mode', 'data-gramm', 'data-placeholder', 'data-comment',
- 'data-id', 'data-denotation-char'
+ 'data-id', 'data-denotation-char', 'itemprop', 'itemscope',
+ 'itemtype', 'itemid', 'itemref', 'datetime'
]
mathml_attributes = [