diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 2b0e3c55a..60b6c116e 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -219,7 +219,7 @@ function blog_rdf_mapping() { 'type' => 'node', 'bundle' => 'blog', 'mapping' => array( - 'rdftype' => array('sioct:Weblog'), + 'rdftype' => array('sioc:Post', 'sioct:BlogPost'), ), ), ); |