Skip to main content

SEO Interview Questions for 2026: 30+ Questions Across Technical SEO, On-Page, Links, Content, and Analytics

SEO interview questions in 2026 test more than knowing what a meta description is. Hiring managers probe how you debug a crawl-budget bleed, how you defend an AI-generated content audit, how you read a Search Console drop, and whether you can talk attribution to a CMO without losing the room. This guide covers 30+ questions across five categories plus the marketing-grad-specific prep plan.

By Alex Chen, Founder, InterviewChamp.AI · Last updated

30 min read

What SEO interview questions actually test in 2026

An SEO interview in 2026 tests five things in roughly this order: whether you can debug a real ranking or crawling problem when shown one, whether you understand the technical foundations well enough to brief an engineer, whether you can read Search Console and GA4 and tell a coherent traffic story, whether your content reasoning extends past keyword stuffing to search intent and topic clusters, and whether you can talk SEO as a business function to a CMO without getting trapped in vanity metrics.

The bar varies sharply by seat. An SEO Analyst seat at a SaaS company or an agency wants strong analytics chops plus working technical knowledge. An SEO Specialist seat wants broader competence across technical, on-page, and content. An SEO Manager seat adds strategic communication and team coordination. For a marketing or business new grad targeting the Analyst or Specialist seat, the depth bar is reachable in four weeks of focused prep. The deeper challenge is talking traffic-to-revenue with the confidence of someone who has shipped before.

The 2026 hiring environment has shifted the conversation. AI Overviews from Google have absorbed a measurable share of zero-click informational queries. Hiring managers want candidates who can articulate which keywords are still attractive (commercial-intent, product-tied long-tails, branded queries with high purchase signal) versus which keywords have lost economic value to the AI extraction box (purely informational head terms where the answer is fully extracted in the SERP). A candidate who can talk about this shift fluently signals current SEO literacy in a way no certification does.

The distribution of question types most entry-level SEO candidates report seeing in their loops:

  • 30-40% technical SEO (crawling, indexing, robots.txt, sitemaps, canonicalization, Core Web Vitals, JavaScript rendering)
  • 25% on-page SEO (titles, metas, headings, internal linking, content structure)
  • 15% off-page and links (backlink profile, link quality, anchor text, disavow strategy)
  • 10% content SEO (topic clusters, search intent, E-E-A-T, AI-generated content)
  • 10% analytics and measurement (GA4, Search Console, attribution, ROI)

The analytics and measurement slice punches above its weight in seniority screening. A candidate who can pull a Search Console drop apart in 90 seconds shows operational maturity that no number of memorized definitions does.

How SEO interview questions differ from generic digital marketing interviews

A generic digital marketing interview tests funnel awareness, channel coordination, and copywriting. An SEO interview adds three dimensions that rarely appear in interviews for other channels:

Technical foundations. SEO is the only marketing channel where you need to read HTTP status codes, debug a robots.txt, understand server-side versus client-side rendering, and brief an engineer on schema markup. A candidate who freezes when asked about a 302 versus a 301 reads as someone who's done content writing but not technical SEO. The bar is operational, not encyclopedic. You don't need to memorize every status code. You need to know the ones that affect crawling and indexing (200, 301, 302, 304, 404, 410, 500, 503) and how each one signals to Googlebot.

Search engine algorithm awareness. Every other marketing channel works with a platform whose rules are public (Meta Ads, Google Ads, LinkedIn Ads). SEO works with a black box that publishes vague guidelines and runs major updates without warning. Hiring managers screen for whether you can talk about the last three Google core updates fluently, which signals from a major update typically matter (helpful content, link spam, reviews update), and how you'd respond to a sudden 40% organic traffic drop in your first 30 days on the job. The candidate who says "I'd check Search Console first" passes the screen. The candidate who says "I'd panic" does not.

Long feedback loops. Paid ads give you data within hours. SEO experiments take weeks to months. Hiring managers ask about how you maintain conviction under long feedback loops because the discipline is what separates SEO professionals from SEO dabblers. A candidate who can articulate "I'd ship the change, monitor crawl stats for two weeks, ranking impact at four to six weeks, traffic impact at eight to twelve weeks, revenue impact at the next quarter" shows the patience the role requires.

Honest call here: if you only have a weekend before the SEO round, drill technical SEO and search intent first. Those two show up most reliably and are the two slices new grads are weakest on.

A specific note from watching a friend prep for an SEO Analyst seat last year: she was a business grad with one summer internship at a marketing agency. She showed up to round one having memorized 50 vocabulary definitions. The hiring manager asked her to walk through a 30% traffic drop investigation. She froze. Definitions don't survive contact with a real scenario. The candidate who can build the triage tree out loud beats the candidate who can recite the helpful content update.

The 30+ SEO interview questions you should rehearse

What follows is a structured rehearsal set across the five categories that show up most. Each question has a sample answer outline. Not a full canned response, but the bones of what a strong answer covers. Adapt the language to your own voice. The structure is the load-bearing part.

Technical SEO interview questions (8 Q)

Q1. What is the difference between crawling and indexing?

Crawling is when a search engine bot visits a URL and downloads the HTML. Indexing is when the search engine processes that HTML and stores it in its searchable database. A page can be crawled but not indexed (noindex tag, canonical pointing elsewhere, duplicate consolidation, low-quality signals). A page cannot be indexed without first being crawled. Diagnose at the URL level in the Search Console Pages report.

Q2. What is the purpose of robots.txt?

