Breixo
Well-known member
Hi! I'm getting lots of errors at Google Webmasters Tools due to this problem.
It says: "Missing: name (fn)"
When I check the url with the problem, found that an old user was removed and now states as "Guest":
http://www.movilesdualsim.com/tema/distribuidor-oficial-u-oficioso.94518/#post-1031916
Checking source the only difference I found is that normal users have href tag:
While guest users (users removed from DB) have:
I looked for a solution but just found this post.
Which template should be modified and how in order to avoid this error?
TIA
It says: "Missing: name (fn)"
When I check the url with the problem, found that an old user was removed and now states as "Guest":
http://www.movilesdualsim.com/tema/distribuidor-oficial-u-oficioso.94518/#post-1031916
Checking source the only difference I found is that normal users have href tag:
Code:
<a href="miembros/tarari.110429/" class="username" dir="auto" itemprop="name">TARARI</a>
Code:
<a class="username" dir="auto" itemprop="name">Grafitty</a>
I looked for a solution but just found this post.
Which template should be modified and how in order to avoid this error?
TIA