SEO & GEO Interview Prep

Search interviews stopped being just about keywords and backlinks a while ago. Today’s hiring managers expect candidates to speak fluently about Core Web Vitals and query fan-out, about E-E-A-T and what actually gets a brand cited inside an AI Overview. This guide collects 104+ real interview questions across eight categories, covering foundational SEO concepts, the technical stack, content strategy, link building, local search, analytics, and a deep dedicated section on Generative Engine Optimization (GEO), the discipline built around getting cited by ChatGPT, Perplexity, and Google’s AI-powered search features. Every answer is written the way you’d actually say it in an interview, and every question links out to an authoritative primary source, whether that’s Google Search Central, the original Princeton GEO research, Moz, or Ahrefs, so you can go deeper before you walk into the room. Tap any question to expand it.

104+Questions
8Categories
2026Updated for

Foundational & Core Concepts

Baseline definitions every interviewer expects a candidate to nail in the first five minutes.

01 What is SEO, and why does it matter for a business?

SEO (search engine optimization) is the practice of improving a website’s visibility in unpaid, organic search results so it earns more relevant traffic. It matters because organic search is usually the highest-intent, most cost-efficient acquisition channel a business has: unlike paid ads, the visibility compounds over time instead of switching off the moment the budget does.

Further reading: Google: How Search Works
02 What’s the difference between organic and paid search results?

Organic results are earned through relevance and quality signals and cost nothing per click; paid results are ads bought through a platform like Google Ads and disappear the moment spend stops. A mature strategy usually runs both, since paid can fill gaps while organic authority is being built.

Further reading: Google: How Search Works
03 Explain how a search engine actually finds, crawls, and ranks a page.

It’s a three-stage pipeline: crawling, where bots like Googlebot discover URLs by following links and sitemaps; indexing, where the content and metadata of a crawled page are analyzed and stored; and ranking, where hundreds of signals are weighed at query time to decide the order results appear in. A page can be crawled without ever being indexed, and indexed without ranking well.

Further reading: Google: How Search Works
04 What is the difference between on-page and off-page SEO?

On-page SEO covers everything you control directly on the site: content quality, title tags, headers, internal links, and site structure. Off-page SEO covers signals earned outside the site, primarily backlinks, brand mentions, and third-party authority. Both are inputs into the same ranking system, but they require very different skill sets to execute well.

Further reading: Google SEO Starter Guide
05 What is technical SEO, and how is it different from content SEO?

Technical SEO ensures a site can be efficiently crawled, rendered, and indexed: site speed, crawlability, structured data, mobile usability, and architecture. Content SEO focuses on whether the pages that do get indexed actually satisfy the searcher’s intent. A technically flawless site with thin content won’t rank, and neither will brilliant content trapped behind a crawl error.

Further reading: Google SEO Starter Guide
06 What are SERP features, and how do they affect click-through rate?

SERP features are non-standard results on a search page, things like featured snippets, People Also Ask boxes, image packs, local map packs, and now AI Overviews, that sit above or beside the traditional blue links. They can either funnel clicks to you if you own the feature, or absorb the click entirely if the AI-generated answer satisfies the searcher without a click at all, which is why click-through rate benchmarks have shifted meaningfully over the past two years.

Further reading: Search Engine Land: Beyond SERP visibility: 7 success criteria for organic search in 2026
07 What is search intent, and what are the four main types?

Search intent is the underlying goal behind a query. The four commonly used categories are informational (learning something), navigational (finding a specific site), commercial investigation (comparing options before buying), and transactional (ready to act). Matching content format to intent is often a bigger ranking lever than adding more keywords.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
08 What’s the difference between domain authority and page authority?

These are third-party metrics, most associated with Moz, that estimate how likely a domain or an individual page is to rank, based largely on backlink profile strength. Neither is a Google ranking factor directly. They’re proxies used by SEOs to benchmark competitiveness, not numbers Google itself calculates.

Further reading: Moz: Domain Authority
09 What is a keyword, and how do short-tail and long-tail keywords differ?

A keyword is the phrase a piece of content is built to rank for. Short-tail keywords are broad, high-volume, and highly competitive (“running shoes”); long-tail keywords are longer, more specific, lower volume individually, but collectively drive a large share of traffic and usually convert better because the intent is clearer.

Further reading: Ahrefs: Keyword Research Guide
10 What is crawl budget, and why does it matter for large sites?

Crawl budget is the number of URLs a search engine bot will crawl on a site within a given timeframe. It rarely matters for small sites, but on sites with tens of thousands of pages, wasted crawl budget on low-value URLs (filtered navigation, duplicate parameters) can delay discovery and re-crawling of the pages that actually drive revenue.

Further reading: Google: How Search Works
11 What is indexing, and why might a page be crawled but not indexed?

Indexing is the process of storing and organizing content after it’s been crawled, so it’s eligible to appear in results. A page can be crawled but excluded from the index for reasons like a noindex tag, thin or duplicate content, a canonical pointing elsewhere, or Google simply judging the content not valuable enough to store.

Further reading: Google Search Central: About Search Console
12 What’s the difference between a Google algorithm update and a manual action?

An algorithm update is a systemic change to how ranking signals are weighed, applied automatically across the entire index. A manual action is a human reviewer at Google penalizing a specific site for violating spam policies, which shows up as a notice in Search Console and typically requires a reconsideration request to lift.