A robots.txt file at the site root tells crawlers which URLs they may or may not crawl. The directives are voluntary (good bots respect them, bad bots ignore them) and they affect crawling only, not indexing. A URL blocked by robots.txt can still appear in search results if other pages link to it (Google will index the URL without crawling the content). To prevent indexing, use the noindex meta tag on the page itself, not robots.txt. The trap: blocking your CSS or JavaScript with robots.txt prevents Googlebot from rendering the page correctly, which can tank rankings.

Q3. What is an XML sitemap and why does it matter?

An XML sitemap is a file (usually at /sitemap.xml) that lists the URLs you want search engines to crawl, with optional metadata like last modified date, change frequency, and priority. The sitemap is a hint, not a guarantee of indexing. It matters most for large sites where natural crawling might miss deep pages, sites with poor internal linking, new sites without much link equity, and sites with dynamic URLs. Submit the sitemap in Search Console. Check the Coverage report to see which submitted URLs were indexed and which were excluded with what reason.

Q4. What is a canonical tag and when do you use it?

A canonical tag (<link rel="canonical" href="..."> in the head) tells search engines that the canonical URL for this content is somewhere else, and to consolidate ranking signals to that URL. Use it when you have legitimate duplicates (printer-friendly versions, sort orders, AMP versions, parameter-laden URLs). Self-referencing canonicals (canonical pointing to the same URL) are good practice and prevent URL-parameter confusion. The trap: canonical is a hint, not a directive. Google can choose to ignore it if signals strongly suggest a different canonical (different content, different language, different structure). For absolute control, use 301 redirects instead.

Q5. What are Core Web Vitals and what are the current thresholds?

Three metrics: Largest Contentful Paint (LCP, target under 2.5 seconds), Interaction to Next Paint (INP, target under 200 milliseconds), Cumulative Layout Shift (CLS, target under 0.1). INP replaced First Input Delay in March 2024 as the official interactivity metric. Field data from the Chrome User Experience Report is what Google ranks on, not lab data from Lighthouse. Optimization patterns: preload the LCP image, defer non-critical JavaScript, reserve space for images with width and height attributes, eliminate render-blocking CSS. Search Console exposes Core Web Vitals under the Experience report.

Q6. How does Google handle JavaScript-rendered content?

Googlebot crawls in two waves. First wave fetches the HTML and indexes the initial response. Second wave renders the JavaScript using a headless Chrome instance and indexes the rendered DOM. The second wave runs hours or days after the first, and rendering budget is finite. Pages that depend on JavaScript for primary content can rank slower and less reliably. The 2026 best practice is server-side rendering or static site generation for any content that needs to rank, with hydration for interactivity. Single-page-application architecture without SSR is a measurable ranking disadvantage.

Q7. What HTTP status codes matter most for SEO?

200 (OK, the normal indexable response). 301 (permanent redirect, passes nearly all link equity to the new URL, used when a page moves permanently). 302 (temporary redirect, used when the move is temporary; Google sometimes still passes link equity but with less confidence). 304 (not modified, used by caching). 404 (not found, expected for deleted pages but should not be returned for live pages by accident). 410 (gone, a stronger signal than 404 that the page is permanently removed). 500 and 503 (server error and unavailable, signal a temporary problem; persistent 500s tank rankings because Googlebot reduces crawl rate). The interview-relevant trap: soft 404s, where a page returns 200 but the content is "page not found." Always return the correct status code.

Q8. How do you debug a sudden organic traffic drop?

Five-step investigation. (1) Confirm the drop is real and not an analytics issue (compare GA4, Search Console, and server logs). (2) Identify which pages dropped (Search Console Pages report, sorted by traffic delta). (3) Identify which queries dropped (Search Console Queries report, comparison mode). (4) Check for a Google algorithm update in the same window (sources like the official Google Search Status dashboard and third-party SEO trackers). (5) Audit recent site changes (deploys, redirects, robots.txt edits, content updates, schema changes). If the drop maps to a Google update, the fix is content-quality and signal improvement, not technical patches. If the drop maps to a site change, the fix is reversing or correcting the change. State the investigation as a structured triage, not a vague "I'd look at the data."

On-page SEO interview questions (6 Q)

Q9. What makes a good title tag?

Specific, scannable, and aligned with search intent. Lead with the primary keyword in the first 50 characters (mobile SERPs truncate around 60-70 characters total, desktop around 50-60). Include the brand name at the end for branded queries. Avoid keyword stuffing (one primary plus one secondary is the cap). Write distinct titles for every page; duplicate titles dilute click-through rate. The 2026 reality is that Google rewrites about 60% of titles on the SERP, so writing a strong title is more about giving Google good source material than locking in exact display text.

Q10. What's the role of the meta description?

The meta description does not directly affect ranking. It affects click-through rate from the SERP, which indirectly affects ranking through user engagement signals. Write descriptions that match the user's intent, include the keyword once for the bold-on-match treatment, and end with an implied call to action. Target 150-160 characters before truncation. The 2026 trap: Google rewrites meta descriptions on the SERP about 70% of the time, often pulling a relevant sentence from the body content. Write strong body copy as the second line of defense.

Q11. How should H1 and heading hierarchy work?

One H1 per page, matching the page's primary topic. H2s as section headings under the H1. H3s as subsections under each H2. Avoid skipping levels (H1 to H3 without an H2). The hierarchy is more for accessibility and user readability than direct ranking, but Google does use heading structure as a signal for content organization and topical relevance. Including the primary keyword in the H1 is good practice. Stuffing every H2 with the keyword variant is not. Write headings for humans first, scanners and crawlers second.

Q12. What is internal linking and how do you do it well?

