ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 2.3 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url |
| Last Crawled | 2026-02-08 07:39:08 (2 months ago) |
| First Indexed | 2014-11-22 01:26:24 (11 years ago) |
| HTTP Status Code | 200 |
| Meta Title | citations - How should I cite a website URL? - Academia Stack Exchange |
| Meta Description | null |
| Meta Canonical | null |
| Boilerpipe Text | I wouldn't use footnotes because they are disruptive. Also this may lead to an abundance of repetition in your document, with the same footnote appearing over and over again.
Instead, I suggest you treat URLs as normal references.
The
biblatex
packages provides support for URL references. Another advantage of using the package is that it lets you create a separate bibliography for the URLs. This is not explained here.
The package supports values for
url
,
date
, and
urldate
keys in your BibTeX database.
url
describes the URL.
date
describes the official date.
urldate
describes the date you visited/retrieved the URL.
The package also lets you customise the text in the bibliography that precedes the value for
urldate
. For example, you can set it to
Visited
or
Retrieved
. Customising the string is done by setting the
bibliography string
urlseen
.
The following is based on an example from
Marco Daniel
. It shows the basic mechanism. Save it, run LateX on it, then
bibtex
, and LaTeX.
\documentclass{article}
\RequirePackage[style=authoryear,
useprefix=true,
backend=bibtex,
block=space,
language=british]{biblatex}
\renewcommand*{\bibopenparen}{[}
\renewcommand*{\bibcloseparen}{]}
\renewcommand*{\finalandcomma}{,}
\renewcommand*{\finalnamedelim}{, and~}
% 3em recommended by Bringhurst, p 80.
\renewcommand*\bibnamedash{\rule[0.48ex]{3em}{0.14ex}\space}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Online{ctan,
label = {CTAN},
title = {CTAN},
subtitle = {The Comprehensive TeX Archive Network},
date = {2006},
url = {http://www.ctan.org},
urldate = {2012-04-07},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\DefineBibliographyStrings{english}{%
urlseen = {Retrieved},
}
\begin{document}
I always get my {\LaTeX} packages from
the Comprehensive {\TeX} Archive Network~\parencite{ctan}.
\printbibliography
\end{document}
The
\parencite
command is for parenthetical citations. (
biblatex
also provides other kinds of citation commands.) The
filecontent
related stuff makes the example a standalone example (so you won't have to create the BibTeX file). The command is not recommended for day-to-day LaTeX. |
| Markdown | # 
By clicking “Sign up”, you agree to our [terms of service](https://academia.stackexchange.com/legal/terms-of-service/public) and acknowledge you have read our [privacy policy](https://academia.stackexchange.com/legal/privacy-policy).
# OR
Already have an account? [Log in](https://academia.stackexchange.com/users/login)
[Skip to main content](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#content)
#### Stack Exchange Network
Stack Exchange network consists of 183 Q\&A communities including [Stack Overflow](https://stackoverflow.com/), the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
[Visit Stack Exchange](https://stackexchange.com/)
1. - [Tour Start here for a quick overview of the site](https://academia.stackexchange.com/tour)
- [Help Center Detailed answers to any questions you might have](https://academia.stackexchange.com/help)
- [Meta Discuss the workings and policies of this site](https://academia.meta.stackexchange.com/)
- [About Us Learn more about Stack Overflow the company, and our products](https://stackoverflow.co/)
2. ### [current community](https://academia.stackexchange.com/)
- [Academia](https://academia.stackexchange.com/)
[help](https://academia.stackexchange.com/help) [chat](https://chat.stackexchange.com/?tab=site&host=academia.stackexchange.com)
- [Academia Meta](https://academia.meta.stackexchange.com/)
### your communities
[Sign up](https://academia.stackexchange.com/users/signup?ssrc=site_switcher&returnurl=https%3A%2F%2Facademia.stackexchange.com%2Fquestions%2F8098%2Fhow-should-i-cite-a-website-url) or [log in](https://academia.stackexchange.com/users/login?ssrc=site_switcher&returnurl=https%3A%2F%2Facademia.stackexchange.com%2Fquestions%2F8098%2Fhow-should-i-cite-a-website-url) to customize your list.
### [more stack exchange communities](https://stackexchange.com/sites)
[company blog](https://stackoverflow.blog/)
3. [Log in](https://academia.stackexchange.com/users/login?ssrc=head&returnurl=https%3A%2F%2Facademia.stackexchange.com%2Fquestions%2F8098%2Fhow-should-i-cite-a-website-url)
4. [Sign up](https://academia.stackexchange.com/users/signup?ssrc=head&returnurl=https%3A%2F%2Facademia.stackexchange.com%2Fquestions%2F8098%2Fhow-should-i-cite-a-website-url)
[](https://academia.stackexchange.com/)
1. 1. [Home](https://academia.stackexchange.com/)
2. [Questions](https://academia.stackexchange.com/questions)
3. [Unanswered](https://academia.stackexchange.com/unanswered)
4. [AI Assist](https://stackoverflow.com/ai-assist)
5. [Tags](https://academia.stackexchange.com/tags)
6. [Chat](https://chat.stackexchange.com/)
7. [Users](https://academia.stackexchange.com/users)
2. Stack Internal
Stack Overflow for Teams is now called **Stack Internal**. Bring the best of human thought and AI automation together at your work.
[Try for free](https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=academia-community&utm_campaign=side-bar&utm_content=explore-teams) [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=academia-community&utm_campaign=side-bar&utm_content=explore-teams)
3. [Stack Internal]()
4. Bring the best of human thought and AI automation together at your work. [Learn more](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=academia-community&utm_campaign=side-bar&utm_content=explore-teams-compact)
**Stack Internal**
Knowledge at work
Bring the best of human thought and AI automation together at your work.
[Explore Stack Internal](https://stackoverflow.co/internal/?utm_medium=referral&utm_source=academia-community&utm_campaign=side-bar&utm_content=explore-teams-compact-popover)
# [How should I cite a website URL?](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url)
[Ask Question](https://academia.stackexchange.com/questions/ask)
Asked
12 years, 11 months ago
Modified [11 years, 3 months ago](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url?lastactivity "2014-11-09 10:30:57Z")
Viewed 7k times
This question shows research effort; it is useful and clear
15
Save this question.
Show activity on this post.
I am currently writing a report and I have been compiling a list of references (from IEEE mostly) and I also have a number of websites.
> My question is, what is the best way to note a website URL? Would it be to reference and cite a URL, would it be adding a footnote? An example would be a reference to google.com. Would it be the correct to just create a footnote?
I've started to just add a footnote each time a website is mentioned (using LaTeX) so for example if a javascript plugin is mentioned then a footnote would be added to the website URL. How would be best to do this as it would not suffice as a reference as it is just noting a website for further reading. I do not have time to waste be writing the whole report to then have to go back through and edit the document hence my question.
- [citations](https://academia.stackexchange.com/questions/tagged/citations "show questions tagged 'citations'")
- [thesis](https://academia.stackexchange.com/questions/tagged/thesis "show questions tagged 'thesis'")
- [writing](https://academia.stackexchange.com/questions/tagged/writing "show questions tagged 'writing'")
- [latex](https://academia.stackexchange.com/questions/tagged/latex "show questions tagged 'latex'")
[Share](https://academia.stackexchange.com/q/8098 "Short permalink to this question")
Share a link to this question
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this question](https://academia.stackexchange.com/posts/8098/edit)
Follow
Follow this question to receive notifications
[edited Nov 9, 2014 at 10:30](https://academia.stackexchange.com/posts/8098/revisions "show all edits to this post")
[](https://academia.stackexchange.com/users/15723/enthu)
[enthu](https://academia.stackexchange.com/users/15723/enthu)
7,5981313 gold badges5050 silver badges8484 bronze badges
asked Feb 19, 2013 at 16:00
[](https://academia.stackexchange.com/users/6063/callum)
[Callum](https://academia.stackexchange.com/users/6063/callum)
31722 silver badges77 bronze badges
8
- 1
Question is not very clear. Or perhaps you are answering your own question. Why not use a footnote combined with \\url{} (from the url package)?
Dave Clarke
– [Dave Clarke](https://academia.stackexchange.com/users/643/dave-clarke "32,314 reputation")
2013-02-19 16:49:06 +00:00
[Commented Feb 19, 2013 at 16:49](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13909_8098)
- 3
In addition to Dave's advice (which is what I basically do in most circumstances) - it isn't that crazy to just cite a website. See some examples in APA [here](http://owl.english.purdue.edu/owl/resource/560/10/).
Andy W
– [Andy W](https://academia.stackexchange.com/users/3/andy-w "3,601 reputation")
2013-02-19 17:08:56 +00:00
[Commented Feb 19, 2013 at 17:08](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13912_8098)
- Oh sorry, the question was supposed to say what is the best way to note a website url? Would it be to reference and cite a url, would it be adding a footnote? an example would be to reference to [google.com](http://google.com/). Would it be the correct to just create a footnote?
Callum
– [Callum](https://academia.stackexchange.com/users/6063/callum "317 reputation")
2013-02-19 17:44:03 +00:00
[Commented Feb 19, 2013 at 17:44](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13913_8098)
- 2
Why doesn't a web site suffice as a reference? Isn't *every* reference just noting a document for further reading?
JeffE
– [JeffE](https://academia.stackexchange.com/users/65/jeffe "100,276 reputation")
2013-02-19 18:14:05 +00:00
[Commented Feb 19, 2013 at 18:14](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13915_8098)
- 3
As a meta-comment, if you are trying to produce a high-quality, well-written report, then trying to avoid having to go back and edit anything is a questionable strategy. Maybe it doesn't matter (some things just need to be recorded crudely, and polishing them is irrelevant), but the last sentence of the question ("I do not have time to waste...") seemed a little worrisome.
Anonymous Mathematician
– [Anonymous Mathematician](https://academia.stackexchange.com/users/612/anonymous-mathematician "135,112 reputation")
2013-02-19 21:34:28 +00:00
[Commented Feb 19, 2013 at 21:34](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13918_8098)
\| [Show **3** more comments](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Expand to show all comments on this post")
## 5 Answers 5
Sorted by:
[Reset to default](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url?answertab=scoredesc#tab-top)
This answer is useful
7
Save this answer.
Show activity on this post.
I suppose the easiest way would be to use the `\newcommand` command in LaTeX.
Put something like this before your `\begin{document}`:
```
\newcommand{\jquerynote}{\footnote{\url{http://jquery.com}}~}
```
Use it as follows.
```
We used JQuery\jquerynote to build the user interface.
```
If you want to change the reference to a citation or another format, you can replace the contents of the `\newcommand`
As far as to "What is the best way to cite a website URL?" the answer generally is that there isn't a standard. Personally, I use web sites as a citation if it contributes some kind of important intellectual argument to the paper. If I use web sites as a footnote, it's because it has to do with some kind of tool I used and is there simply to inform the user that I used Tool XYZ.
Using your example, if I said in my paper, "We used the Google search engine to identify evidence of bias in search engine results" I'd probably put that as a footnote, whereas if I said, "Company web sites from Google, Microsoft, and Apple about employment all state that having fun at work is important" may be citations.
(I should finally note that this is a personal convention rather than anything spelled out in a styleguide, but maybe it helps you?).
[Share](https://academia.stackexchange.com/a/8112 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this answer](https://academia.stackexchange.com/posts/8112/edit)
Follow
Follow this answer to receive notifications
[edited Feb 21, 2013 at 1:37](https://academia.stackexchange.com/posts/8112/revisions "show all edits to this post")
answered Feb 21, 2013 at 1:30
[](https://academia.stackexchange.com/users/5944/irwin)
[Irwin](https://academia.stackexchange.com/users/5944/irwin)
8,99744 gold badges3737 silver badges4141 bronze badges
4
- 4
I'm not really a fan of this solution. To me the more correct approach would be to simply include the link as a citation in the references section. This is a nice hack, but it's not standard.
eykanal
– [eykanal](https://academia.stackexchange.com/users/73/eykanal "49,290 reputation")
2013-02-21 16:28:51 +00:00
[Commented Feb 21, 2013 at 16:28](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13972_8112)
- I initially answered the question addressing it as the problem of, "I don't know if I want to make it a footnote, or a citation, and I want to make it easy to switch out later". With respect to URLs in citations, that works in certain documents, but it actually can make your references look weak to some reviewers if they scan the citations and see a handful of URLs.
Irwin
– [Irwin](https://academia.stackexchange.com/users/5944/irwin "8,997 reputation")
2013-02-21 21:58:00 +00:00
[Commented Feb 21, 2013 at 21:58](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13976_8112)
- 1
If it's the right reference, then it's the right reference, no matter what the reviewer thinks. Cite it.
JeffE
– [JeffE](https://academia.stackexchange.com/users/65/jeffe "100,276 reputation")
2013-02-21 23:12:55 +00:00
[Commented Feb 21, 2013 at 23:12](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13979_8112)
- Thankyou @Irwin. You used jQuery as an example and thats what i've been doing and linking mostly to github repos
Callum
– [Callum](https://academia.stackexchange.com/users/6063/callum "317 reputation")
2013-02-22 11:44:16 +00:00
[Commented Feb 22, 2013 at 11:44](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13997_8112)
[Add a comment](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
16
Save this answer.
Show activity on this post.
Echoing the comments and other answers, citing a website is no different to citing any other resource, such as a book, or a paper. Depending on your favorite text editor and reference manager, you would like to produce bibliographic entries, such as
> ... for the implementation of the prototype, we used the *Ruby* programming language \[23\] and ...
> ...
> ...
> **Bibliography**
> ...
> 23. Matsumoto, Yukihiro. *Ruby Programming Language*. `http://www.ruby-lang.org/`, 2009.
In BibTeX, there's @misc entry for that. You would use it as follows:
```
@misc{links/Java,
author = {{Sun Microsystems Inc.}},
title = {{J}ava{\texttrademark} {P}latform, {S}tandard {E}dition 6},
howpublished={\url{http://java.sun.com/}},
month{jun},
year = {2006}
}
@misc{links/xml,
author = {{W3C}},
title = {{Extensible Markup Language (XML) 1.0}},
howpublished = {\url{http://www.w3.org/TR/REC-xml/}},
publisher = {World Wide Web Consortium},
year = {2008},
month = {November}
}
```
Since websites are a dynamic resource, you should always include the date (year/month) of the last retrieval.
For the url, the code above would assume `\usepackage{url}`.
Another technical issue with this is whether your chosen bibliography style would include the URL in the reference, or not. You might want to consult [this questions at tex.SE](https://tex.stackexchange.com/questions/36248/url-of-cited-web-site-in-bibliography)
[Share](https://academia.stackexchange.com/a/8133 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this answer](https://academia.stackexchange.com/posts/8133/edit)
Follow
Follow this answer to receive notifications
[edited Apr 13, 2017 at 12:34](https://academia.stackexchange.com/posts/8133/revisions "show all edits to this post")
[](https://academia.stackexchange.com/users/-1/community)
[Community](https://academia.stackexchange.com/users/-1/community)Bot
1
answered Feb 21, 2013 at 20:09
[](https://academia.stackexchange.com/users/1265/walkmanyi)
[walkmanyi](https://academia.stackexchange.com/users/1265/walkmanyi)
12\.2k11 gold badge4646 silver badges6666 bronze badges
3
- I use a [modified BibTeX style](http://compgeom.cs.uiuc.edu/~jeffe/pubs/tex/newuser.bst) that parse two additional fields: url (for bare URLs, as in Marc van Dongen's answer) and arxiv (for ArXiv document IDs).
JeffE
– [JeffE](https://academia.stackexchange.com/users/65/jeffe "100,276 reputation")
2013-02-21 23:14:03 +00:00
[Commented Feb 21, 2013 at 23:14](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment13980_8133)
- \+1 for stating the last retrieval. If it's a URL to a discussion, the consensus on that thread may change after you access it. If it just vanishes, having a URL and a known date when it did exist gives you an key for the Wayback Machine at [web.archive.org](http://web.archive.org/)
Emyr
– [Emyr](https://academia.stackexchange.com/users/8958/emyr "101 reputation")
2013-10-11 09:23:46 +00:00
[Commented Oct 11, 2013 at 9:23](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment24803_8133)
- @Emyr You *always* have to include a date of retrieval for an URL, otherwise the citation is invalid.
yo'
– [yo'](https://academia.stackexchange.com/users/1471/yo "11,142 reputation")
2014-10-29 11:55:05 +00:00
[Commented Oct 29, 2014 at 11:55](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url#comment67856_8133)
[Add a comment](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
9
Save this answer.
Show activity on this post.
I wouldn't use footnotes because they are disruptive. Also this may lead to an abundance of repetition in your document, with the same footnote appearing over and over again.
Instead, I suggest you treat URLs as normal references.
The `biblatex` packages provides support for URL references. Another advantage of using the package is that it lets you create a separate bibliography for the URLs. This is not explained here.
The package supports values for `url`, `date`, and `urldate` keys in your BibTeX database.
- `url` describes the URL.
- `date` describes the official date.
- `urldate` describes the date you visited/retrieved the URL.
The package also lets you customise the text in the bibliography that precedes the value for `urldate`. For example, you can set it to `Visited` or `Retrieved`. Customising the string is done by setting the *bibliography string* `urlseen`.
The following is based on an example from [Marco Daniel](https://tex.stackexchange.com/questions/51079/add-retrieved-last-accessed-or-similar-information-to-authoryear-in-biblate). It shows the basic mechanism. Save it, run LateX on it, then `bibtex`, and LaTeX.
```
\documentclass{article}
\RequirePackage[style=authoryear,
useprefix=true,
backend=bibtex,
block=space,
language=british]{biblatex}
\renewcommand*{\bibopenparen}{[}
\renewcommand*{\bibcloseparen}{]}
\renewcommand*{\finalandcomma}{,}
\renewcommand*{\finalnamedelim}{, and~}
% 3em recommended by Bringhurst, p 80.
\renewcommand*\bibnamedash{\rule[0.48ex]{3em}{0.14ex}\space}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Online{ctan,
label = {CTAN},
title = {CTAN},
subtitle = {The Comprehensive TeX Archive Network},
date = {2006},
url = {http://www.ctan.org},
urldate = {2012-04-07},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\DefineBibliographyStrings{english}{%
urlseen = {Retrieved},
}
\begin{document}
I always get my {\LaTeX} packages from
the Comprehensive {\TeX} Archive Network~\parencite{ctan}.
\printbibliography
\end{document}
```
The `\parencite` command is for parenthetical citations. (`biblatex` also provides other kinds of citation commands.) The `filecontent` related stuff makes the example a standalone example (so you won't have to create the BibTeX file). The command is not recommended for day-to-day LaTeX. 
[Share](https://academia.stackexchange.com/a/8120 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this answer](https://academia.stackexchange.com/posts/8120/edit)
Follow
Follow this answer to receive notifications
[edited Apr 13, 2017 at 12:34](https://academia.stackexchange.com/posts/8120/revisions "show all edits to this post")
[](https://academia.stackexchange.com/users/-1/community)
[Community](https://academia.stackexchange.com/users/-1/community)Bot
1
answered Feb 21, 2013 at 11:15
[](https://academia.stackexchange.com/users/1194/marc-van-dongen)
[Marc van Dongen](https://academia.stackexchange.com/users/1194/marc-van-dongen)
1,3011010 silver badges1414 bronze badges
[Add a comment](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
2
Save this answer.
Show activity on this post.
If you are using BibTeX to maintain your bibliography, you might want to use the [IEEEtran](http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/) bibliography style, which takes care of the *url* field in the BibTeX entries by adding an \[Online\] tag in the bibliography followed by the given url.
[Share](https://academia.stackexchange.com/a/26452 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this answer](https://academia.stackexchange.com/posts/26452/edit)
Follow
Follow this answer to receive notifications
answered Jul 27, 2014 at 16:10
[](https://academia.stackexchange.com/users/20058/massimo-ortolano)
[Massimo Ortolano](https://academia.stackexchange.com/users/20058/massimo-ortolano)
56k1919 gold badges168168 silver badges216216 bronze badges
[Add a comment](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
This answer is useful
2
Save this answer.
Show activity on this post.
Given that web content disappears, you could cite the Internet Archive URL, e.g., <https://web.archive.org/web/19981111184551/http://google.com/> rather than <http://google.com/> (I bet you can't remember Google looking like that!) This also ensures that the content you cite is the content your readers see.
[Share](https://academia.stackexchange.com/a/30194 "Short permalink to this answer")
Share a link to this answer
Copy link
[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/ "The current license for this post: CC BY-SA 3.0")
[Improve this answer](https://academia.stackexchange.com/posts/30194/edit)
Follow
Follow this answer to receive notifications
answered Oct 18, 2014 at 19:57
[](https://academia.stackexchange.com/users/22768/user2768)
[user2768](https://academia.stackexchange.com/users/22768/user2768)
41\.3k99 gold badges9797 silver badges145145 bronze badges
[Add a comment](https://academia.stackexchange.com/questions/8098/how-should-i-cite-a-website-url "Use comments to ask for more information or suggest improvements. Avoid comments like “+1” or “thanks”.") \|
## You must [log in](https://academia.stackexchange.com/users/login?ssrc=question_page&returnurl=https%3A%2F%2Facademia.stackexchange.com%2Fquestions%2F8098) to answer this question.
Start asking to get answers
Find the answer to your question by asking.
[Ask question](https://academia.stackexchange.com/questions/ask)
Explore related questions
- [citations](https://academia.stackexchange.com/questions/tagged/citations "show questions tagged 'citations'")
- [thesis](https://academia.stackexchange.com/questions/tagged/thesis "show questions tagged 'thesis'")
- [writing](https://academia.stackexchange.com/questions/tagged/writing "show questions tagged 'writing'")
- [latex](https://academia.stackexchange.com/questions/tagged/latex "show questions tagged 'latex'")
See similar questions with these tags.
- Featured on Meta
- [All users on Stack Exchange can now participate in chat](https://meta.stackexchange.com/questions/417109/all-users-on-stack-exchange-can-now-participate-in-chat?cb=1)
- [Results of the January 2026 Community Asks Sprint: Community Badges](https://meta.stackexchange.com/questions/417043/results-of-the-january-2026-community-asks-sprint-community-badges?cb=1)
- [Community Engagement Across the Network: Focus for 2026](https://meta.stackexchange.com/questions/416985/community-engagement-across-the-network-focus-for-2026?cb=1)
#### Linked
[1](https://academia.stackexchange.com/questions/147127/how-to-reference-to-online-articles?lq=1 "Question score (upvotes - downvotes)")
[How to Reference to Online Articles](https://academia.stackexchange.com/questions/147127/how-to-reference-to-online-articles?noredirect=1&lq=1)
[1](https://academia.stackexchange.com/questions/77426/how-to-reference-a-pdf-document-found-on-a-website?lq=1 "Question score (upvotes - downvotes)")
[How to reference a PDF document found on a website](https://academia.stackexchange.com/questions/77426/how-to-reference-a-pdf-document-found-on-a-website?noredirect=1&lq=1)
[16](https://academia.stackexchange.com/questions/8948/how-should-i-cite-products?lq=1 "Question score (upvotes - downvotes)")
[How should I cite products?](https://academia.stackexchange.com/questions/8948/how-should-i-cite-products?noredirect=1&lq=1)
[9](https://academia.stackexchange.com/questions/13316/how-should-i-cite-presentation-slides?lq=1 "Question score (upvotes - downvotes)")
[How should I cite presentation slides?](https://academia.stackexchange.com/questions/13316/how-should-i-cite-presentation-slides?noredirect=1&lq=1)
[5](https://academia.stackexchange.com/questions/195802/embedded-hyperlinks-in-a-thesis-or-research-paper?lq=1 "Question score (upvotes - downvotes)")
[Embedded hyperlinks in a thesis or research paper](https://academia.stackexchange.com/questions/195802/embedded-hyperlinks-in-a-thesis-or-research-paper?noredirect=1&lq=1)
[8](https://academia.stackexchange.com/questions/9617/how-can-i-cite-software-documentations?lq=1 "Question score (upvotes - downvotes)")
[How can I cite software documentations?](https://academia.stackexchange.com/questions/9617/how-can-i-cite-software-documentations?noredirect=1&lq=1)
[4](https://academia.stackexchange.com/questions/17438/how-should-i-cite-a-tool-or-a-library-in-my-article?lq=1 "Question score (upvotes - downvotes)")
[How should I cite a tool or a library in my article?](https://academia.stackexchange.com/questions/17438/how-should-i-cite-a-tool-or-a-library-in-my-article?noredirect=1&lq=1)
[2](https://academia.stackexchange.com/questions/149630/cite-a-r-function-implementation-from-a-website?lq=1 "Question score (upvotes - downvotes)")
[Cite a R function/implementation from a website](https://academia.stackexchange.com/questions/149630/cite-a-r-function-implementation-from-a-website?noredirect=1&lq=1)
[2](https://academia.stackexchange.com/questions/170138/how-to-cite-a-youtube-channel-in-latex?lq=1 "Question score (upvotes - downvotes)")
[How To cite a Youtube Channel in LaTex](https://academia.stackexchange.com/questions/170138/how-to-cite-a-youtube-channel-in-latex?noredirect=1&lq=1)
[2](https://academia.stackexchange.com/questions/147876/how-to-cite-javadoc?lq=1 "Question score (upvotes - downvotes)")
[How to cite JavaDoc?](https://academia.stackexchange.com/questions/147876/how-to-cite-javadoc?noredirect=1&lq=1)
[See more linked questions](https://academia.stackexchange.com/questions/linked/8098?lq=1)
#### Related
[16](https://academia.stackexchange.com/questions/8948/how-should-i-cite-products?rq=1 "Question score (upvotes - downvotes)")
[How should I cite products?](https://academia.stackexchange.com/questions/8948/how-should-i-cite-products?rq=1)
[80](https://academia.stackexchange.com/questions/17961/should-i-learn-to-use-latex-to-write-up-a-history-masters-thesis?rq=1 "Question score (upvotes - downvotes)")
[Should I learn to use LaTeX to write up a History Masters Thesis?](https://academia.stackexchange.com/questions/17961/should-i-learn-to-use-latex-to-write-up-a-history-masters-thesis?rq=1)
[0](https://academia.stackexchange.com/questions/24505/how-to-cite-multiple-sections-of-book-using-ieee-citation-style?rq=1 "Question score (upvotes - downvotes)")
[How to cite multiple sections of book using IEEE Citation Style](https://academia.stackexchange.com/questions/24505/how-to-cite-multiple-sections-of-book-using-ieee-citation-style?rq=1)
[14](https://academia.stackexchange.com/questions/48087/how-to-properly-cite-linux-source-code?rq=1 "Question score (upvotes - downvotes)")
[How to Properly Cite Linux Source Code?](https://academia.stackexchange.com/questions/48087/how-to-properly-cite-linux-source-code?rq=1)
[0](https://academia.stackexchange.com/questions/62035/how-to-write-cite-a-description-of-a-software-product-in-a-masters-thesis?rq=1 "Question score (upvotes - downvotes)")
[How to write/cite a description of a software product in a master's thesis?](https://academia.stackexchange.com/questions/62035/how-to-write-cite-a-description-of-a-software-product-in-a-masters-thesis?rq=1)
[1](https://academia.stackexchange.com/questions/89231/adding-references-for-glossaries?rq=1 "Question score (upvotes - downvotes)")
[Adding references for glossaries](https://academia.stackexchange.com/questions/89231/adding-references-for-glossaries?rq=1)
[4](https://academia.stackexchange.com/questions/138117/in-ieee-format-how-to-cite-a-website-when-no-author-name-is-given?rq=1 "Question score (upvotes - downvotes)")
[In IEEE format, How to cite a website when no author name is given?](https://academia.stackexchange.com/questions/138117/in-ieee-format-how-to-cite-a-website-when-no-author-name-is-given?rq=1)
[5](https://academia.stackexchange.com/questions/195802/embedded-hyperlinks-in-a-thesis-or-research-paper?rq=1 "Question score (upvotes - downvotes)")
[Embedded hyperlinks in a thesis or research paper](https://academia.stackexchange.com/questions/195802/embedded-hyperlinks-in-a-thesis-or-research-paper?rq=1)
[2](https://academia.stackexchange.com/questions/198011/correct-way-to-reference-website-with-unknown-authors?rq=1 "Question score (upvotes - downvotes)")
[Correct way to reference website with unknown authors](https://academia.stackexchange.com/questions/198011/correct-way-to-reference-website-with-unknown-authors?rq=1)
#### [Hot Network Questions](https://stackexchange.com/questions?tab=hot)
- [Rationale of variadicity of std::function\_ref](https://stackoverflow.com/questions/79884343/rationale-of-variadicity-of-stdfunction-ref)
- [Unequal parens sizes in numerator and denominator of a fraction](https://tex.stackexchange.com/questions/759322/unequal-parens-sizes-in-numerator-and-denominator-of-a-fraction)
- [In Genesis, were Adam and Eve Jewish or Gentile?](https://hermeneutics.stackexchange.com/questions/114549/in-genesis-were-adam-and-eve-jewish-or-gentile)
- [Why does the 6.6.6 Color Code have transversal S?](https://quantumcomputing.stackexchange.com/questions/46028/why-does-the-6-6-6-color-code-have-transversal-s)
- [What is known about the extent of the damage to the Columbia shuttle wing prior to re-entry during the STS-107 mission?](https://space.stackexchange.com/questions/70307/what-is-known-about-the-extent-of-the-damage-to-the-columbia-shuttle-wing-prior)
- [Novel about a non-sentient giant that walks towards the narrator, set in UK](https://scifi.stackexchange.com/questions/303164/novel-about-a-non-sentient-giant-that-walks-towards-the-narrator-set-in-uk)
- [Group text chat without computers](https://worldbuilding.stackexchange.com/questions/272579/group-text-chat-without-computers)
- [Issues updating kernel to 6.8.0-100 - 24.04](https://askubuntu.com/questions/1563603/issues-updating-kernel-to-6-8-0-100-24-04)
- [Gibson's Bridge trilogy: what is an "alt-dot girl"?](https://scifi.stackexchange.com/questions/303156/gibsons-bridge-trilogy-what-is-an-alt-dot-girl)
- [How to prove that the upper envelope of Dirac masses is the counting measure?](https://math.stackexchange.com/questions/5123489/how-to-prove-that-the-upper-envelope-of-dirac-masses-is-the-counting-measure)
- [Does the A102379 sequence grow slower than any exponential?](https://math.stackexchange.com/questions/5123272/does-the-a102379-sequence-grow-slower-than-any-exponential)
- [Can the exterior of a set be closer to the interior point than its boundary?](https://math.stackexchange.com/questions/5123488/can-the-exterior-of-a-set-be-closer-to-the-interior-point-than-its-boundary)
- [If I pack a lunch at 9am and eat it at noon, isn't it in the danger zone for three hours? How is it safe?](https://cooking.stackexchange.com/questions/136687/if-i-pack-a-lunch-at-9am-and-eat-it-at-noon-isnt-it-in-the-danger-zone-for-thr)
- [How can I move only the top part of a mesh along its own normal direction?](https://blender.stackexchange.com/questions/345012/how-can-i-move-only-the-top-part-of-a-mesh-along-its-own-normal-direction)
- [How do I stabilise Sort-Object in PowerShell 5.1?](https://stackoverflow.com/questions/79884180/how-do-i-stabilise-sort-object-in-powershell-5-1)
- [Traceback errors with add-apt-repository on 24.04](https://askubuntu.com/questions/1563710/traceback-errors-with-add-apt-repository-on-24-04)
- [Counting digraphs using Burnside's lemma](https://codereview.stackexchange.com/questions/301239/counting-digraphs-using-burnsides-lemma)
- [What do you call this absolute mess?\!](https://puzzling.stackexchange.com/questions/136964/what-do-you-call-this-absolute-mess)
- [Pictures taken by US Federal Employees in the public domain, and commercial use?](https://law.stackexchange.com/questions/114116/pictures-taken-by-us-federal-employees-in-the-public-domain-and-commercial-use)
- [What would it mean for the name "Sartre" to be prophetic?](https://literature.stackexchange.com/questions/31502/what-would-it-mean-for-the-name-sartre-to-be-prophetic)
- [Lost in a Desolate Hypercube](https://puzzling.stackexchange.com/questions/136984/lost-in-a-desolate-hypercube)
- [In the empty theory, if something satisfies a predicate then everything does?](https://math.stackexchange.com/questions/5123470/in-the-empty-theory-if-something-satisfies-a-predicate-then-everything-does)
- [Contracted suffix "-n't": pronunciation](https://english.stackexchange.com/questions/638900/contracted-suffix-nt-pronunciation)
- [Do I really need to install CUDA for my GeForce 3060 12GB GPU?](https://superuser.com/questions/1934577/do-i-really-need-to-install-cuda-for-my-geforce-3060-12gb-gpu)
[Question feed](https://academia.stackexchange.com/feeds/question/8098 "Feed of this question and its answers")
# Subscribe to RSS
Question feed
To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

# Why are you flagging this comment?
It contains harassment, bigotry or abuse.
This comment attacks a person or group. Learn more in our [Abusive behavior policy](https://academia.stackexchange.com/conduct/abusive-behavior).
It's unfriendly or unkind.
This comment is rude or condescending. Learn more in our [Code of Conduct](https://academia.stackexchange.com/conduct/abusive-behavior).
Not needed.
This comment is not relevant to the post.
```
```
Enter at least 6 characters
Something else.
A problem not listed above. Try to be as specific as possible.
```
```
Enter at least 6 characters
Flag comment
Cancel
You have 0 flags left today
# 
# Hang on, you can't upvote just yet.
You'll need to complete a few actions and gain 15 reputation points before being able to upvote. **Upvoting** indicates when questions and answers are useful. [What's reputation and how do I get it?](https://stackoverflow.com/help/whats-reputation)
Instead, you can save this post to reference later.
Save this post for later
Not now
##### [Academia](https://academia.stackexchange.com/)
- [Tour](https://academia.stackexchange.com/tour)
- [Help](https://academia.stackexchange.com/help)
- [Chat](https://chat.stackexchange.com/?tab=site&host=academia.stackexchange.com)
- [Contact](https://academia.stackexchange.com/contact)
- [Feedback](https://academia.meta.stackexchange.com/)
##### [Company](https://stackoverflow.co/)
- [Stack Overflow](https://stackoverflow.com/)
- [Stack Internal](https://stackoverflow.co/internal/)
- [Stack Data Licensing](https://stackoverflow.co/data-licensing/)
- [Stack Ads](https://stackoverflow.co/advertising/)
- [About](https://stackoverflow.co/)
- [Press](https://stackoverflow.co/company/press/)
- [Legal](https://stackoverflow.com/legal)
- [Privacy Policy](https://stackoverflow.com/legal/privacy-policy)
- [Terms of Service](https://stackoverflow.com/legal/terms-of-service/public)
- Cookie Settings
- [Cookie Policy](https://policies.stackoverflow.co/stack-overflow/cookie-policy)
##### [Stack Exchange Network](https://stackexchange.com/)
- [Technology](https://stackexchange.com/sites#technology)
- [Culture & recreation](https://stackexchange.com/sites#culturerecreation)
- [Life & arts](https://stackexchange.com/sites#lifearts)
- [Science](https://stackexchange.com/sites#science)
- [Professional](https://stackexchange.com/sites#professional)
- [Business](https://stackexchange.com/sites#business)
- [API](https://api.stackexchange.com/)
- [Data](https://data.stackexchange.com/)
- [Blog](https://stackoverflow.blog/?blb=1)
- [Facebook](https://www.facebook.com/officialstackoverflow/)
- [Twitter](https://twitter.com/stackoverflow)
- [LinkedIn](https://linkedin.com/company/stack-overflow)
- [Instagram](https://www.instagram.com/thestackoverflow)
Site design / logo © 2026 Stack Exchange Inc; user contributions licensed under [CC BY-SA](https://stackoverflow.com/help/licensing) . rev 2026.2.6.39523 |
| Readable Markdown | I wouldn't use footnotes because they are disruptive. Also this may lead to an abundance of repetition in your document, with the same footnote appearing over and over again.
Instead, I suggest you treat URLs as normal references.
The `biblatex` packages provides support for URL references. Another advantage of using the package is that it lets you create a separate bibliography for the URLs. This is not explained here.
The package supports values for `url`, `date`, and `urldate` keys in your BibTeX database.
- `url` describes the URL.
- `date` describes the official date.
- `urldate` describes the date you visited/retrieved the URL.
The package also lets you customise the text in the bibliography that precedes the value for `urldate`. For example, you can set it to `Visited` or `Retrieved`. Customising the string is done by setting the *bibliography string* `urlseen`.
The following is based on an example from [Marco Daniel](https://tex.stackexchange.com/questions/51079/add-retrieved-last-accessed-or-similar-information-to-authoryear-in-biblate). It shows the basic mechanism. Save it, run LateX on it, then `bibtex`, and LaTeX.
```
\documentclass{article}
\RequirePackage[style=authoryear,
useprefix=true,
backend=bibtex,
block=space,
language=british]{biblatex}
\renewcommand*{\bibopenparen}{[}
\renewcommand*{\bibcloseparen}{]}
\renewcommand*{\finalandcomma}{,}
\renewcommand*{\finalnamedelim}{, and~}
% 3em recommended by Bringhurst, p 80.
\renewcommand*\bibnamedash{\rule[0.48ex]{3em}{0.14ex}\space}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@Online{ctan,
label = {CTAN},
title = {CTAN},
subtitle = {The Comprehensive TeX Archive Network},
date = {2006},
url = {http://www.ctan.org},
urldate = {2012-04-07},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\DefineBibliographyStrings{english}{%
urlseen = {Retrieved},
}
\begin{document}
I always get my {\LaTeX} packages from
the Comprehensive {\TeX} Archive Network~\parencite{ctan}.
\printbibliography
\end{document}
```
The `\parencite` command is for parenthetical citations. (`biblatex` also provides other kinds of citation commands.) The `filecontent` related stuff makes the example a standalone example (so you won't have to create the BibTeX file). The command is not recommended for day-to-day LaTeX.  |
| Shard | 18 (laksa) |
| Root Hash | 8045678284012640218 |
| Unparsed URL | com,stackexchange!academia,/questions/8098/how-should-i-cite-a-website-url s443 |