Further reading: Google Search Central: Manual actions report
13 How has SEO changed in the last two years with the rise of AI search?

The biggest shift is that a growing share of queries now get answered inside an AI-generated summary, whether that’s Google’s AI Overviews and AI Mode, ChatGPT, or Perplexity, before the user ever reaches a list of blue links, which has pulled click-through rates down even for pages that technically rank well. That’s pushed SEO strategy to optimize for being the cited source inside an answer, not just for position on a results page, which is the core idea behind GEO.

Further reading: Google Search Central: About generative AI features in Search

Technical SEO

The crawlability, rendering, and infrastructure questions that separate someone who can talk SEO from someone who can actually ship it.

01 Walk me through how you’d run a technical SEO audit on a new site.

I’d start broad and narrow down: confirm the site is indexable (robots.txt, meta robots, canonical tags), check Search Console for crawl errors and coverage issues, run a crawler like Screaming Frog to surface broken links, redirect chains, and duplicate titles, then check Core Web Vitals and mobile usability. I’d finish by prioritizing findings by estimated traffic or revenue impact rather than fixing issues in the order a tool happens to list them.

Further reading: Google SEO Starter Guide
02 What is a robots.txt file, and what mistakes commonly break it?

It’s a plain-text file at the root of a domain that tells crawlers which paths they’re allowed or disallowed to request. The most common and costly mistake is accidentally disallowing an entire staging directory pattern that also matches production URLs, or blocking CSS/JS resources that Google needs to render the page properly.

Further reading: Google Search Central: Robots.txt introduction
03 What is an XML sitemap, and when would you exclude a page from it?

It’s a file listing the URLs on a site that you want crawled and indexed, helping search engines discover pages faster, especially on large or poorly linked sites. I’d exclude pages that are noindexed, canonicalized to another URL, thin, duplicate, or not meant for search at all, like internal admin or thank-you pages, since including them signals conflicting priorities to the crawler.

Further reading: Google Search Central: Sitemaps overview
04 Explain canonicalization and why duplicate content is a problem.

Canonicalization is telling search engines which single URL is the authoritative version when the same or very similar content is reachable through multiple URLs, using a rel=canonical tag. Unresolved duplicate content splits ranking signals like backlinks across several URLs instead of consolidating them into one, and can waste crawl budget on near-identical pages.

Further reading: Google Search Central: Canonicalization
05 What are Core Web Vitals, and which metrics make up the current set?

They’re Google’s standardized metrics for real-world page experience: Largest Contentful Paint (loading speed), Interaction to Next Paint (responsiveness, which replaced First Input Delay), and Cumulative Layout Shift (visual stability). They’re one of many page experience signals, not a guaranteed ranking boost on their own, but poor scores can still hold a page back.

Further reading: web.dev: Core Web Vitals
06 How does mobile-first indexing change how you build a site?

Google predominantly uses the mobile version of a page’s content for indexing and ranking, so any content, structured data, or internal links that exist only on desktop are effectively invisible to Google. The practical implication is that mobile and desktop versions need parity, not just a mobile version that looks fine but is quietly stripped down.

Further reading: Google Search Central: Mobile-first indexing
07 What is structured data / schema markup, and why does it matter?

It’s a standardized vocabulary, defined at schema.org, added to a page’s code to explicitly label what content means (this is a product, this is a review, this is a recipe step) rather than leaving it to be inferred. It’s what unlocks rich results like star ratings and FAQ dropdowns, and increasingly it also gives AI systems a cleaner, unambiguous way to extract facts about a page.

Further reading: Google Search Central: Intro to structured data
08 What’s the difference between a 301 and a 302 redirect, and when do you use each?

A 301 signals a permanent move and passes the vast majority of ranking signal to the destination URL; a 302 signals a temporary move and search engines generally hold off on transferring signal, since they expect the original URL to come back. Using a 302 for what’s actually a permanent change is one of the more common migration mistakes I see.

Further reading: Google Search Central: Redirects and Google Search
09 How would you diagnose a sudden drop in indexed pages?

First I’d check the Search Console Index Coverage report for a spike in a specific exclusion reason, then check for a recently deployed noindex tag, a robots.txt change, a broken canonical pattern, or a server error affecting a template site-wide. I’d also confirm it isn’t a reporting lag or a legitimate consolidation from a recent redirect cleanup before treating it as an incident.

Further reading: Google Search Central: About Search Console
10 What is JavaScript SEO, and why can client-side rendering hurt visibility?

It’s the practice of making JavaScript-heavy sites fully crawlable and indexable, since Googlebot has to render JS before it can see content that isn’t in the initial HTML, and that rendering happens on a delay and isn’t guaranteed to succeed for every element. Server-side rendering or dynamic rendering for critical content reduces the risk that key text or links simply never get seen.

Further reading: Google Search Central: JavaScript SEO basics
11 What is log file analysis, and what does it tell you that Search Console doesn’t?

It’s reviewing a site’s raw server logs to see exactly which URLs search engine bots requested, how often, and what status code they got back, which is ground truth crawl behavior rather than a sampled, aggregated report. It’s especially useful for diagnosing crawl budget waste on very large sites, where Search Console’s summarized data can hide the pattern.

Further reading: Ahrefs: Log File Analysis for SEO
12 How do hreflang tags work, and what happens when they’re implemented wrong?