Internal links connect pages within your site. They distribute link equity (PageRank), help users navigate, and signal topical relationships to search engines. Best practices: link contextually within body content (not just navigation), use descriptive anchor text that includes relevant keywords, link from authoritative pages to pages you want to lift, build topic clusters where the pillar page links down to subtopic pages and each subtopic page links back up. Audit internal linking with a crawl tool. Orphaned pages (no internal links pointing to them) usually rank poorly. The classic interview trap: assuming internal links and external links have equal weight. They don't. External links carry more authority but internal links are entirely under your control.

Q13. What is keyword targeting and how do you choose primary versus secondary keywords?

Keyword targeting is the practice of writing each page around a primary keyword (the head term you most want to rank for) plus 5-15 secondary keywords (related variants and long-tail queries that share the same search intent). The primary appears in the title, the H1, the URL, the meta description, the first paragraph, and naturally throughout the body. Secondary keywords appear naturally in H2s, body content, and image alt text. The 2026 rule is that intent matching beats keyword density. Two pages targeting the same head term but addressing different intents will rank for different queries even with identical keyword usage.

Q14. How does content length affect SEO?

Content length is not a ranking factor directly. Topical depth is. Longer content often correlates with better rankings because it covers more subtopics, answers more related questions, and earns more on-page time signals. But a 5,000-word article that pads with filler ranks worse than a 1,500-word article that fully answers the query. The 2026 best practice is to write to the natural depth of the topic, benchmarked against the top 5 ranking pages for your target keyword. If the top 5 average 2,200 words and yours is 600, you're probably under-covering. If the top 5 average 1,200 and yours is 5,500, you're probably padding.

Off-page SEO and links interview questions (5 Q)

Q15. What signals does Google use to evaluate a backlink?

Several factors. Authority of the linking domain (often measured by third-party metrics like Domain Authority or Domain Rating, though Google does not officially use either). Topical relevance of the linking page to your page. Anchor text of the link (descriptive and natural rather than stuffed or manipulated). Editorial placement (within body content versus footer or sidebar). Follow versus nofollow attribute (nofollow links pass less equity but still provide some value as part of a natural link profile). Position in the page (links earlier in the content tend to carry more weight). Freshness of the linking page. The fundamental signal underneath all of this: does this link look like it was earned because the linked content is genuinely useful?

Q16. What is anchor text and how should it be distributed?

Anchor text is the clickable text of a link. A natural backlink profile shows a mix of anchor text types: branded (your company name), naked URLs (the URL as the text), generic (click here, read more), partial-match keyword (a phrase containing the target keyword), and exact-match keyword (the target keyword as the entire anchor). Heavy concentration of exact-match anchors triggers spam detection because organic links rarely use the exact target keyword as the anchor. A healthy ratio for most sites is roughly 30-40% branded, 25-30% naked URL, 15-20% generic, 10-15% partial-match, and under 5% exact-match. Distribution matters more than total volume.

Q17. What is link reclamation?

Link reclamation is the practice of finding existing mentions of your brand or content on other sites that don't include a link, and reaching out to ask the publisher to add the link. Variants: mention reclamation (someone wrote about you without linking), broken link reclamation (you had a link that no longer works because the URL changed; find every site linking to the dead URL and pitch the new one), and competitor link reclamation (find sites linking to outdated competitor content and pitch your updated version). Link reclamation has higher conversion rates than cold link building because the editorial decision to feature you has already been made. The 2026 reality is that AI-generated content has made cold link-building pitches easier to identify and ignore, which raises the relative value of reclamation.

Q18. When should you use a disavow file?

The disavow tool tells Google to ignore specific backlinks when evaluating your site. Use it when (a) you've been hit with a manual action for unnatural links, (b) you've conducted a thorough backlink audit and identified clear spam patterns you cannot get removed through outreach. Do not use it as a routine maintenance tactic. Google has stated repeatedly that it does a good job of automatically discounting low-quality links, and over-aggressive disavowing can hurt rankings by removing links that were actually helping. The 2026 best practice is to use disavow as a recovery tool, not a prevention tool.

Q19. What is a private blog network and why is it risky?

A private blog network (PBN) is a collection of websites controlled by the same operator, used to manufacture backlinks to a target site. PBNs violate Google's link guidelines explicitly. The risk is detection and manual action, which can wipe out organic traffic for months. Even when PBNs are not detected, they're a fragile foundation: when one is found, Google often deindexes the entire network at once. Real backlink building scales slower but compounds. PBNs scale faster but decay catastrophically. The interview trap: candidates who can articulate why PBNs are bad usually pass; candidates who don't know what a PBN is read as inexperienced.

Content SEO interview questions (5 Q)

Q20. What is a topic cluster?

A topic cluster is a content architecture pattern where one pillar page targets a broad head term and links down to multiple subtopic pages that each target a long-tail variant of the same topic. The pillar links to every subtopic and every subtopic links back to the pillar plus laterally to related subtopics. The structure signals topical authority to search engines, distributes internal link equity efficiently, and improves user navigation. The 2026 update is that topic clusters need to cover the full search intent space for the head term, not just keyword variants. Combining cluster mapping with intent classification (informational pillar, commercial investigation subtopics) is the current best practice.

Q21. How do you classify search intent?

Read the SERP for the target query and look at what types of pages are ranking. Four standard buckets: informational (how-to guides, definitions, explainer content), navigational (brand-specific or login-page queries), commercial investigation (comparison and review content), transactional (product pages with buy buttons). The SERP layout signals the intent: featured snippets and People Also Ask boxes signal informational, Sitelinks signal navigational, comparison tables and review aggregators signal commercial investigation, shopping carousels and product carousels signal transactional. Mismatched intent is the single biggest cause of pages that rank for the query but get no clicks or convert at zero percent.

Q22. What is a content gap analysis?

