If you want a quick answer to “who links to my website?”, the Google search box is useful for reconnaissance, but it is not a backlink database. Search results are shaped by what Google has indexed and chooses to return for that query. They can reveal mentions, likely linking pages and search syntax mistakes, but they cannot give you a complete or definitive list of backlinks.

For a reliable first-party view, use Google Search Console. Open Links, then review External links, Top linking sites, Top linked pages and Top linking text. Google says this report is a sample rather than a comprehensive list, but it is the right Google-owned source for links it has found pointing to your property.

The short answer

Use these two approaches for different jobs:

  1. Use Google Search to investigate visible mentions and discover possible linking pages.
  2. Use Search Console to review Google’s reported external-link sample for your site.

Do not treat a Google Search result count as your total number of backlinks. A result can be indexed without containing a link, and a page containing a link may not appear for the query you chose.

Method 1: search for your domain outside your own site

Replace example.com with your domain:

"example.com" -site:example.com

The quotation marks ask Google to look for that exact text. -site:example.com removes results from your own domain, so the remaining results may include articles, directories, profiles or other pages that mention your brand or domain.

This is a discovery query, not proof of a backlink. A page may mention your domain as plain text, show it in a navigation element, or link to a different URL. Open promising results and use the browser’s find command for example.com. Then inspect the actual HTML link if you need to confirm the target URL.

For a particular page, narrow the phrase:

"example.com/resources/seo-guide" -site:example.com

This can surface pages that mention or reproduce that URL. It will still miss links that use a shortened URL, a brand name as anchor text, a redirect, a canonical URL or an image link.

Method 2: use site: to understand your own indexed pages

site:example.com
site:example.com/resources/

The site: operator filters results to a domain, URL or URL prefix. It is useful for checking what Google can find on your own site, locating indexed pages and spotting unexpected URL patterns.

It does not mean “show pages that link to this domain”. This is the most common misunderstanding: site:example.com searches inside example.com; it does not search the rest of the web for backlinks to example.com.

You can combine it with a topic to investigate where a linking page might be:

"example.com" -site:example.com "your product category"

Treat the result as a lead. Verify the page manually before recording it as a backlink.

Does the query need https://?

Usually, no. Start with the domain only:

"example.com" -site:example.com

Adding https:// changes the text Google is asked to match. It can help when you are specifically looking for pages that display the full URL:

"https://example.com" -site:example.com

But it can also reduce the results because many sites display example.com, use a relative URL, use www.example.com, link through a redirect or use your brand name instead. Search with and without the protocol when you are investigating a specific mention; do not interpret the difference as a change in your backlink count.

For Search Console’s Links report, you normally select your verified property rather than paste a protocol into a search query. Google groups protocols, subdomains and subdirectories under the root domain in that report, subject to the property and report rules.

Do spaces matter?

Yes. Keep an operator attached to its value:

site:example.com
-site:example.com

Do not write:

site: example.com
-site: example.com

The space changes how Google parses the expression. Spaces between separate search terms are intentional, so this is valid:

"example.com" -site:example.com review

The quotes keep example.com together as an exact phrase. The minus operator excludes your domain. review adds another intent term. Add one filter at a time so you can tell which part changed the results.

What about link:example.com?

Do not use link: as a backlink report. Google’s current official search-operator documentation does not list link: among the operators it documents for inspecting sites. If a result appears when you try it, that does not make it complete, current or suitable for measuring link growth.

The same caution applies to queries such as:

link:example.com
links to example.com

They may return useful ideas, but the results are retrieval results, not a verified link inventory.

The reliable Google workflow

Use Google Search as a manual investigation layer:

  1. Search for the exact domain with "example.com" -site:example.com.
  2. Repeat without https:// and with https:// when checking a particular mention.
  3. Open candidate pages and confirm that a real link points to your site.
  4. Record the linking page, target URL, anchor text and whether the link is still live.
  5. Compare your findings with Search Console’s Links → External links report.

Remember that Search Console also has limits. Google says the report contains a sample of links it has found over time, duplicate links are combined and some links may be omitted. It also does not tell you whether every link uses nofollow. Use it as the first-party baseline, not as a promise that every link on the web will appear.

FAQ

No. Google Search is not a complete backlink export. It can help you find indexed mentions and investigate individual pages, but it cannot guarantee that every page linking to your site will appear. Use Search Console’s Links report for Google’s first-party sample, and use a dedicated backlink crawler when you need broader discovery.

Should I write https://example.com or just example.com?

Start with example.com. Add https:// only when you want to look for the full protocol-qualified URL as visible text. The protocol is not required for site:example.com, and adding it can miss pages that display the shorter domain, use www, redirect, or link with a brand name.

Is site: example.com correct syntax?

No. Write site:example.com with no space after the colon. The same rule applies to -site:example.com. Spaces between separate terms are fine, but the operator and its value should stay together.

Should I put the domain in quotation marks?

Use quotes when you want an exact text match, such as "example.com". Without quotes, Google can interpret the domain-like text more flexibly. Exact-match searches are helpful for investigations, but they are still not a backlink count.

Because site: limits results to pages on the domain you provide. It is an index-inspection operator, not a reverse-link operator. To investigate external mentions, combine a quoted domain with -site:example.com; to review Google’s link data, open Search Console’s Links report.

In Search Console, open your verified property and go to Links. The external-link sections show top linking sites, top linked pages, top linking text and related details. Google notes that the data is sampled and may include links it found previously, so confirm important links on the live web page.

It is still a link on the page, but its treatment for ranking signals can differ. Search Console’s Links report does not specify whether every reported link is marked nofollow, so inspect the source page when that distinction matters.

Not necessarily. Google says it often ignores spammy links, but you should investigate suspicious patterns and remove links you control that violate Google’s spam policies. Do not use the disavow tool casually; Google warns that incorrect use can harm search performance.

The practical takeaway

The search box is good for finding clues. "example.com" -site:example.com is a sensible starting point, site:example.com is for inspecting your own indexed pages, and https:// plus spaces affect how narrowly Google parses the query. None of them replaces Search Console’s Links report or a dedicated backlink crawler when you need a systematic inventory.

Sources: Google Search operators and Search Console Links report.