Hreflang tells search engines which language and regional version of a page to serve to which audience, using tags that should be reciprocal across every alternate version. Broken reciprocity or incorrect language/region codes commonly cause the wrong country’s page to rank, or cause Google to ignore the annotations altogether.

Further reading: Google Search Central: Hreflang for language and regional URLs
13 What is a crawl trap, and how do you fix one?

A crawl trap is a structural issue, things like infinite faceted navigation, calendar pages, or session ID parameters, that generates a near-infinite number of low-value URLs a crawler can get stuck exploring. Fixes typically combine robots.txt disallow rules, canonical tags, and parameter handling to stop the bleed without blocking the pages that actually matter.

Further reading: Google Search Central: Robots.txt introduction
14 How do you handle site migrations without losing rankings?

The core discipline is a complete, verified 1:1 redirect map from every old URL to its closest new equivalent, done before launch, plus keeping the same or improved content and internal linking on the new URLs. I’d also crawl the staging site pre-launch, monitor Search Console and rankings daily for the first few weeks post-launch, and keep the old sitemap live temporarily to help Google find the redirects faster.

Further reading: Google Search Central: Site moves and migrations
15 What is page experience, and how does it factor into ranking systems?

Page experience bundles signals like Core Web Vitals, mobile-friendliness, HTTPS security, and the absence of intrusive interstitials into a general quality signal Google’s systems consider. It’s rarely a decisive factor on its own between two pages with similar content quality, but it can be a tiebreaker, and a genuinely poor experience will suppress an otherwise good page.

Further reading: Google Search Central: Understanding page experience

On-Page SEO & Content Strategy

How content actually gets planned, structured, and kept competitive over time.

01 How do you conduct keyword research from scratch for a new topic?

I start with what the client or business already knows, sales team language, support tickets, existing rankings, then expand using a tool like Ahrefs or Semrush to map search volume, difficulty, and intent, and I group results into topic clusters rather than a flat list. The goal is a prioritized map of what to cover and in what order, not just a spreadsheet of volume numbers.

Further reading: Ahrefs: Keyword Research Guide
02 What makes a title tag and meta description effective?

A title tag should be unique, front-load the primary keyword or concept, and reflect what a searcher will actually get on the page, all within roughly 50–60 characters before truncation. A meta description doesn’t directly influence rankings, but a clear, benefit-led one can meaningfully lift click-through rate, which is why I treat it as ad copy for an organic result.

Further reading: Google SEO Starter Guide
03 How do you structure header tags (H1 through H6) for both readers and crawlers?

One H1 per page that states the core topic clearly, then H2s and H3s that mirror how a reader would skim the page and how an AI system would break the content into extractable chunks. I avoid using headers purely for visual styling and reserve them for genuine structural breaks in the content.

Further reading: Google SEO Starter Guide
04 What is topical authority, and how do you build it?

Topical authority is the degree to which search engines and, increasingly, AI systems trust a site as a comprehensive, credible source on a subject, built by consistently covering a topic in depth rather than publishing scattered one-off posts. It’s built through content clusters, internal linking between related pieces, and, over time, external validation like citations and backlinks from other authoritative sources in that space.

Further reading: Ahrefs: Topical Authority
05 What is a content cluster / pillar-page model?

It’s an architecture where a broad “pillar” page covers a topic at a high level and links out to narrower “cluster” pages that go deep on subtopics, all interlinked back to the pillar. It helps both search engines understand topical relationships and users navigate related content, and it’s one of the more durable ways to build topical authority.

Further reading: Moz: The Beginner’s Guide to SEO
06 How do you optimize an existing page that has plateaued in rankings?

I’d check whether search intent for the target query has shifted since the page was written, audit for content gaps against pages currently outranking it, check technical health, and look at internal link equity flowing to the page. Often the fix isn’t more words, it’s closing a specific gap: a missing subtopic, outdated data, or weak supporting evidence that competitors already cover.

Further reading: Ahrefs: Content Gap Analysis
07 What is keyword cannibalization, and how do you fix it?

It’s when two or more pages on the same site target the same or very similar keyword, splitting ranking signals and confusing search engines about which page to rank. The fix is usually to consolidate the weaker page into the stronger one with a 301 redirect, or clearly differentiate the intent each page serves if both genuinely deserve to exist.

Further reading: Moz: Keyword Cannibalization
08 How do you approach internal linking strategy?

I link from high-authority, high-traffic pages down to newer or underperforming pages that need a boost, use descriptive anchor text rather than generic “click here” links, and make sure every important page is reachable within a few clicks of the homepage. Internal links are one of the few ranking levers entirely within a site’s own control, so I treat them as a deliberate strategy, not an afterthought.

Further reading: Moz: Internal Links
09 What role do images play in on-page SEO?

Descriptive file names and alt text help search engines understand image content, which matters for image search visibility and accessibility, while unoptimized image file sizes are one of the most common causes of poor Core Web Vitals scores. Both dimensions, discoverability and performance, need attention, not just one.

Further reading: Google Search Central: Image SEO best practices
10 How do you decide when to update old content versus publishing something new?

I look at whether the existing page still matches current search intent and whether it has real backlink or ranking equity worth preserving. If so, updating protects and compounds that value faster than starting over. I’d publish new content instead when the existing page targets a fundamentally different intent, or when the topic genuinely doesn’t exist on the site yet.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
11 What is E-E-A-T, and how do you demonstrate it in content?

