Common SEO Confusions: 12 Terms That Trip People Up
Last updated
SEO has a terminology problem. The same words mean different things to different people, some concepts sound similar but work nothing alike, and a handful of widely repeated beliefs are simply wrong. This guide clears up the confusions that come up most often, with a plain verdict for each.
1. “Page title” - two things, one name
The confusion: Ask an SEO what a page’s title is and they will point to the <title> element in the HTML <head>. Ask a designer or content editor and they will point to the H1 heading at the top of the page.
What each one is:
- Title tag (meta title): The
<title>element lives in the<head>of the HTML document. It never appears on the page itself. Google uses it as the default heading in search results, and browsers use it as the tab label and bookmark name. It is written for search engines and discovery. - H1: The main visible heading on the page, in the
<body>. Users see it. It signals the page’s topic to both readers and search engines. It is written for the person reading the page.
Verdict: Avoid the phrase “page title” entirely. Say “title tag” or “meta title” when you mean the <title> element. Say “H1” or “heading” when you mean the visible heading. Google’s own documentation occasionally conflates the two, which does not help.
2. Title tag vs H1 - different elements with different jobs
The confusion: Because both relate to the page’s topic, people assume they should be identical or that changing one changes the other.
The reality: They are separate HTML elements with separate purposes. The title tag appears in search results and browser tabs. The H1 appears on the page. They should be consistent in topic and intent, but they do not need to be identical, and often should not be: the title tag has character limits that affect SERP display (roughly 50–60 characters), while the H1 has no such constraint and can be written more naturally for the reader.
Verdict: Write them independently. Keep them aligned in topic, not in wording.
3. Meta description vs meta title - completely different things
The confusion: Both are called “meta” something, so beginners frequently conflate them or assume one affects the other.
What each one is:
- Meta title (title tag): Appears as the clickable headline in search results. Has ranking influence.
- Meta description: The short text beneath the headline in search results. Google often rewrites it or ignores it entirely in favour of on-page content. It has no direct ranking influence.
Verdict: They serve different purposes in the search result. The meta title affects ranking; the meta description affects click-through rate (and even that is limited, given Google’s tendency to rewrite it). Neither changing affects the other.
4. Crawling vs indexing - not the same thing
The confusion: If Google has crawled a page, it must be in the index. If a page is not ranking, it must not have been crawled.
The reality: Crawling and indexing are two separate steps in Google’s process, and either can happen without the other.
- Crawling: Googlebot requests and downloads the page’s content. This confirms Google can access the URL.
- Indexing: Google analyses the crawled content and decides whether to add it to its database of pages. Being crawled does not guarantee being indexed. Google can crawl a page and choose not to index it because the content is thin, duplicated, or blocked by a noindex tag.
Conversely, Google can index a URL it has never crawled, by discovering it via links, if it has enough signal about the page from external sources.
Verdict: “Google crawled my page” and “Google indexed my page” are different statements. Check the Page Indexing report in Search Console to see both states.
5. Noindex vs disallow - opposite tools for different problems
The confusion: Both seem to hide pages from Google, so people use them interchangeably or, worse, combine them.
The reality:
- Noindex (
<meta name="robots" content="noindex">orx-robots-tag: noindex) tells Google: “Do not include this page in search results.” Google must be able to crawl the page to read this instruction. If you block crawling AND add noindex, Google cannot read the noindex tag - the page may still appear in results as a URL with no snippet. - Disallow (in
robots.txt) tells Googlebot: “Do not request this URL.” It does not prevent indexing. Google can still index a disallowed URL if it finds the URL via links - it just cannot read the content, so any indexed entry will have no title or snippet.
Verdict: Use noindex to keep a crawlable page out of results. Use disallow to protect server resources or block genuinely private paths. Never use both on the same URL if you want the noindex to take effect.
6. Canonical tags vs redirects - hints vs directives
The confusion: Both seem to consolidate duplicate URLs, so people use canonical tags where redirects are needed, or add canonical tags to redirecting pages.
The reality:
- Canonical tag (
<link rel="canonical" href="...">) is a hint. Google can and does overrule it if it disagrees. It is a signal, not a command. Google’s own documentation states this explicitly. - 301 redirect: A server-level instruction that tells both browsers and search engines: “This URL has permanently moved. Go to the new one.” Google follows it. Browsers follow it.
If a page genuinely has one correct URL and all other versions should consolidate to it, use a redirect. Canonical tags are for managing content that legitimately exists on multiple URLs (pagination, filtered views, syndicated content) where a redirect is not appropriate.
Verdict: If you can redirect, redirect. Use canonical tags only when redirecting is not an option. If a URL redirects, it does not also need a canonical tag - the redirect takes precedence.
7. Backlinks vs internal links - different things, both matter
The confusion: “Link building” is used by some people to mean all links on the web, by others to mean only links from external sites. This leads to muddled conversations and muddled strategies.
The reality:
- Backlinks (external links, inbound links): Links from other websites pointing to yours. These pass authority and are the primary signal Google uses to evaluate a page’s importance relative to others.
- Internal links: Links from one page on your site to another page on your site. These distribute authority within your site and help Google discover and understand your content structure.
Verdict: “Link building” in SEO typically refers to acquiring backlinks from external sites. Internal linking is a separate and complementary practice. Both matter; they are not the same thing.
8. Domain Authority vs PageRank - one is public, one is not
The confusion: Domain Authority is often described as if it is a Google metric, and practitioners sometimes optimise for it as if improving it directly improves rankings.
The reality:
- PageRank: Google’s original link-based ranking signal, developed by Larry Page. Google has used PageRank internally for years and continues to use link signals. The public PageRank toolbar was retired in 2016. Google does not publish PageRank scores.
- Domain Authority (DA): A score created by Moz (0–100) as a proxy for a site’s link strength. Ahrefs has Domain Rating (DR). Semrush has Authority Score. These are third-party models attempting to approximate what Google does internally. They correlate loosely with ranking ability but are not Google metrics.
Verdict: Domain Authority is useful for comparing sites and tracking relative progress. It is not a Google metric, Google does not use it, and optimising specifically to raise your DA score is a proxy game. Focus on earning links from relevant, high-quality sites - that improves both DA and actual ranking ability.
9. Schema markup boosts rankings - it does not
The confusion: “Add schema markup to rank better.” This appears in SEO advice regularly and is wrong.
The reality: Schema markup (structured data) does not improve a page’s position in search results. Google has stated this clearly on multiple occasions. What schema can do is make a page eligible for rich results: star ratings, recipe cards, event listings, and other enhanced formats in the SERP.
Rich results can improve click-through rate by making a result more visually prominent. More clicks from the same impressions is a positive outcome. But the underlying ranking position is set by other signals, not by the presence of schema.
Verdict: Add schema markup to qualify for rich results that are relevant to your content type. Do not add it expecting a ranking improvement.
10. Keywords vs search intent - Google matches intent, not words
The confusion: “Rank for this keyword” leads to content optimised for keyword frequency rather than for what the person searching actually needs.
The reality: Google matches results to the intent behind a query, not to the presence of specific words. A page that answers the question thoroughly, even if it uses different phrasing, can rank above a page stuffed with exact-match keywords. Keyword research identifies the queries people use; understanding search intent tells you what kind of answer they are looking for (informational, transactional, navigational, local).
Verdict: Use keyword research to find the topics and phrasings that matter. Write content that matches the intent behind those queries. Keyword frequency is not a meaningful optimisation target.
11. Rankings vs traffic vs conversions - ranking is not the goal
The confusion: A page ranking number one is assumed to be performing well.
The reality: A page ranking first for a query nobody searches is producing no traffic. Traffic arriving at a page that does not match what visitors needed produces no conversions. Ranking, traffic, and conversions are three separate outcomes, each of which requires the previous one to be working.
Verdict: Measure all three. Ranking matters only if the query has volume. Traffic matters only if it converts at some rate. Conversion rate matters only if it produces actual business outcomes. An obsession with ranking positions without measuring downstream effects misses most of the picture.
12. Word count equals content quality - it does not
The confusion: “Longer content ranks better” is treated as a rule in much SEO advice.
The reality: There is no ranking threshold for word count. Google has said multiple times that length is not a ranking factor. The correlation between long-form content and high rankings exists because thorough, specific, well-researched content tends to be longer - not because length itself is rewarded. A 400-word page that fully answers a simple question outperforms a 3,000-word page padded with repetition.
Verdict: Write as much as the topic requires to be genuinely useful. Cut anything that does not add information. Length is a byproduct of depth, not a goal in itself.