Call/WhatsAppText +1 (302) 613-4617

Blog

DOI vs URL

Scholarly Publishing · Web Infrastructure · Citation

DOI vs URL: A Complete Guide

A URL tells you where something is right now. A DOI tells you what something is, permanently, regardless of where it happens to live today. That distinction sounds small, but it’s the reason a citation from a 2004 journal article still resolves correctly while a blog post linked in a 2015 tweet often leads nowhere at all. This guide treats “DOI vs URL” as a comparison between two genuinely different kinds of identifier, each with its own structure, governance, and reason for existing, rather than two interchangeable ways to point at a webpage.

Central topicDigital Object Identifiers and URLs compared
Reading time~27 minutes
Word count~6,300
SubjectScholarly publishing · Web infrastructure · Citation

01 · Definition

What is a DOI, and what is a URL?

A Digital Object Identifier, or DOI, is a permanent, unique alphanumeric string assigned to a specific piece of digital content, most commonly a journal article, dataset, book, or conference paper, registered through the international DOI system. A Uniform Resource Locator, or URL, is the address of a resource on the web, specifying the protocol, host, and path a browser needs to actually retrieve it. The core difference is what each one names: a DOI names a piece of content itself, while a URL names a location where content currently happens to be found.

It helps to treat these as two distinct entities solving two distinct problems, rather than two flavors of the same kind of link. A URL’s entire job is locating a resource, telling a computer exactly which server, which path, which protocol to use to retrieve something right now. A DOI’s job is identifying a resource, giving it a stable name that persists independent of any particular server or hosting arrangement, and then relying on a separate resolution system, covered later in this guide, to translate that stable name into whatever URL currently hosts the content. A DOI without a resolver behind it would just be a string of characters; a URL, by contrast, is inherently locational, which is exactly what makes it vulnerable to the kind of decay covered in the section on link rot below.

Why the distinction matters beyond terminology

Confusing these two entities, treating a DOI as “just a fancier URL” or treating any URL as citation-stable the way a DOI is designed to be, leads directly to two of the most common practical mistakes covered later in this guide: citing a URL when a more stable DOI was available, and assuming a DOI guarantees permanence it doesn’t, in fact, guarantee on its own. Separating what each identifier actually is, and is not, is the foundation for using both correctly.

02 · Origins

Where each identifier comes from

The URL and the DOI emerged roughly two decades apart, out of genuinely different problems: the URL to make the newly invented World Wide Web navigable at all, and the DOI to solve a problem the web’s early growth had itself created for scholarly publishing.

The URL and the birth of the web

Tim Berners-Lee developed the concept of the URL as part of his original proposal for the World Wide Web in 1989 and 1990, alongside HTTP and HTML, as the addressing scheme that would let any document on the emerging web be located and linked to from any other. The URL format was later formally standardized through the Internet Engineering Task Force and the World Wide Web Consortium, and it remains, essentially unchanged in its core structure, the addressing system the entire web still runs on today.

The DOI and a response to a scholarly publishing problem

The DOI system emerged nearly a decade later, developed in the late 1990s by a group of publishing organizations and formally launched in 2000 through the newly created International DOI Foundation, directly in response to a problem the young web had already made obvious: URLs linking to scholarly articles broke constantly as publishers changed platforms, journals moved between hosts, and content management systems were redesigned, undermining the reliability of academic citation at exactly the moment publishing was moving online. The DOI system was standardized as ISO 26324 in 2012, giving it formal international standards-body recognition alongside its existing technical infrastructure.

Crossref and the infrastructure that made DOIs practical at scale

The nonprofit organization Crossref, founded in 2000 by a group of major scholarly publishers, became the DOI system’s largest registration agency, building the metadata infrastructure, citation linking, and cross-publisher cooperation needed to make DOIs practically useful at the scale of the entire scholarly publishing industry, rather than just a technically elegant identifier scheme with no adoption behind it. A second major registration agency, DataCite, later extended DOI assignment specifically to research datasets and other non-article scholarly outputs, discussed further in the section on where DOIs are used below.

03 · DOI structure

How a DOI is structured

A DOI has a simple, fixed structure: a prefix identifying the registrant, typically the publisher, followed by a slash and a suffix identifying the specific piece of content, together forming a string that never changes once assigned, regardless of where the content is later hosted.

