When you are using q or blockquote, you can supply the link from which you retained the information from, by using the HTML tag cite.
Here’s an example of cite being used to reference the quotes location:
<blockquote cite="http://www.codechewing.com"> <p>"here is the quote"</p> </blockquote>