E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness, the framework Google’s human quality raters use to assess content, particularly on “your money or your life” topics. In practice, I demonstrate it with clear author bylines and credentials, original data or firsthand experience rather than rehashed summaries, citations to credible sources, and basic trust signals like accurate contact information and transparent editorial standards.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
12 How do you write for both search engines and human readers without it feeling forced?

I write the answer a genuinely knowledgeable person would give first, then check that the natural language already covers the terms and subtopics a searcher would expect. Keyword integration should read as a byproduct of thoroughness, not a checklist bolted on afterward. If a sentence only exists to fit a keyword in, it usually gets cut.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
13 What is content decay, and how do you monitor for it?

Content decay is the gradual traffic or ranking decline a page experiences as its information ages, competitors publish fresher material, or search intent shifts. I monitor it by tracking organic traffic and ranking trends over rolling quarters rather than single snapshots, and flag pages showing a sustained downward trend for a refresh before they fall out of the top results entirely.

Further reading: Ahrefs: What Is Content Decay? (And How to Fix It)
14 How do you approach optimizing a product or service page differently from a blog post?

Product and service pages need to satisfy commercial or transactional intent fast, with clear pricing or value proposition, trust signals, and a strong call to action, whereas a blog post can afford to build context before getting to the point. I also lean harder on structured data like product or review schema for commercial pages, since it directly affects how the listing appears in results.

Further reading: Google Search Central: Intro to structured data

Off-Page SEO & Link Building

Earning authority outside your own domain, and knowing which tactics are worth the effort in 2026.

01 Why do backlinks still matter for rankings?

A link from another site is still one of the clearest third-party votes of confidence a page can earn, and it remains one of the strongest signals search engines use to gauge authority and trustworthiness at scale. Their relative weight has shifted as content quality and E-E-A-T signals have grown in importance, but a strong, relevant backlink profile is still very hard to fake or replace.

Further reading: Moz: What Are Backlinks?
02 What separates a high-quality backlink from a low-quality one?

A high-quality link comes from a topically relevant, genuinely trusted site, sits within editorial content rather than a footer or sidebar, and is placed because the content earned it. A low-quality link typically comes from a low-authority or unrelated site, is paid for without disclosure, or sits in a link farm or comment spam pattern that search engines are specifically trained to discount or penalize.

Further reading: Moz: What Are Backlinks?
03 What link-building tactics have you used, and which produced the best results?

Digital PR built around original data and interview-based content has consistently outperformed cold outreach for me, since journalists and bloggers link to something newsworthy far more readily than to a generic pitch. Guest contributions on genuinely relevant, vetted sites and resource-page outreach have also worked, but volume-based tactics like directory submissions have largely stopped moving the needle.

Further reading: Ahrefs: Link Building Guide
04 What is a toxic backlink profile, and how do you clean one up?

It’s a link profile dominated by spammy, irrelevant, or manipulative links, often from past black-hat tactics or negative SEO attacks, that risks triggering an algorithmic or manual penalty. The cleanup process is to identify the offending links, request removal directly where possible, and use Google’s Disallow Tool for the rest, though sparingly, since disavowing too aggressively can strip out links that were actually helping.

Further reading: Google Search Central: Manual actions report
05 What’s the difference between nofollow, sponsored, and UGC link attributes?

All three tell search engines not to pass full ranking credit through the link, but they specify why: nofollow is a general catch-all, sponsored marks paid or advertising links, and UGC marks links inside user-generated content like forum posts or comments. Using the right attribute keeps a site compliant with Google’s link spam policies without having to nofollow every outbound link indiscriminately.

Further reading: Google Search Central: Qualify outbound links to Google
06 How do you evaluate a guest posting opportunity?

I check the site’s own organic traffic trend and topical relevance to the client, look at who else has published there and whether that content still ranks, and confirm the site isn’t operating as a pay-for-link network in disguise. A site with real readers and editorial standards is worth the effort even if its raw authority metric is modest; a high-metric site built purely to sell links usually isn’t.

Further reading: Ahrefs: Link Building Guide
07 What is digital PR, and how does it support SEO?

Digital PR is pitching original research, data, or newsworthy angles to journalists and publications specifically to earn coverage and, with it, high-authority backlinks and brand mentions. It tends to outperform traditional link building because it’s built on something genuinely worth covering rather than a request for a favor.

Further reading: Ahrefs: Digital PR for SEO
08 How do brand mentions without links factor into modern ranking systems?

Google has described using entity recognition to understand relationships between a brand and the web even without an explicit hyperlink, and unlinked mentions are increasingly relevant for AI systems that synthesize brand reputation from across the web rather than following link paths. I still prioritize getting the actual link where possible, since it’s a stronger, more measurable signal, but I no longer dismiss coverage that only mentions the brand.

Further reading: Search Engine Journal: Google’s “Branded Search” Ranking Factor Patent
09 What is anchor text diversity, and why does it matter?

It’s having a natural mix of anchor text types (branded, naked URL, generic, and exact-match keyword) pointing to a page, rather than the same exact-match phrase repeated across every link. An unnaturally uniform anchor text pattern is one of the clearer footprints of manipulative link building, and it’s something Google’s spam systems are specifically tuned to notice.

Further reading: Moz: Anchor Text
10 How would you approach link building for a brand-new site with no authority?

I’d start with low-hanging, legitimate wins, things like business directories relevant to the industry, partner and supplier sites, or local press for a launch story, while simultaneously building content genuinely worth linking to. Trying to compete for high-authority press coverage before there’s a credible site or track record to point to usually wastes the outreach effort.