A content gap analysis identifies keywords your competitors rank for that you don't. Tools: any industry-standard SEO platform with a competitive intelligence feature. Workflow: pull the top 5 competing domains, pull every keyword each competitor ranks for in the top 10, filter to keywords your domain does not rank for in the top 100, sort by search volume and intent, prioritize commercial-intent keywords with achievable difficulty. The gap analysis is the input to a 6-12 month content roadmap. The interview-relevant trap: filling every gap mechanically. Pick the gaps that align with your business model. Ranking for a keyword that drives no revenue is busy work.

Q23. What is E-E-A-T?

E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness. Google added the first E in December 2022 to emphasize content from people who've actually done the thing they're writing about. Optimization patterns: real author bios with credentials, schema markup for Person and Organization, first-party experience signals in the body content (I tested this, here are the screenshots, here's the data I collected), citations to authoritative sources, transparent editorial processes, HTTPS plus security basics. E-E-A-T matters most for YMYL topics (health, finance, legal) where the cost of bad information is high. For commercial content the bar is lower but the trend is toward signal richness.

Q24. How does Google handle AI-generated content?

Google's official position as of the 2024 helpful content update is that AI-generated content is fine as long as it's helpful, original, and serves the user. The penalty is for content created at scale for the primary purpose of manipulating rankings, regardless of whether AI or humans wrote it. Practical guidance: AI as a drafting tool followed by human review and original perspective is acceptable. AI as the entire pipeline with zero human editorial layer reads as low-quality and triggers downgrades. The 2026 reality is that the helpful content classifier has gotten meaningfully better at detecting templated AI patterns (predictable transitions, formulaic structure, lack of original data or experience). The candidate who can talk about this without parroting marketing-vendor talking points signals current literacy.

Analytics and measurement interview questions (6 Q)

Q25. How do you set up GA4 for SEO reporting?

Install the GA4 tag site-wide via Google Tag Manager or directly in the head. Enable the relevant default events (page_view, scroll, click, file_download) plus custom events for the conversions that matter (form submission, signup, purchase). Configure conversion events in GA4 admin. Connect GA4 to Search Console for organic-query data inside GA4 reports. Build a custom report or use the default Traffic Acquisition report filtered to organic search. The 2026 reality is that GA4's threshold-based sampling and the loss of Universal Analytics historical data make year-over-year comparisons harder than they were under UA. Document baseline metrics carefully in the first 30 days of a new role.

Q26. What does Search Console show that GA4 doesn't?

Three things. (1) Query-level performance data (which search queries drove impressions and clicks to which pages). GA4 has organic-traffic numbers but does not show the specific queries except through Search Console integration. (2) Indexing status at the URL level (Pages report shows which URLs are indexed and which are excluded with what reason). (3) Core Web Vitals field data from the Chrome User Experience Report, the same data Google uses to rank. The interview-relevant takeaway is that Search Console is the source of truth for SEO performance and indexing, GA4 is the source of truth for downstream behavior and conversions. Use them together.

Q27. What attribution model should you use for SEO?

Depends on the question being asked. Last-click attribution shows you which channel closed the conversion, which underweights SEO because SEO often drives the discovery click but not the final return click. Data-driven attribution (DDA, the default in GA4) uses machine learning to assign fractional credit to each touchpoint, which usually gives SEO a more accurate weight. Position-based attribution gives 40% to the first touch, 40% to the last touch, 20% spread across the middle, which highlights SEO's role in discovery. The mature answer in an interview is to report multiple attribution models side by side and let the business decide which framing to act on. Reporting only last-click underweights SEO and reporting only first-click overweights it.

Q28. How do you report on Core Web Vitals?

Pull field data from Search Console's Experience report, which shows the percentage of URLs in each status (Good, Needs Improvement, Poor) for each of LCP, INP, and CLS, on mobile and desktop. Cross-reference with the Chrome User Experience Report directly for granular debugging. Lab data from Lighthouse is useful for individual page debugging but should not be the headline metric for executive reporting because Google ranks on field data, not lab data. The 2026 best practice is a monthly Core Web Vitals dashboard showing the percentage of URLs in Good status by metric and device, with a trend line.

Q29. How do you calculate SEO ROI?

Tie organic-traffic outcomes to revenue events in a single attribution model. The simplest version: organic-search sessions in GA4, plus the conversion events that drive revenue, plus revenue per session by traffic source, multiplied by the share of conversions assisted by organic search. Senior version: pipeline-influenced revenue from organic-attributed leads at 30/60/90-day windows, segmented by intent stage. Annual ROI = (organic-attributed revenue minus SEO investment) divided by SEO investment. Most SEO investments take 6-12 months to pay back, which is a longer horizon than paid channels. Communicate that timing upfront to set executive expectations correctly.

Q30. What's the difference between traffic, rankings, and revenue as SEO metrics?

Three distinct things. Rankings are where your pages appear in the SERP for specific queries; they're an input metric, easy to measure, often disconnected from business outcomes. Traffic is the number of visitors arriving from organic search; it's a middle metric that includes both junk traffic and useful traffic. Revenue is the money the business actually earns from those visitors; it's the only metric an executive sponsor will hold you accountable to. Strong SEO reporting moves up the chain. Lead with revenue, support with traffic, mention rankings only when they explain a traffic change. The candidate who reports rankings as the headline metric reads as someone who hasn't worked alongside a real business team.

Bonus: SEO scenario question (1 Q)

Q31. Walk me through how you'd onboard as the first SEO hire at a Series B SaaS company.

A structured 90-day plan signals operational maturity. First 30 days: audit. Crawl the site, pull Search Console and GA4 data, identify the top 10 high-impact technical issues, identify the top 10 high-impact content gaps. Meet with sales, customer success, and product to understand the buyer journey and the keywords that already convert. Second 30 days: foundation. Ship the technical fixes that are blocking indexing, set up reporting infrastructure (weekly Search Console dashboard, monthly traffic-to-revenue report), and document a content roadmap aligned with the buyer journey. Third 30 days: execution. Ship the first 5-10 cornerstone content pieces, launch one digital PR campaign targeting commercial-intent keywords, build the internal cross-functional rituals (monthly readouts to leadership, weekly syncs with product on schema and content needs). Set expectations early that meaningful SEO results take 6-12 months. Hold the line on that timing.

How to prepare for an SEO interview (5 steps)

A focused four-week prep plan for marketing or business new grads pivoting into SEO Analyst or SEO Specialist roles. Scale up to six weeks if you're starting from zero technical SEO knowledge. Compress to three weeks if you've already shipped a content site or run a personal SEO project.

  1. Week 1: technical SEO foundations. Read Google's Search Central documentation end to end (the official source, not third-party explainers). Build one site on a free platform and walk through configuring each technical element: robots.txt, sitemap, canonical tags, structured data, redirects. Drill the 8 technical SEO questions from this guide until the answers feel automatic.

  2. Week 2: on-page craft plus keyword research. Write three sample title tags, three meta descriptions, and one full keyword research brief for a hypothetical client. Pick a vertical you find interesting (cybersecurity, fitness apps, vertical SaaS). Read the SERP for every keyword and classify the intent. Build a topic cluster map for at least 10 keywords. Drill on-page and content SEO questions out loud.

  3. Week 3: analytics tools plus measurement. Set up a free GA4 property on your portfolio site or a hypothetical demo. Connect Search Console. Build three reports: organic traffic by landing page, conversions by source, top queries from Search Console. Sign up for the free trial of at least one industry-standard SEO platform and run a site audit, keyword gap analysis, and backlink audit on a real site (your portfolio, a former employer, a hobby project).

  4. Week 4: business case practice plus mock interviews. Three timed mock interviews. One technical depth (crawl budget, JavaScript rendering, Core Web Vitals debugging). One strategic case (a client's organic traffic dropped 30% last quarter, walk me through your investigation). One behavioral (STAR-formatted stories from coursework and any internships). Use an AI mock interview tool, a peer, or both. Record yourself.

  5. Morning of the interview: warm up with the cheat sheet. Ten minutes of review on the top 15 SEO concepts. Write each on a notecard the night before. The act of writing from memory is the prep. The cards are the safety net. Walk in calm.

SEO interview format by role type

The same SEO knowledge gets tested differently depending on what role you're interviewing for. The breakdown for the five most common SEO seats hiring entry-level candidates in 2026:

RoleTechnical depthOn-page depthOff-page depthContent strategyAnalytics depthDomain extras
SEO Specialist (in-house)MediumHighLow-MediumMediumMediumBrand voice, internal stakeholder communication
SEO Analyst (in-house)MediumMediumMediumMediumHighReporting, data visualization, executive communication
SEO Specialist (agency)Medium-HighHighMediumMediumMediumClient management, multi-account juggling
SEO Content StrategistLow-MediumHighLowHighLow-MediumEditorial planning, brand voice, editorial calendar
Technical SEO SpecialistHighLow-MediumLowLowMedium-HighJavaScript rendering, log file analysis, schema markup

Two patterns to notice. First, every role tests on-page SEO at moderate depth at minimum. Title tags, meta descriptions, and heading hierarchy are universal. Second, the depth on technical SEO scales with the seat. SEO Content Strategist roles can usually skate by with working knowledge of crawling and indexing. Technical SEO Specialist roles want deep operational fluency including log file analysis and JavaScript rendering debugging.

SEO interview cheat sheet

A one-page reference of the top 15 concepts, organized for the morning-of warmup. Write each on a notecard the night before. Carry them in. Glance at them during the bathroom break before the round.

#ConceptWhat to remember
1Crawling vs indexingCrawling is fetching the HTML; indexing is storing it in the searchable database. Diagnose at the URL level in Search Console.
2Canonical vs 301Canonical is a hint that keeps the page alive; 301 is an HTTP-level permanent redirect. Use 301 for retired URLs.
3Core Web VitalsLCP under 2.5s, INP under 200ms, CLS under 0.1. Field data, not lab data.
4Search intentInformational, navigational, commercial investigation, transactional. Read the SERP before writing.
5E-E-A-TExperience, Expertise, Authoritativeness, Trustworthiness. Matters most for YMYL topics.
6Keyword research workflowSeed, expand, classify intent, filter by difficulty, cluster by topic.
7On-page checklistTitle, meta description, H1, internal links, schema markup, image alt text.
8Backlink quality signalsAuthority, relevance, anchor text, editorial placement, follow/nofollow, position.
9GA4 plus Search Console reportingGA4 for behavior and conversions; Search Console for queries, indexing, Core Web Vitals.
10Attribution modelsLast-click underweights SEO; data-driven gives a more honest weight; report multiple.
11Topic clustersPillar page links down to subtopic pages; subtopics link back up and laterally.
12JavaScript renderingTwo-wave crawl; SSR or SSG beats client-only for content that needs to rank.
13HTTP status codes200, 301, 302, 304, 404, 410, 500, 503. Know what each signals.
14Anchor text distributionMix of branded, naked URL, generic, partial-match. Heavy exact-match triggers spam detection.
15Reporting up the chainRevenue first, traffic second, rankings only when explaining a traffic change.

Memorize the top eight; the bottom seven are the polish.

How to handle SEO interview questions you've never seen

The reality of an SEO interview is that you will hit at least one question you haven't seen. A specific technical edge case, a new algorithm update detail, a tooling question about a platform you haven't used. The candidate who freezes loses the round. The candidate who reasons through it out loud often passes even when they get the wrong answer.

A four-step pattern for handling unfamiliar questions:

1. Restate the question in your own words. Slow down. Confirm what's being asked. "So you're asking about how I'd debug a 30% organic traffic drop on a SaaS landing page after a Google core update. Let me think about that." That sentence buys you 10 seconds of thinking time and signals careful reasoning.

2. State what you know and what you don't. Don't pretend. "I know core updates often hit content quality signals rather than technical signals, but I'm not 100% sure how to attribute the drop to a specific subsection of the helpful content classifier versus a separate signal change." Calibration beats confidence.

3. Reason from first principles. If you don't remember the answer, derive it. "An organic traffic drop has three possible sources: a Google algorithm update, a site change we shipped, or an analytics issue. I'd rule out the analytics issue first by cross-referencing Search Console and GA4. Then I'd check whether the drop maps to a known Google update window. Then I'd audit recent deploys." That trail of reasoning is the work the interviewer is grading.

4. Test the hypothesis if you can. "Can I open Search Console and look at the data?" is sometimes welcome and sometimes not. If allowed, do it. If not, walk through it on the whiteboard or in the editor with comments.

The pattern works because tricky SEO questions are rarely about memorization. They're about whether you understand the underlying model: how crawling and indexing work, how attribution flows from query to revenue, what signals Google's algorithm weighs. Show your reasoning and you show your understanding.

Common SEO interview mistakes for marketing and business new grads

The five most-reported mistakes from entry-level SEO interviews in the 2025-2026 hiring cycle:

Talking about traffic instead of revenue. Hiring managers ask SEO questions to learn whether you understand SEO as a business function. The candidate who answers "I'd grow traffic 40% in six months" loses to the candidate who answers "I'd grow organic-attributed revenue 25% by focusing on bottom-funnel keywords currently ranking on page 2." Lead with the business outcome.

Claiming to have done SEO without a measurable project. Hiring managers screen for whether you've shipped anything. A personal portfolio site that ranks for a long-tail keyword, a blog post that drove measurable referral traffic to your portfolio, a side project that you optimized end to end. Without one shipped artifact, your SEO claims read as theoretical. Build one project before the interview, even a small one.

Memorizing definitions without understanding the model. Some candidates can recite the difference between a 301 and a 302 but cannot explain why a 301 chain leaks link equity or when you'd choose a 302 over a 301. Definitions are necessary but not sufficient. Drill the why behind each concept until you can explain it three different ways.

Underestimating the technical depth. Marketing and business new grads often assume SEO is mostly content and keywords. The technical SEO foundation is where most candidates get filtered out. Spend the first week of prep on technical, not the last weekend.

Talking about competitors by name when not appropriate. Generic descriptors are safer than naming specific competitors in an interview unless you've vetted that the company welcomes that framing. The mature posture is to discuss the competitive landscape in terms of strengths and gaps without making it a vendor takedown. Save the competitor naming for the part of the interview where you're asked specifically.

One thing I'd add from watching marketing new grads do this: don't try to memorize all five the night before. Pick the two that match how you've been studying (almost always traffic-not-revenue and no-shipped-project) and audit your recent answers for those patterns. Fix them in your muscle memory. The other three take care of themselves once those two are gone.

Key terms

Crawling
The process where a search engine bot like Googlebot visits a URL and downloads the HTML. Distinct from indexing, which is the storage step that happens after crawling. Crawl budget is the volume of pages a bot will fetch from your site in a given window.
Indexing
The process where a search engine processes crawled HTML and stores it in its searchable database. A page must be crawled before it can be indexed. Diagnose indexing problems at the URL level in Search Console.
Canonical tag
An HTML element that tells search engines the canonical URL for the content, used to consolidate ranking signals across duplicates. A hint rather than a directive; for absolute control, use 301 redirects.
Core Web Vitals
Google's three page-experience ranking metrics: Largest Contentful Paint (LCP under 2.5 seconds), Interaction to Next Paint (INP under 200 milliseconds), Cumulative Layout Shift (CLS under 0.1). Field data from Chrome User Experience Report, not lab data.
Search intent
What the user actually wants when they type a query. Four buckets: informational, navigational, commercial investigation, transactional. Read the SERP to classify intent before writing content.
E-E-A-T
Experience, Expertise, Authoritativeness, Trustworthiness. Google's quality framework, emphasized most for YMYL topics (Your Money or Your Life). Surface real author credentials and first-party experience signals in content.
Topic cluster
A content architecture pattern with one pillar page targeting a broad head term and multiple subtopic pages targeting long-tail variants. Pillar links down, subtopics link back up and laterally. Signals topical authority and distributes link equity.
Backlink
A link from another site to yours. Quality signals include domain authority, topical relevance, anchor text naturalness, editorial placement, and position in the page. Ten editorial links from relevant sites beat 500 directory submissions.
Search Console
Google's free tool for monitoring how a site performs in Google Search. Source of truth for query-level performance, indexing status, and Core Web Vitals field data. Connect to GA4 for organic-query data inside GA4 reports.
Attribution model
The framework for assigning credit to marketing touchpoints in a conversion path. Last-click underweights SEO's discovery role; data-driven attribution gives a more honest weight; report multiple models side by side for executive clarity.

Related guides


About the author: Alex Chen is the founder of InterviewChamp.AI, building AI interview prep for the new-grad market and writing about the modern interview gauntlet from the inside.

Related guides

Interview Process

System Design Interview Guide for CS New Grads (2026): Framework, Templates, Cheat Sheet

The new-grad system design interview is a vocabulary check, a structure check, and a communication check, not a senior architect evaluation. This guide gives you a 4-step framework, a 12-template cheat sheet, a 45-minute time budget, the five canonical problems that carry 80% of new-grad rotations, and a side-by-side of HLD vs LLD vs machine-learning-system-design. Built for the CS new grad who has solved 600 LeetCode problems but never drawn a load balancer.

Alex Chen ·

Read more →
Interview Process

The 2026 CS New-Grad Interview Loop: Phone Screen to Offer at Every Tier

The 2026 CS new-grad interview loop runs five steps (recruiter screen, technical screen, onsite, debrief, offer) but the shape of each step now depends on tier of company. This guide maps the loop for FAANG, mid-tier public, startup, consultancy, and research lab, with 2026 timelines and how AI-fraud concerns brought in-person rounds back.

Alex Chen ·

Read more →
Interview Process

Accounting Interview Questions for 2026: 40+ Questions for Staff Accountants, Big 4 Candidates, and CPA Pivots

Accounting interview questions in 2026 test six things at once: do you know GAAP cold, can you walk a transaction from journal entry to the three financial statements, can you read a balance sheet under pressure, do you understand the difference between Big 4 audit and corporate close work, can you handle the behavioral round without sounding rehearsed, and can you reason through a case study when the prompt is intentionally vague. If you're an accounting grad, a CPA candidate, or pivoting from finance/ops into staff accountant work, the technical bar isn't the killer. It's framing what you know in 60 seconds while a senior manager watches you on Zoom. This guide walks 40+ questions across six categories, the Big 4 vs corporate vs public-accounting split, and the four-week prep plan that actually works.

Alex Chen ·

Read more →

Frequently asked questions

What SEO interview questions should I prepare for in 2026?
Five categories: technical SEO (crawling, indexing, robots.txt, sitemaps, canonicalization, Core Web Vitals, JavaScript rendering, HTTP status codes), on-page SEO (title tags, meta descriptions, heading hierarchy, internal linking, content structure, keyword targeting), off-page SEO and links (backlink profile, link quality versus quantity, anchor text distribution, link reclamation, disavow strategy), content SEO (topic clusters, search intent, content gaps, E-E-A-T, AI-generated content detection), and analytics plus measurement (GA4 setup, Search Console, attribution models, ROI calculation, Core Web Vitals reporting). Most entry-level SEO interviews cover 30-40% technical, 25% on-page, 15% off-page, 10% content strategy, and 10% analytics, with the depth scaling sharply for SEO Analyst versus SEO Manager seats.
What is the difference between crawling and indexing?
Crawling is when a search engine bot like Googlebot visits your URL and downloads the HTML. Indexing is when the search engine processes that HTML and stores it in its searchable database. A page can be crawled but not indexed: robots meta noindex, canonical pointing elsewhere, duplicate-content consolidation, or low-quality signals. A page cannot be indexed without first being crawled (with rare exceptions like canonical hints). The Search Console Pages report distinguishes the two at the URL level. The interview-relevant takeaway is that fixing an indexing problem requires diagnosing whether the issue is at the crawl step or the index step. Different fixes apply.
What is Core Web Vitals and how do you optimize for it?
Core Web Vitals are three metrics Google uses to grade page experience: Largest Contentful Paint (LCP, target under 2.5 seconds), Interaction to Next Paint (INP, target under 200 milliseconds, replaced FID in March 2024), and Cumulative Layout Shift (CLS, target under 0.1). Optimization patterns: preload the LCP image with fetchpriority high, defer non-critical JavaScript, reserve space for images and ads with explicit width and height attributes, use a CDN for media, eliminate render-blocking CSS. The signal is field data from Chrome User Experience Report, not lab data from Lighthouse. Lab data is a starting point but real-user data is what Google ranks on. Search Console exposes Core Web Vitals under the Experience report.
How do you build a backlink profile in 2026?
Three tactics that still work: digital PR (newsworthy data studies and surveys pitched to journalists who link), guest posts on relevant authority sites with editorial standards, and resource-page link reclamation (find pages linking to outdated competitor content and pitch your updated version). Avoid: paid link schemes, private blog networks, mass directory submissions, and any link-buying service operating at scale. The 2026 reality is that Google has gotten meaningfully better at detecting low-quality link patterns through machine-learning spam-fighting, so the spammy tactics that worked in 2018 now actively hurt. Quality over quantity is the universal rule. Ten relevant editorial links beat 500 directory submissions.
What is E-E-A-T and how do you optimize for it?
E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness. Google added the first E (Experience) in December 2022 to surface content from people who've done the thing they're writing about, not just researched it. Optimization patterns: real author bios with credentials and bylines, schema markup for Person and Organization, first-party experience signals in the content (I tested this for 3 months, here are the screenshots), citations to authoritative sources, transparent editorial processes, and HTTPS plus security basics. E-E-A-T matters most for YMYL topics (Your Money or Your Life, including health, finance, legal). For commerce and informational content the bar is lower but the trend is still toward signal richness.
How do you measure SEO ROI?
Tie organic-traffic outcomes to revenue events in a single attribution model. The simplest version: organic-search sessions in GA4, plus the conversion events that drive revenue (purchases, leads, signups), plus revenue per session by traffic source, multiplied by the share of conversions assisted by organic search per a data-driven or last-click attribution model. Senior version: pipeline-influenced revenue from organic-attributed leads at 30/60/90-day windows, segmented by intent stage (informational versus commercial keywords). The interview-relevant trap is reporting traffic alone. A CMO does not care that traffic grew 40% if revenue stayed flat. Always tie SEO metrics to a revenue or pipeline outcome the business cares about.
What is search intent and how do you optimize for it?
Search intent is what the user actually wants when they type a query. The four standard buckets: informational (how does X work), navigational (Brand login), commercial investigation (best X for Y), and transactional (buy X). Optimization means matching the page format to the intent. Informational queries want long-form guides with a table of contents and clear headings. Commercial investigation wants comparison tables, pros/cons, and reviews. Transactional wants the product page with price, reviews, and a buy button above the fold. Mismatched intent is the single biggest cause of pages that rank for the query but get no clicks or convert at zero percent. Read the SERP before writing the brief. The top 10 results show you the intent Google has already decided the query belongs to.
What is the difference between a canonical tag and a 301 redirect?
A canonical tag is a hint to search engines that the canonical URL for this content is somewhere else, and to consolidate ranking signals to that other URL while keeping the current page accessible. A 301 redirect is an HTTP-level instruction that permanently sends traffic and search engines to a new URL. Canonical keeps the page alive; 301 retires it. Use canonical when you have legitimate duplicates that humans should still be able to reach (printer-friendly versions, sort orders, AMP versions). Use 301 when the page should no longer exist and all traffic should funnel to the new location. The trap: 301 chains (A redirects to B redirects to C) leak link equity. Always redirect directly to the final destination.
How do you do keyword research in 2026?
Five steps. Seed list (10-20 head terms relevant to the business). Expansion (use a keyword research tool to pull related queries, long-tail variants, and questions). Intent classification (mark each keyword as informational, commercial investigation, or transactional). Difficulty filtering (drop keywords with keyword difficulty above what your domain authority can rank for in 12 months). Cluster mapping (group keywords with the same intent into a topic cluster, then map each cluster to one page that targets the head term and supports the long-tail variants). The 2026 update is that AI Overviews and zero-click SERPs make pure informational queries less attractive when the answer is fully extracted by the AI box. Prioritize keywords with commercial intent and product-tied long-tails.
What is technical SEO?
Technical SEO is the discipline of making sure search engines can crawl, render, index, and rank your pages without obstacles. Subdomains include: site architecture and URL structure, internal linking, XML sitemaps, robots.txt, canonicalization, hreflang for international sites, schema markup, page speed and Core Web Vitals, mobile-friendliness, JavaScript rendering (server-side versus client-side), HTTPS, structured data validation, log file analysis, and crawl-budget management. Most SEO Specialist roles expect working knowledge of all these. SEO Analyst roles expect debugging skill on at least three. SEO Manager roles expect strategy across the full surface area plus the ability to brief engineering.
What is keyword cannibalization?
Two or more pages on the same site competing for the same keyword and intent. Symptoms: both pages rank but neither cracks the top 5, rankings flap between the pages week over week, and the page that actually converts loses traffic to the page that does not. Fix patterns: consolidate the two pages into one stronger page and 301 redirect the loser, or differentiate them by targeting distinct intents (one informational, one commercial). Diagnosis: query the site for the keyword in Search Console and look for multiple URLs appearing as the canonical landing page across impressions. The trap: assuming any two pages mentioning the same keyword are cannibalizing. Cannibalization requires same intent and overlapping search demand, not just shared vocabulary.
How does Google handle JavaScript-rendered content?
Googlebot crawls in two waves. First wave fetches the HTML and indexes whatever is in the initial response. Second wave renders the JavaScript using a headless Chrome instance and indexes whatever the rendered DOM looks like. The catch: the second wave runs hours or days after the first, and rendering budget is finite. Pages that depend on JavaScript for primary content (title, headings, body copy) can rank slower and less reliably than the same content delivered in the initial HTML. The 2026 best practice is server-side rendering (SSR) or static site generation (SSG) for any content that needs to rank, with hydration for interactivity. The trap is single-page-application architecture without SSR. Rankings suffer measurably.
What is the difference between SEO and SEM?
SEO (Search Engine Optimization) is the discipline of earning organic search traffic by making your site rank in the unpaid results. SEM (Search Engine Marketing) is the broader category that includes both SEO and paid search (Google Ads). In common usage, especially in agency settings, SEM means paid search specifically and SEO is the organic counterpart. The interview-relevant nuance is that paid and organic teams often have different KPIs and different attribution windows, so a candidate who can talk about how they coordinated with the paid team to avoid bidding against organic on branded terms shows operational maturity that pure-organic candidates lack.
How do you prepare for an SEO interview as a marketing or business new grad?
Four weeks. Week 1: technical SEO foundations (crawling, indexing, robots.txt, sitemaps, canonicalization, Core Web Vitals). Read Google's Search Central documentation end to end. Build one site on a free platform and walk through configuring each technical element. Week 2: on-page and content SEO. Write three sample title tags, three meta descriptions, and one keyword research brief for a hypothetical client. Practice the canonical interview questions from this guide out loud. Week 3: analytics tools. Set up a free GA4 property, connect Search Console, run reports. Familiarize yourself with at least one industry-standard SEO tool through its free trial. Week 4: business case and behavioral. Three timed mock interviews, including one that tests technical depth and one that tests strategic communication. The candidate who can talk traffic-to-revenue confidently in week four outranks the candidate who memorized 50 questions but freezes on case studies.
What's the most common SEO interview mistake new grads make?
Talking about traffic instead of revenue. Hiring managers ask SEO questions to learn whether you understand SEO as a business function, not as a vanity-metric pursuit. The candidate who answers 'I'd grow traffic 40% in six months' loses to the candidate who answers 'I'd grow organic-attributed revenue 25% by focusing on the bottom-funnel keywords currently ranking on page 2.' The second mistake: claiming to have 'done SEO' without a measurable outcome. Build one project before the interview. Even a personal portfolio site that ranks for a long-tail keyword you targeted is enough to demonstrate the loop from research to ranking to traffic.