The prefix always begins with “10.” followed by a four-digit-or-longer registrant code, for example 10.1038 for the publisher Nature, assigned by a DOI registration agency when an organization first registers to issue DOIs. The suffix, everything after the slash, is chosen by the registrant itself and can follow any internal scheme the publisher wants, sometimes a meaningful code tied to the journal, volume, and article number, sometimes an essentially arbitrary string. A complete DOI, such as 10.1038/nphys1170, is typically displayed as part of a full resolver URL, https://doi.org/10.1038/nphys1170, when used as a clickable link, though the DOI itself is just the “10.1038/nphys1170” portion.

Why the two-part structure matters

Separating the registrant prefix from the content-specific suffix means responsibility for a DOI’s continued resolution is clearly assigned: the registrant that owns a given prefix is responsible for keeping its DOIs’ underlying URLs updated in the resolution system whenever content moves, a governance structure covered further in the sections on resolution and governance below. This is a meaningfully different design from a URL, where no single party is formally responsible for a link’s continued validity once it’s published elsewhere.

04 · URL structure

How a URL is structured

A URL is structured around location rather than identity: a scheme specifying the protocol, a host identifying the server, and a path specifying exactly where on that server the resource lives, together forming an address that only works as long as each of those components stays accurate.

A typical URL, such as https://www.example.com/journal/articles/2024/climate-policy, breaks into distinct components: “https” is the scheme, telling a browser which protocol to use; “www.example.com” is the host, identifying the specific server; and “/journal/articles/2024/climate-policy” is the path, specifying the exact resource on that server. Optional components can include a query string, appending parameters after a question mark, and a fragment, pointing to a specific section within a page after a hash symbol.

Why every component is a potential point of failure

Because a URL encodes an actual location rather than an abstract identity, any change to any one of its components, a domain change, a server migration, a content management system restructuring its path scheme, breaks the link, even though the underlying content the URL originally pointed to might still exist somewhere entirely intact. This structural fragility is the direct cause of the link rot phenomenon discussed in its own section below, and it’s the central practical difference a DOI is specifically engineered to avoid.

05 · Resolution

How DOI resolution actually works

A DOI only functions as a stable, clickable identifier because of a resolution system sitting behind it, built on a general-purpose infrastructure called the Handle System, that looks up a DOI’s current associated URL and redirects the user there automatically.

When someone visits a link in the form https://doi.org/10.xxxx/yyyy, the request goes first to the DOI resolver at doi.org, not directly to the publisher’s website. The resolver looks up that specific DOI in a central registry, finds the URL the publisher has most recently registered as the content’s current location, and issues a redirect, sending the browser on to wherever the content actually lives today. If a publisher moves its content, migrates platforms, or gets acquired by another company, it can update that single registered URL in the resolver’s database, and every existing DOI link pointing to that content, wherever it’s been cited across the internet, continues to work without any of those citations needing to change.

Why this architecture is the entire point of the system

This indirection, a stable identifier pointing to a lookup service that in turn points to a changeable location, is the specific technical mechanism that makes DOIs more durable than direct URLs over time, and it’s why a DOI is often described as resolving “through” doi.org rather than being hosted “at” doi.org. The resolver itself doesn’t store the content; it only stores the current mapping between identifier and location, a distinction worth understanding because it also explains the resolution system’s real limitation, covered in the section on where DOIs fall short below: the system depends entirely on registrants actually keeping that mapping up to date.

06 · Persistence

Persistence: why URLs break and DOIs (usually) don’t

Link rot, the gradual decay of web links as pages move, get restructured, or disappear entirely, is a well-documented, pervasive problem across the web, and it’s the single biggest practical reason the DOI system exists in the first place for scholarly and other formally published content.

Multiple studies of link rot in academic citations, legal opinions, and general web content have found that a substantial share of URLs cited in published material stop resolving correctly within just a few years of publication, a decay rate that compounds significantly over longer time spans. The underlying causes are structural rather than accidental: websites get redesigned, content management systems change their URL schemes, companies merge or shut down, and domain registrations lapse, each of which can silently break large numbers of previously valid links without any single actor intending to remove the content those links pointed to.

Why DOI persistence is a promise, not a guarantee

DOIs substantially reduce, but do not entirely eliminate, this problem, because DOI persistence depends on registrants, publishers and repositories, actually updating their DOI-to-URL mappings whenever content moves, a responsibility formally required by DOI registration agreements but not automatically enforced by any technical mechanism beyond registrant compliance. A defunct publisher, an abandoned repository, or simple registrant negligence can still leave a DOI unresolved, though this happens far less often than URL-level link rot specifically because the registration agreement creates an explicit, tracked responsibility that a typical URL never had in the first place.