Further reading: Ahrefs: Link Building Guide
11 What’s your view on using AI to scale outreach or content for link building?

AI is useful for research, drafting, and personalizing outreach at scale, but link-building outcomes still come down to whether the underlying content or story is genuinely worth linking to. That part doesn’t get shortcut. I use AI to move faster on the mechanical parts of the process, not to replace the judgment of what’s actually pitch-worthy.

Further reading: Ahrefs: Digital PR for SEO

Local SEO

Optimizing for the searches that end with someone walking through a physical door.

01 What ranking factors matter most for local search results?

Google has described relevance, distance, and prominence as the three core factors behind local ranking: how well a business matches the search, how close it is to the searcher or the searched location, and how well-known and well-reviewed it is both online and off. A complete, accurate Google Business Profile touches on all three at once, which is why it’s usually the highest-leverage starting point.

Further reading: Google Business Profile Help: Improve your local ranking
02 How do you optimize a Google Business Profile?

Complete every available field accurately, covering category, service area, hours, and attributes. Add fresh photos regularly, post updates, and respond to every review, positive or negative. Consistency and freshness matter as much as completeness; a profile that hasn’t been touched in a year signals less activity than one updated weekly.

Further reading: Google Business Profile Help: Improve your local ranking
03 What is NAP consistency, and why does it matter?

NAP stands for Name, Address, Phone number, and consistency means that information matches exactly across a business’s website, Google Business Profile, and every directory or citation it appears on. Inconsistent NAP data creates confusion for both search engines trying to confirm a business is legitimate and customers trying to reach it, and it’s one of the more common, fixable local SEO issues.

Further reading: Moz: What Is NAP Consistency?
04 What are local citations, and which ones are worth prioritizing?

A citation is any online mention of a business’s NAP data, whether or not it links back, things like major data aggregators, industry-specific directories, and local chamber-of-commerce-type sites all count. I’d prioritize the platforms that feed Google’s own data pipeline and any directory that’s genuinely relevant to the industry or geography, rather than mass-submitting to low-value directories that add noise without authority.

Further reading: Moz: Local SEO Guide
05 How do reviews influence local rankings and conversion?

Review count, rating, recency, and even the language used within reviews all factor into Google’s prominence signal for local ranking, and reviews are one of the strongest trust signals influencing whether a searcher actually converts once they see the listing. I generally recommend a simple, consistent system for asking satisfied customers to leave a review rather than one-off campaigns.

Further reading: Google Business Profile Help: Manage reviews
06 What is the local map pack, and how is it different from organic results?

The map pack is the set of typically three local business listings, shown with a map, that appears for location-based queries above the standard organic results. It’s governed by a somewhat separate set of local ranking factors, which is why a business can rank well organically but still be invisible in the map pack, or vice versa.

Further reading: Google Business Profile Help: Improve your local ranking
07 How would you handle local SEO for a business with multiple locations?

Each location gets its own Google Business Profile and, where practical, its own dedicated landing page with unique, location-specific content rather than a templated page with only the city name swapped out. Thin, duplicated location pages are one of the fastest ways to see multi-location SEO underperform.

Further reading: Moz: Local SEO Guide
08 What’s the connection between local SEO and being cited in AI answers for “near me” queries?

AI assistants tend to lean on well-structured, consistently confirmed local data, such as accurate business information, strong review signals, and clear regional relevance, to answer location-based questions confidently, similar to what already drives the traditional map pack. Getting the fundamentals right for local SEO is increasingly the same groundwork that makes a business a safe, citable answer for an AI assistant too.

Further reading: Semrush Blog: Local SEO Guide
09 How do you measure success for a local SEO campaign?

Beyond map pack rankings and organic visibility for local keywords, I track direction requests, phone calls, and profile views from the Google Business Profile insights, since those tie more directly to real-world business outcomes than rank position alone. For multi-location businesses, I’d also segment performance by location to catch underperforming markets early.

Further reading: Google Business Profile Help: Understand your Business Profile performance

Analytics, Tools & Reporting

Proving impact, choosing the right tool for the job, and reporting numbers that survive a client’s scrutiny.

01 Which SEO tools do you use daily, and what does each one do best?

Google Search Console and GA4 for first-party performance and indexing data, Ahrefs or Semrush for keyword research, competitor gap analysis, and backlink audits, and Screaming Frog for technical crawls. No single tool covers everything well, so the skill is knowing which one actually answers the question you’re asking rather than defaulting to whichever is open.

Further reading: Semrush Blog: SEO Tools
02 How do you set up and interpret a Google Search Console report?

I verify the property at the domain level where possible so it captures all subdomains and protocols, then regularly review the Performance report for query and page-level clicks and impressions, the Coverage report for indexing issues, and Core Web Vitals. Impressions rising while clicks stay flat is often the first sign an AI Overview or another SERP feature is now absorbing clicks that used to land on the site.

Further reading: Google Search Central: About Search Console
03 What KPIs do you report on for an SEO client or stakeholder, and why those?

I lead with business-relevant metrics: organic conversions or leads, revenue influenced by organic traffic, and share of voice in the client’s category. I treat raw rankings and traffic as supporting evidence, not the headline. A client rarely cares that a keyword moved from position 6 to 4 if it didn’t move the number they actually get evaluated on.

