I have set up a page to list the referrer traffic to my blog. The code is given below.
I find numerous calls to favicon.ico/ from various blogs and they’re clouding the proper traffic to pages on the site. How do I exclude any calls to favicon.ico from my stats? I’ve already put the term into my blacklist but that doesn’t seem to be doing anything.
Here’s the code I’m using:
<h4>Referrers</h4>
<p><table border="0" width="100%" cellpadding="6" cellspacing="1"><br />
<tr><br />
<td>From</td><br />
<td>To</td><br />
<td>IP Address</td><br />
<td>Date</td><br />
</tr></p>
<p>{exp:referrer limit="200" popup="yes"}<br />
<tr class="row"></p>
<p><td><div>{ref_from}</div></td><br />
<td><div>{ref_to}</div></td><br />
<td><div>{ref_ip}</div></td><br />
<td><div>{ref_date format="%m/%d/%Y"}</div></td></p>
<p></tr></p>
<p><br />
{/exp:referrer}</p>
<p></table>