Web archiving as a complementary, not competing, solution

Services like the Internet Archive’s Wayback Machine address a related but distinct problem: preserving snapshots of web content as it existed at a point in time, regardless of whether that content had a DOI, a persistent identifier, or neither. Archived snapshots and DOI resolution solve overlapping but not identical problems, and many citation and preservation guides now recommend using both together, a DOI or stable identifier where available, and an archived snapshot as an additional safeguard, rather than treating either as a complete substitute for the other.

07 · Governance

Who assigns and governs each identifier

DOIs and URLs are governed through entirely different institutional structures, reflecting their different origins: the DOI system through a coordinated, membership-based registration structure, and the URL through open technical standards with no equivalent central registration requirement for individual addresses.

DOI governance: a coordinated registration structure

The International DOI Foundation oversees the overall DOI system and its technical standards, but individual DOIs are actually issued through registration agencies, most prominently Crossref for journal articles and other scholarly publications, and DataCite for research datasets and related outputs, each of which contracts directly with publishers, institutions, and repositories that want to assign DOIs to their content. This creates clear accountability: every DOI prefix is traceable to a specific registrant responsible for that prefix’s continued maintenance, a governance model with no direct URL equivalent.

URL governance: open standards, no content registry

URLs, by contrast, are governed only at the level of technical standards, maintained by the Internet Engineering Task Force and the World Wide Web Consortium, and at the level of domain name registration, overseen globally by ICANN and its accredited registrars. There is no equivalent body responsible for any individual URL’s continued validity once a domain is registered; maintaining a specific page’s address is left entirely to whoever controls that domain, with no external registration agreement comparable to a DOI registrant’s obligations.

08 · Where DOIs are used

Where DOIs are used

DOI assignment is concentrated almost entirely in formally published scholarly and research content, reflecting the system’s origin as a solution to academic citation stability rather than a general-purpose identifier for all web content.

Journal articles remain the largest category of DOI-assigned content by far, with the large majority of articles published by major academic publishers receiving a DOI at publication through Crossref. Research datasets increasingly receive DOIs as well, particularly through DataCite, reflecting a broader push in scholarly communication to make datasets themselves citable, discoverable outputs rather than supplementary files buried inside an article. Books, book chapters, conference proceedings, technical reports, and preprints, including those hosted on platforms like arXiv and bioRxiv, are also commonly assigned DOIs today, extending the system well beyond its original journal-article focus.

Where DOI adoption remains thinner

Software, physical samples, and some categories of institutional and government reports have seen growing but still comparatively limited DOI adoption, often through specialized registration efforts rather than the mainstream Crossref and DataCite infrastructure that dominates journal and dataset publishing, an area of ongoing expansion discussed further in the section on future trends below.

09 · Where URLs are used

Where URLs are used

URLs remain the universal addressing scheme for essentially everything on the web, scholarly content included, and every DOI ultimately resolves to a URL behind the scenes, making the URL the more fundamental, lower-level entity of the two even though it’s less durable for citation purposes.

General web pages, news articles, blog posts, government and institutional websites, product pages, and the overwhelming majority of everyday web content are identified only by URL, with no DOI assigned at all, simply because DOI assignment requires a registrant relationship with a registration agency that most web publishers, outside formal scholarly and research publishing, have no reason to establish. Even within scholarly publishing, URLs remain essential at the infrastructure level: they’re what a DOI resolver actually redirects to, what search engines index directly, and what a browser’s address bar displays once resolution completes.

Why URLs aren’t simply obsolete for citation purposes

Because most web content has no DOI, URL citation remains necessary, not just common, for a large share of everyday sources, discussed further in the section on citation styles below. Treating URLs as a lesser, legacy identifier misunderstands the relationship between the two: DOIs solve a specific stability problem for a specific category of content, while URLs remain the addressing layer the entire web, DOI-assigned content included, ultimately depends on to actually deliver anything to a reader.

10 · Citation

Citing sources: DOI vs URL in citation styles

Major academic citation styles have converged on a consistent rule: use a DOI instead of a URL whenever one is available for a source, and fall back to a URL only when no DOI exists, reflecting the stability advantage discussed throughout this guide.