Further reading: Search Engine Land: How to report SEO results executives actually care about
04 How do you attribute organic revenue when the buyer journey touches multiple channels?

I use a multi-touch attribution model where possible rather than last-click, since last-click systematically undercounts organic search’s role in the earlier, research stage of a longer buyer journey. Where a full multi-touch model isn’t feasible, I’ll at least look at first-touch and assisted-conversion data alongside last-click so the report doesn’t understate organic’s real contribution.

Further reading: HubSpot: Marketing Attribution Models
05 How do you use GA4 differently from Universal Analytics for SEO reporting?

GA4 is built around an event-based data model rather than session-based, which changes how engagement and conversion are measured and requires custom event setup for the metrics that used to come standard in Universal Analytics. Practically, that means spending more time up front configuring the right events and explorations before the reporting is actually useful.

Further reading: Google Analytics Help: GA4 overview
06 What is a content gap analysis, and how do you run one?

It’s comparing the topics and subtopics competitors rank for against what a site currently covers, to surface genuine content opportunities rather than guesses. I typically run it in Ahrefs or Semrush by pulling keyword overlap for a handful of top competitors, then filter for topics the client doesn’t rank for at all, or ranks for well outside page one.

Further reading: Ahrefs: Content Gap Analysis
07 How do you benchmark a competitor’s SEO performance?

I look at their estimated organic traffic trend, top-performing pages and the intent those pages serve, backlink profile growth rate, and technical health, rather than a single snapshot metric. The trend over several months tells you far more about strategy and momentum than a single day’s numbers.

Further reading: Ahrefs: How to Do an SEO Competitor Analysis (With Template)
08 How would you build a rank-tracking process for 100+ keywords?

I’d group keywords into the topic clusters or pages they map to rather than tracking a flat list, set up automated tracking in a tool like Ahrefs or Semrush with a sensible check-in cadence, and review movement at the cluster level first to spot patterns before drilling into individual keyword noise.

Further reading: Semrush Blog: SEO Tools
09 What’s your process for a monthly SEO performance report a client will actually read?

I keep it to one page of headline numbers tied to business outcomes, a short plain-language explanation of what moved and why, and a clear “here’s what we’re doing next” section. The full data dump goes in an appendix for anyone who wants to dig in. A report that requires the client to interpret raw numbers themselves usually gets skimmed, not read.

Further reading: Search Engine Land: SEO reporting: how to track, prove and improve performance
10 How do you separate correlation from causation when explaining a traffic change?

I check for confirmed algorithm updates around the timing, review Search Console for any technical or indexing change on the site itself, and check whether the shift is broad-based across the industry or specific to the client before attributing it to any single cause. Attributing a traffic dip to “an algorithm update” without checking the site’s own logs first is a common and avoidable mistake.

Further reading: Ahrefs: How to Analyze a Sudden Drop in Website Traffic
11 What data would convince you an SEO strategy isn’t working and needs to change?

A sustained plateau or decline in organic conversions across multiple reporting periods, not just rankings, especially when it’s happening against a stable or improving content and technical baseline. Rankings and traffic can hold steady while the metric that actually matters quietly declines, which is why I never let a single upstream metric stand in for the whole picture.

GEO & AI Search Optimization

The discipline of getting cited inside AI-generated answers: what’s actually proven, and what’s still marketing hype.

01 What is Generative Engine Optimization (GEO), and how is it different from traditional SEO?

GEO is the practice of structuring a brand’s content and technical presence so that generative AI systems (ChatGPT, Perplexity, Google AI Overviews and AI Mode, Gemini) cite or recommend it when synthesizing an answer, rather than optimizing for a ranked position in a list of links. The underlying disciplines overlap heavily with SEO, think quality content, authority, and structure, but the target outcome is being the source an AI quotes or paraphrases, not the tenth blue link on a page.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
02 What is AEO (Answer Engine Optimization), and how does it relate to GEO?

AEO and GEO are largely used interchangeably in the industry, though AEO leans toward optimizing for direct-answer formats generally, including featured snippets and voice assistants, while GEO specifically emerged from research on generative, LLM-based engines. In practice I treat them as the same core skill set: structure content so a single passage can be lifted cleanly and stand on its own as a correct, well-attributed answer.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
03 How do AI systems like ChatGPT, Perplexity, and Google AI Overviews decide what to cite?

They generally retrieve a set of candidate sources through search, then weigh factors like topical relevance, apparent authority and trustworthiness of the source, how directly and clearly the content answers the query, and the presence of specific, verifiable details like data or expert quotes. It’s not a single ranking algorithm the way classic SEO has one dominant system. Different engines weigh these signals differently, which is part of what makes GEO harder to optimize deterministically than traditional SEO.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
04 What is “query fan-out,” and why does it matter for content structure?

Instead of searching the user’s exact question, an AI system often breaks a complex query into several smaller sub-queries and searches each separately before synthesizing a combined answer. That means content needs to clearly and separately address the component sub-questions within a topic, not just the headline question, or it risks being invisible to some of the fan-out searches even while ranking fine for the main term.

Further reading: Search Engine Land: Query fan-out in AI search: what is it and how does it work?
05 What did the Princeton GEO study find about which content tactics actually increase AI citations?

