diff --git a/core/modules/rdf/rdf.module b/core/modules/rdf/rdf.module
index 1221147..cdb12d3 100644
--- a/core/modules/rdf/rdf.module
+++ b/core/modules/rdf/rdf.module
@@ -569,7 +569,7 @@ function template_preprocess_rdf_metadata(&$variables) {
     // Add a class so that developers viewing the HTML source can see why there
     // are empty <span> tags in the document. The class can also be used to set
     // a CSS display:none rule in a theme where empty spans affect display.
-    $attributes['class'][] = 'rdf-meta';
+    $attributes['class'][] = 'rdf-meta hidden';
     // The XHTML+RDFa doctype allows either <span></span> or <span /> syntax to
     // be used, but for maximum browser compatibility, W3C recommends the
     // former when serving pages using the text/html media type, see