The American Psychological Association’s style guide instructs writers to include a DOI, formatted as a full resolver link beginning https://doi.org/, whenever one is available, and to use a direct URL only for sources without an assigned DOI. The Modern Language Association and Chicago Manual of Style follow the same underlying logic, generally treating the DOI as the preferred, more stable identifier and the URL as an acceptable substitute specifically because not every source has a DOI to offer.

Why this convention developed specifically for citations

Citations are meant to remain valid and traceable for the entire life of a published work, which in academic publishing can span decades, making link rot a genuinely serious threat to a citation’s usefulness in a way that’s less consequential for, say, a casual link shared on social media. This is the specific context in which the stability advantage of a DOI matters most concretely, and it’s why citation style guides adopted DOI-preference rules well before general web-writing conventions did, if they’ve adopted comparable guidance at all.

Formatting conventions worth knowing

Current citation style guidance generally recommends formatting a DOI as a full, clickable resolver URL, https://doi.org/10.xxxx/yyyy, rather than the bare DOI string alone, since the resolver link is directly clickable and functions identically to a URL for a reader while still carrying the stability benefits described earlier in this guide.

11 · SEO

DOIs, URLs, and search engine visibility

Search engines index and rank web content primarily through the URL layer, meaning a DOI’s stability benefits for citation don’t translate directly into search visibility benefits, an important distinction for publishers thinking about discoverability rather than only citation permanence.

Because a DOI resolves to a specific URL, search engines typically index the destination URL a DOI redirects to, rather than treating the DOI resolver link itself as the canonical, ranked page, meaning the underlying URL’s own structure, metadata, and site architecture still matter enormously for a piece of scholarly content’s search visibility, entirely independent of whether it also has a DOI. A DOI protects a citation’s long-term validity; it does not, on its own, protect or improve a page’s search ranking or discoverability, which depend on the same on-page and site-level factors that apply to any other web content.

Where the two systems do intersect usefully

The two systems intersect most usefully through structured metadata: publishers that register rich, well-formed metadata with a DOI registration agency, and that also expose comparable structured data, such as Schema.org markup, directly on the underlying webpage, give both citation-management tools and search engines a clearer, more consistent picture of what a piece of content actually is, an entity-level clarity that benefits discoverability across both systems even though the DOI and the search index remain functionally separate.

12 · Comparison

A side-by-side comparison