The 2023 Princeton, Georgia Tech, and IIT Delhi paper that coined the term GEO tested nine content tactics across thousands of queries and found that adding relevant statistics, citing authoritative sources, and including direct quotations produced the largest measured lift in visibility within generative answers, up to roughly 40% in the strongest cases. Notably, it found tactics like keyword stuffing did not help and could hurt, which is a useful, evidence-based counter to some of the more inflated GEO marketing claims currently circulating.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
06 How do you structure a page so an LLM can extract a clean, citable answer from it?

Lead with a direct, self-contained answer to the core question in the first few sentences of a section, rather than building up to it, and use clear headers that match the actual sub-questions someone would ask. Content that requires reading three paragraphs of setup before the actual answer appears is much harder for a model to lift cleanly and attribute correctly.

Further reading: Google Search Central: About generative AI features in Search
07 Do backlinks still influence whether a brand gets cited in AI-generated answers?

Independent research, including analysis from Semrush on backlinks and AI search, has found a meaningful correlation between domain authority and AI citation frequency, suggesting the classic authority signal search engines already trust is also feeding, directly or indirectly, into how confident AI systems are about a source. So backlinks haven’t become irrelevant in an AI-search world. They’re still one of the trust signals feeding the same underlying authority judgment.

Further reading: Moz: What Are Backlinks?
08 How does schema markup help, or not help, with AI visibility?

Structured data doesn’t guarantee an AI citation, but it removes ambiguity about what a piece of content is and means, which makes it easier for both search engines and AI systems to extract and trust facts like pricing, author identity, or FAQ answers without guessing. FAQ, Article, and Organization schema in particular give AI crawlers unambiguous, machine-readable answers to pull from.

Further reading: Google Search Central: FAQ structured data
09 What is entity-based SEO, and why does it matter more in an AI search environment?

Entity-based SEO focuses on how search and AI systems understand a brand, person, or concept as a distinct, connected “entity” in a knowledge graph, rather than just a set of keyword rankings. AI systems reason about entities and their relationships to generate answers, so having a consistent, well-documented entity presence, think accurate Wikidata, a clear Organization schema, and consistent naming across the web, makes it easier for a model to confidently identify and cite a brand.

Further reading: Search Engine Land: What is the Knowledge Graph? How it affects SEO and visibility
10 How do you measure GEO performance when there’s no “position #3” to track?

I track branded search volume and direct traffic as downstream proxies, use AI-visibility tracking tools that run sample prompts and log which brands get mentioned, and manually query the major AI engines with representative questions on a recurring cadence to spot-check citation frequency. It’s a noisier measurement environment than classic rank tracking, and I’m upfront with clients that the tooling here is still maturing.

Further reading: Otterly.AI: How to Track AI Search Engine Citations & Sources
11 What is the difference between being ranked and being cited?

Ranking means a page appears in a results list a user has to click through to read; being cited means a model has already read the content, decided it’s a reliable source, and used it to construct an answer the user sees without necessarily clicking anything. A page can rank well and never get cited, and increasingly a page can get cited by an AI system for a query it wouldn’t rank on page one for organically.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
12 How does E-E-A-T translate into an AI search context?

The same signals that convince a human quality rater a page is trustworthy: clear authorship, demonstrated firsthand experience, credible citations, and transparent sourcing, are exactly the signals an AI system needs to decide a source is safe to quote without hallucinating or misattributing. If anything, the bar goes up in an AI context, since a model summarizing a source has less room than a human reader to catch and discount sketchy claims.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
13 What’s the risk of over-optimizing content specifically for AI citation?

Writing purely to be a quotable, extractable snippet can strip out the narrative context and nuance that made the content genuinely useful in the first place, and it can also read as manipulative if it’s obviously engineered rather than naturally authoritative. I treat GEO tactics as an enhancement layer on genuinely good content, not a replacement for it.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
14 How do you make original data and statistics part of a GEO strategy?

I look for data a business already generates internally, think survey results, usage patterns, or aggregated client outcomes, that hasn’t been published anywhere else, since original statistics are one of the most consistently cited content types by both search engines and AI systems. Content built entirely from other people’s already-published data rarely earns the same trust or citation rate.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
15 What role does a consistent, verifiable brand entity (Wikipedia, Wikidata, Crunchbase, LinkedIn) play in GEO?

These platforms function as reference points that both search engines and AI systems cross-check to confirm a brand or person’s identity, credentials, and legitimacy. Consistent, accurate information across them reduces the chance an AI system either omits a brand for lack of confidence or, worse, cites outdated or incorrect details about it.

Further reading: Search Engine Land: When and how to use knowledge graphs and entities for SEO
16 How do AI Overviews and traditional organic listings compete for the same click?

An AI Overview sits above the standard organic results and can fully answer a query on the page, which measurably reduces click-through even for the pages it cites underneath it. That’s shifted some SEO strategy toward targeting queries where a full AI answer is less likely, such as highly specific, transactional, or fast-moving queries, alongside the GEO work aimed at being the cited source when an overview does appear.

Further reading: Google Search Central: About generative AI features in Search
17 How would you advise a client who says “our traffic is fine but I never see us mentioned in ChatGPT”?

I’d first separate the two problems: stable organic traffic means the classic SEO foundation is healthy, but AI citation depends on a distinct, additional layer of signals, such as structured, extractable content, original data, and a well-documented brand entity, that the site may simply not have built yet. I’d run a baseline audit of how the brand currently shows up (or doesn’t) across two or three major AI engines before recommending specific fixes, rather than assuming the same SEO playbook automatically solves it.

