How can I determine the sites that are linking to a post within my blog? Or even just my blog in general?

Thank you!

link|improve this question

57% accept rate
feedback

5 Answers

up vote 3 down vote accepted

Google Analytics is another extremely useful tool which is free to use. Google Analytics is displayed to visitors using JavaScript, so search bots and most spam bots etc. which do automated page requests but don't use JavaScript won't be counted (which is a good thing). In this way Google Analytics can give a better representation of the human visitors to your sites than log-based stats programs.

link|improve this answer
feedback

In Google you can type "link:http://stackoverflow.com" (for example) to find all the indexed links to your site.

link|improve this answer
feedback

If you use wordpress in Blog Stats you can see Referrers. Referrers are other people pages that contain links to your blog.

link|improve this answer
feedback

If you're using IIS then your log files can record the field cs(Referer) which will show when someone has come to your site via an external link...

link|improve this answer
feedback

Google webmaster tools let you see who's linking to you without invasive analytics of any kind.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.