diff --git a/location.tpl.php b/location.tpl.php
index eaf2318..0b6fc02 100644
--- a/location.tpl.php
+++ b/location.tpl.php
@@ -40,6 +40,12 @@
         <span><a href="mailto:<?php print $email; ?>" itemprop="email"><?php print $email; ?></a></span>
       </div>
     <?php endif; ?>
+    <?php if (!empty($www)): ?>
+      <div class="www">
+        <abbr class="type" title="www"><?php print t("WWW address"); ?>:</abbr>
+        <span><a href="<?php print $www; ?>" itemprop="url"><?php print $www; ?></a></span>
+      </div>
+    <?php endif; ?>
     <?php if (!empty($phone)): ?>
       <div class="tel">
         <abbr class="type" title="voice"><?php print t("Phone"); ?>:</abbr>