Further reading: Princeton/GA Tech/IIT Delhi: “GEO: Generative Engine Optimization” (arXiv)
18 Where do you see GEO heading over the next two years?

I expect measurement tooling to mature significantly, since right now most GEO reporting is still manual spot-checking rather than reliable analytics, and I expect the line between “SEO” and “GEO” to blur further as Google’s own AI features become the primary interface for a growing share of queries. Brands that treat this as a bolt-on tactic will likely lag behind ones that treat it as a natural extension of the same authority-building work they should already be doing.

Further reading: Google Search Central: About generative AI features in Search

Strategy, Leadership & Behavioral

The questions that reveal how a candidate thinks and works, not just what they know.

01 Tell me about an SEO strategy you built from scratch. What was the outcome?

Frame this around a specific situation, the strategic choices you made and why, and a measurable outcome tied to business impact, not just ranking movement. Interviewers are listening for whether you can connect tactics to a rationale, not just recite a list of things you did.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
02 Describe a time an SEO campaign didn’t work. What did you learn?

A strong answer names a specific miscalculation, like a wrong intent assumption, underestimated competition, or a technical blocker discovered too late, and what changed in your process afterward as a result. Avoid blaming the client, an algorithm update, or a tool; the interviewer is testing self-awareness and whether failure actually changes your approach.

03 How do you prioritize SEO tasks when you have limited time and a long backlog?

I weigh estimated impact against effort, prioritize fixes that unblock indexing or crawling first since nothing else matters if a page can’t be found, and sequence content work around what’s already close to ranking well rather than always starting from zero. A backlog without a prioritization framework just becomes whatever feels most interesting that week.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
04 How do you get buy-in from developers or leadership who don’t see SEO as a priority?

I translate SEO recommendations into the language the audience already cares about. For developers, that’s usually specific, scoped tickets with clear technical rationale; for leadership, that’s revenue or lead-generation impact, not ranking positions. Vague requests like “improve the SEO” rarely get resourced; specific, quantified asks usually do.

05 How do you stay current with algorithm updates and industry changes?

I follow Google’s own Search Central blog and status updates directly rather than relying only on secondhand commentary, cross-reference against a couple of established industry publications, and validate any major claim against my own client data before changing strategy based on it. A lot of SEO commentary is speculation dressed up as certainty, so I try to keep a healthy skepticism until I see it hold up in practice.

06 How do you balance short-term traffic wins against long-term authority building?

I run both tracks in parallel rather than sequentially. Quick technical fixes and content refreshes can show movement within weeks, while topical authority and link building compound over quarters. Being upfront with stakeholders about that timeline difference up front avoids the common trap of a client losing patience with a long-term strategy because no one set expectations early.

07 Describe how you’d onboard a new client or stakeholder before writing a single word of content.

I’d run a structured interview covering their audience, competitive landscape, existing data on what’s worked, and any internal expertise or original data I can pull into the content, because the strongest content usually comes from what the client already knows that hasn’t been published yet. Skipping this step and writing from keyword research alone tends to produce competent but generic content that’s easy for AI systems and competitors alike to out-cite.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
08 How do you handle disagreement with a client about strategy direction?

I lay out the data and reasoning behind my recommendation clearly, acknowledge the trade-offs of their preferred direction honestly rather than dismissing it, and if they still want to proceed their way after that, I document the decision and move forward rather than relitigating it every check-in. The goal is being a credible advisor, not winning every disagreement.

09 What’s a common SEO myth you actively push back on?

That more content volume automatically equals more rankings. In reality, thin, redundant pages can dilute topical authority and waste crawl budget rather than build it. I’d rather ship fewer, genuinely comprehensive pieces than flood a site with content built to hit a publishing quota.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
10 How do you decide when a “quick win” is worth chasing versus a distraction?

I check whether the quick win is genuinely low-effort and reversible, and whether it serves the same underlying strategy rather than pulling attention toward a vanity metric. A quick win that doesn’t compound into the larger plan is often just a distraction with better marketing.

11 Where do you see your own SEO/GEO skill set growing in the next year?

Be specific and honest here rather than reciting a generic answer. Name an actual gap, like deeper hands-on experience with AI-visibility tooling or a vertical you haven’t worked in yet, and what you’re actively doing about it. Interviewers notice when this answer is clearly rehearsed versus genuinely reflective.

12 What would you do in your first 30 days in this role?

Weeks one and two: audit the current technical health, content performance, and competitive landscape to build an honest baseline rather than assuming the existing strategy is either broken or fine. Weeks three and four: present findings, agree priorities with the team, and ship the first one or two fixes that are both high-confidence and fast, to build early trust before tackling longer-term initiatives.

Further reading: Google Search Central: Creating helpful, reliable, people-first content
13 Do you have any questions for us?

This is your chance to show strategic thinking, not just interest. Ask about how success is currently measured, what’s already been tried and didn’t work, and how much autonomy you’d have to test new approaches like GEO. Asking only about compensation or process signals less curiosity about the actual work than a question about their current biggest SEO challenge does.

No questions match your search. Try a different term.

Joseph Kaiba

Written by

Joseph Kaiba

Content Strategist and Copywriter  ·  Helping Brands Win AI Visibility (AIO)

Joseph has spent the last decade writing content that actually moves the needle for SaaS, fintech, and marketing brands. These days his focus is helping companies show up as the trusted source AI engines pull from, not just another page in the search results. When he is not writing, he is trading gold and building tools that make the process a little more human.