diff --git a/productMods/templates/freemarker/lib/lib-microformats.ftl b/productMods/templates/freemarker/lib/lib-microformats.ftl index 7c9db40f..91994de6 100644 --- a/productMods/templates/freemarker/lib/lib-microformats.ftl +++ b/productMods/templates/freemarker/lib/lib-microformats.ftl @@ -11,11 +11,14 @@ <#elseif individual.event()> itemscope itemtype="http://schema.org/Event" <#elseif individual.infoContentEntity()> + <#assign mst = "Document" /> <#list individual.mostSpecificTypes as type > <#assign mst = type /> <#break> <@getItemType mst "infoContentEntity"/> + <#else> + itemscope itemtype="http://schema.org/Thing"