SEO Advanced Diagnostics & Troubleshooting 3 — Questions and Answers
Question 1: A site's click-through rate in Google Search Console has declined significantly despite stable rankings. Which factor is MOST likely causing this?
- Google has introduced SERP features (e.g., featured snippets, PAA boxes) that push organic results below the fold (Correct answer)
- The site's PageSpeed score dropped below 50
- The site's robots.txt was recently updated
- Internal link anchor text was changed
Correct answer: Google has introduced SERP features (e.g., featured snippets, PAA boxes) that push organic results below the fold
New SERP features consuming prominent real estate can suppress CTR for organic listings even when rankings remain unchanged.
Question 2: During a crawl audit, you find hundreds of pages with duplicate title tags. What is the PRIMARY SEO risk?
- Google will ban the site for duplicate content
- Google may arbitrarily rewrite titles in SERPs and pages may cannibalize each other for the same queries (Correct answer)
- Duplicate titles trigger a manual action from Google
- The sitemap will fail to validate
Correct answer: Google may arbitrarily rewrite titles in SERPs and pages may cannibalize each other for the same queries
Duplicate titles signal to Google that pages target identical topics, leading to cannibalization and Google's overriding of titles with its own rewrites.
Question 3: A URL returns a 200 status code in a browser but Googlebot's render shows completely blank content. What is the most likely cause?
- The server uses IP-based cloaking to show Googlebot different content
- Client-side JavaScript renders the content but Googlebot's render timed out or JS execution failed (Correct answer)
- The page has a noindex tag in the HTTP header
- The page's CSS file is blocked in robots.txt
Correct answer: Client-side JavaScript renders the content but Googlebot's render timed out or JS execution failed
If content is delivered only via client-side JavaScript and Googlebot's renderer fails or times out, the rendered page will appear blank even though the server returns 200.
Question 4: A multi-language website uses URL parameters (?lang=es) instead of subdirectories or subdomains for language targeting. What is the main SEO problem with this approach?
- Hreflang tags cannot be implemented with URL parameters
- Google may consolidate parameter-based language versions as duplicate content and may not reliably serve the correct variant by region (Correct answer)
- URL parameters are blocked by default in Google Search Console
- The site will receive a manual penalty for cloaking
Correct answer: Google may consolidate parameter-based language versions as duplicate content and may not reliably serve the correct variant by region
Google often ignores or consolidates URL-parameter variants because parameters are typically used for filtering, making proper international targeting unreliable.
Question 5: An SEO audit reveals that the site's XML sitemap includes URLs that return 301 redirects. What corrective action should be taken?
- Remove all 301 redirect URLs from the sitemap and replace them with their final destination URLs (Correct answer)
- Add a disavow file entry for each redirected URL
- Set all redirected pages to noindex
- Resubmit the sitemap without any changes
Correct answer: Remove all 301 redirect URLs from the sitemap and replace them with their final destination URLs
Sitemaps should contain only final, canonical, indexable URLs; redirect URLs waste crawl budget and confuse Googlebot about the intended canonical.
Question 6: A site's impressions in Google Search Console are high but clicks are near zero. After ruling out SERP feature displacement, what is the next most likely cause?
- The site is ranking for highly irrelevant queries where users have no interest in clicking organic results (Correct answer)
- The site has too many pages in its sitemap
- The structured data is misconfigured
- The site lacks an SSL certificate
Correct answer: The site is ranking for highly irrelevant queries where users have no interest in clicking organic results
Very low CTR with high impressions often means rankings are for navigational or branded queries of other brands, or query intent doesn't match the page content.
Question 7: After deploying a new site theme, Core Web Vitals scores for Largest Contentful Paint (LCP) worsen significantly. What is the FIRST element to inspect?
- The site's robots.txt file
- Hero images or above-the-fold media that may now be unoptimized, lazy-loaded, or served at larger file sizes (Correct answer)
- The number of internal links on the homepage
- The structured data schema markup
Correct answer: Hero images or above-the-fold media that may now be unoptimized, lazy-loaded, or served at larger file sizes
LCP is most commonly degraded by above-the-fold hero images that are too large, improperly compressed, or incorrectly lazy-loaded after a theme change.
A site's click-through rate in Google Search Console has declined significantly despite stable rankings.
Which factor is MOST likely causing this?