diff --git a/qa-include/app/format.php b/qa-include/app/format.php
index bf4450305..c3b3aab40 100644
--- a/qa-include/app/format.php
+++ b/qa-include/app/format.php
@@ -767,7 +767,12 @@ function qa_who_to_html($isbyuser, $postuserid, $usershtml, $ip = null, $microda
if ($microdata) {
// duplicate HTML from qa_get_one_user_html()
- $whohtml = '' . $whohtml . '';
+ $whohtml =
+ '' .
+ '' . $whohtml . '' .
+ // anonymous authors need an URL field to satisfy Google
+ '' .
+ '';
}
if (isset($ip))