Because the differences between these two identifiers touch structure, governance, persistence, and use case at once, a direct side-by-side view is useful for keeping the distinctions clear.

  • Core function

    DOI: identifies a specific piece of content. URL: locates a resource on the web right now.

  • Structure

    DOI: registrant prefix plus content suffix (10.xxxx/yyyy). URL: scheme, host, and path (https://host/path).

  • Stability over time

    DOI: designed to remain valid even if content moves, via resolver updates. URL: breaks whenever the resource moves, is renamed, or is removed.

  • Who assigns it

    DOI: a registration agency (Crossref, DataCite) under a formal registrant agreement. URL: automatically generated by whoever controls the hosting domain.

  • Typical use

    DOI: journal articles, datasets, books, conference papers. URL: essentially all web content, including the destination a DOI resolves to.

  • Citation preference

    DOI: preferred by APA, MLA, and Chicago whenever available. URL: used only when no DOI has been assigned to the source.

13 · Practical guidance

Practical guidance: which one should you use?

In practice, the choice between citing a DOI and citing a URL is rarely a genuine judgment call: it’s determined by whether a DOI has been assigned to the specific source at all, with only a few situations requiring closer attention.

Source is a journal article, book, dataset, or conference paper

Check for an assigned DOI first, usually listed on the publisher’s page or in the source’s metadata. If one exists, cite it as a full resolver link rather than the publisher’s own URL.

Source is a general web page, news article, or blog post

Cite the URL directly. These sources rarely have an assigned DOI, and citation styles expect a URL in this case rather than treating its absence as an error.

Source is a preprint or working paper

Many preprint servers now assign DOIs; check before defaulting to the platform URL, since the DOI will remain valid even if the paper is later moved to a different repository or formally published elsewhere.

The DOI link appears broken

Try resolving it again after some delay, since resolver updates can lag briefly after a content migration; if it remains broken, search for the article title and journal directly, or consult a web archive as a fallback, rather than assuming the content no longer exists.

14 · Limitations

Where DOIs fall short of “permanent”

Despite their design goal, DOIs are not literally guaranteed to be permanent, and understanding the specific ways they can still fail is useful for setting accurate expectations rather than treating the DOI system as infallible.

A DOI’s continued resolution depends entirely on its registrant maintaining an accurate, updated URL mapping in the resolver’s registry, an ongoing responsibility rather than a one-time technical guarantee. If a small publisher or repository shuts down entirely, is acquired without proper migration of its DOI registrations, or simply stops maintaining its metadata, DOIs registered under that organization’s prefix can become unresolvable, sometimes for extended periods, a known and documented failure mode within the DOI ecosystem rather than a purely theoretical risk.

Why this doesn’t undermine the case for using DOIs

These failure cases are meaningfully less common than ordinary URL-level link rot specifically because the DOI system creates an explicit, contractually tracked registrant obligation that a bare URL never has, and organizations like Crossref have invested significantly in monitoring and improving DOI resolution reliability across their member publishers. The practical conclusion most librarians and citation specialists draw is that DOIs substantially reduce, rather than fully eliminate, the risk that URL-based citation carries, which is a meaningfully different claim than asserting DOIs are permanent in an absolute sense.

15 · Consensus

Where do librarians and publishers broadly agree?

Across scholarly publishing, library science, and citation standards bodies, there is broad, well-established agreement on several core points about how DOIs and URLs should be used and understood.

There is broad agreement that DOIs meaningfully reduce, though don’t entirely eliminate, the citation-instability problem that motivated their creation, a conclusion supported by comparative studies of DOI versus plain-URL resolution rates over time. There is broad agreement that citation styles should prefer DOIs over URLs whenever a DOI is available, a position reflected consistently across APA, MLA, and Chicago style guidance as covered earlier in this guide. There is also broad agreement that web archiving tools and DOI resolution serve complementary rather than competing purposes, and that a comprehensive approach to citation durability benefits from using both together rather than treating either as sufficient on its own.

A DOI doesn’t make a citation permanent by magic; it makes permanence someone’s explicit, tracked responsibility, which is precisely the thing a bare URL never assigns to anyone at all. Pattern reflected across library science and scholarly publishing guidance

16 · Contested ground

Where does genuine debate continue?

Several questions about the DOI system and its relationship to the broader web remain genuinely unsettled among librarians, publishers, and open-access advocates, and an honest guide names them directly.

Are DOI registration costs a barrier to open scholarship?

Registration agencies charge publishers per-DOI and membership fees to sustain the system’s infrastructure, and some open-access advocates and smaller, resource-limited publishers and repositories in the Global South have argued these costs create a meaningful barrier to full participation in the DOI system, potentially disadvantaging exactly the kind of underfunded scholarly output that most needs stable, citable identifiers. Supporters of the current fee structure argue it’s necessary to sustain the coordination and infrastructure that make DOI persistence possible at all, and that the cost, while real, remains modest relative to overall publishing costs. This is a live, unresolved tension between access and sustainability rather than a settled question.

Do modern web-archiving and versioning tools reduce the DOI system’s necessity?

Some technologists and open-web advocates argue that improvements in web archiving, content-addressed storage, and decentralized identifier systems could eventually reduce reliance on a centralized registration model like the DOI system’s, since a link rot problem theoretically solvable through better general web infrastructure wouldn’t need a parallel, scholarly-specific identifier layer at all. Most librarians and publishers remain skeptical this substitution is close to practical reality, arguing that the DOI system’s institutional accountability, a registrant explicitly responsible for a given identifier, isn’t something decentralized archiving alone currently replicates. This debate concerns the DOI system’s long-term necessity as much as its current usefulness.

Should DOI-style persistent identifiers extend further beyond scholarly publishing?

A third area of debate concerns how far persistent identifier infrastructure should expand beyond its scholarly publishing origins, into government documents, journalism, and general web content, where link rot is arguably just as damaging to the historical record but where no comparable registration infrastructure or institutional incentive currently exists. Advocates argue the DOI model, or something like it, should be adopted much more broadly; skeptics point out that scholarly publishing’s comparatively small number of large, well-resourced registrant organizations is exactly what made DOI adoption practical there, a precondition that doesn’t obviously hold for the vastly larger and more fragmented population of general web publishers.

17 · Where this is heading

Where identifier infrastructure is heading

Several trends are visible in how persistent identifiers and web addressing are developing together: continued expansion of DOI assignment into new content types, tighter integration between identifier systems and structured metadata, and growing institutional interest in persistent identifiers for researchers and organizations, not just content.

Expansion into software, samples, and new content types

DOI assignment continues expanding into content types beyond its original journal-article focus, including research software, through initiatives connecting code repositories to citable, versioned DOIs, and physical research samples and instruments, extending the underlying persistence model to categories of scholarly output that didn’t traditionally receive formal identifiers at all.

Linking people and organizations, not just content

Complementary persistent identifier systems, most notably ORCID for individual researchers and ROR for research organizations, have grown alongside the DOI system specifically to solve an adjacent identity problem, ensuring that authors and institutions, not just the content they produce, have stable, disambiguated identifiers, an ecosystem increasingly designed to interconnect with DOI metadata rather than function as a separate, unrelated system.

Deeper integration with structured web metadata

As discussed in the section on search visibility above, growing emphasis on structured, machine-readable metadata, both within DOI registration records and on the underlying web pages content resolves to, points toward a future where the identity layer, what a DOI establishes, and the discoverability layer, what URLs and search engines depend on, become more tightly and automatically connected than they are today, reducing the current gap between citation permanence and search visibility covered earlier in this guide.

18 · Common errors

Common misconceptions, addressed directly

Because DOIs and URLs are often discussed casually as roughly interchangeable ways to link to something, a handful of specific misunderstandings recur constantly. Naming them directly clears up a large share of the confusion.

“A DOI is just a URL for academic papers”

A DOI is an identifier, not a location, and it only becomes clickable and usable as a link because a separate resolver system translates it into a current URL behind the scenes. The DOI itself, 10.xxxx/yyyy, is not a web address on its own.

“DOIs are permanent, full stop”

DOIs are designed for persistence and are substantially more reliable than plain URLs over time, but persistence depends on registrants actively maintaining accurate resolver mappings, and DOIs can and do become unresolvable when a registrant organization fails to do so, as covered in the section on limitations above.

“Every published source has a DOI available”

The large majority of general web content, including most news articles, government pages, and blog posts, has no DOI at all. DOI coverage is concentrated in formally published scholarly content, and citing a URL directly remains the correct, expected approach for the many source types that fall outside that category.

“Using a DOI instead of a URL improves a page’s search ranking”

Search engines index and rank the underlying URL a DOI resolves to, not the DOI or its resolver link directly. A DOI protects citation stability; it doesn’t independently improve search visibility, which continues to depend on the destination page’s own structure and metadata.


Closing

Key takeaways on DOI vs URL

A DOI and a URL solve two related but genuinely distinct problems: a URL locates a resource on the web as it exists right now, while a DOI identifies a specific piece of content permanently, relying on a separate resolver system to translate that stable identity into a current, changeable URL behind the scenes. That architectural difference is why DOIs substantially reduce, though don’t entirely eliminate, the link-rot problem that plagues ordinary URLs over time, and it’s why every major academic citation style now prefers a DOI over a URL whenever one is available for a given source. The two systems remain deeply connected rather than competing: every DOI ultimately resolves to a URL, search engines still index and rank that underlying URL rather than the DOI itself, and the most durable approach to citing and preserving digital content in practice combines a DOI where one exists with a web-archived snapshot as an additional safeguard, rather than treating any single identifier system as a complete, permanent solution on its own.

19 · Notes

Frequently asked questions

What is the main difference between a DOI and a URL?
A URL is an address that tells a browser where a resource is currently located on the web, while a DOI is a permanent identifier for a specific piece of content that does not change even if the content moves to a new web address. A DOI is resolved through the doi.org system, which looks up the content’s current URL and redirects the user there, so the DOI itself stays stable even as the underlying URL changes.
Why do URLs break over time but DOIs usually don’t?
A URL points directly to a location, so if a website is restructured, a publisher changes platforms, or a page is removed, the URL stops working, a phenomenon known as link rot. A DOI points to a registered identifier rather than a location, and the organization or publisher responsible for that content is expected to update the DOI’s underlying URL whenever the content moves, keeping the DOI itself functional even though the location behind it has changed.
Should I cite a DOI or a URL in an academic paper?
Major citation styles, including APA, MLA, and Chicago, direct writers to use a DOI instead of a URL whenever one is available for a source, because the DOI is more likely to remain valid over the life of the citation. A URL should be used only when no DOI has been assigned to the specific source, which is common for general web pages, news articles, and many older or non-scholarly materials.
Do all online sources have a DOI?
No. DOIs are typically assigned to formally published scholarly content, such as journal articles, datasets, books, and conference proceedings, by a publisher or repository working with a registration agency such as Crossref or DataCite. Most general web pages, blog posts, news articles, and informal online content do not have a DOI and are identified only by their URL.
To top