Mobile Marketing Mobile SEO and User Experience 2 — Questions and Answers
Question 1: Which Core Web Vital metric measures the time from when a user first interacts with a page to when the browser responds to that interaction?
- Largest Contentful Paint (LCP)
- Interaction to Next Paint (INP) (Correct answer)
- Cumulative Layout Shift (CLS)
- First Contentful Paint (FCP)
Correct answer: Interaction to Next Paint (INP)
INP measures the latency of all user interactions (clicks, taps, key presses) and reports the worst-case input delay.
Question 2: What is the recommended maximum tap target size Google suggests for mobile usability to avoid accidental taps?
- 24x24 pixels
- 44x44 pixels
- 32x32 pixels
- 48x48 pixels (Correct answer)
Correct answer: 48x48 pixels
Google recommends tap targets be at least 48x48 pixels with adequate spacing to prevent accidental taps on adjacent elements.
Question 3: A website uses separate URLs (m.example.com) for its mobile version. What is the MOST important SEO requirement for this configuration?
- Using identical content on both versions
- Implementing proper rel='canonical' and rel='alternate' tags (Correct answer)
- Redirecting all desktop users to the mobile URL
- Using the same sitemap for both versions
Correct answer: Implementing proper rel='canonical' and rel='alternate' tags
Separate mobile URLs require bidirectional annotation using rel='alternate' on desktop pages and rel='canonical' on mobile pages so Googlebot can identify the relationship.
Question 4: Which HTTP header should a server send to indicate it serves different content based on the User-Agent when using dynamic serving for mobile?
- Content-Type: mobile
- Vary: User-Agent (Correct answer)
- X-Mobile-Optimized: true
- Cache-Control: mobile
Correct answer: Vary: User-Agent
The Vary: User-Agent header tells caches and Googlebot that the response varies based on the requesting device type.
Question 5: What does 'intrusive interstitial' mean in Google's mobile SEO guidelines?
- A slow-loading advertisement
- A full-page popup that blocks content from being accessible on mobile (Correct answer)
- An auto-playing video ad
- A banner that appears at the bottom of the screen
Correct answer: A full-page popup that blocks content from being accessible on mobile
Google penalizes intrusive interstitials — popups or overlays that block the main content from users arriving from search results on mobile devices.
Question 6: In mobile SEO, what is 'content parity' between desktop and mobile versions?
- Having equal page load speeds on both devices
- Ensuring all important content, structured data, and links are accessible on the mobile version (Correct answer)
- Using the same URL for both device types
- Matching the visual design across devices
Correct answer: Ensuring all important content, structured data, and links are accessible on the mobile version
Content parity means the mobile version must contain the same critical content, structured data, and internal links as the desktop version since Google primarily indexes the mobile version.
Question 7: Which tool in Google Search Console specifically helps identify mobile usability issues on a website?
- Coverage Report
- Mobile Usability Report (Correct answer)
- Core Web Vitals Report
- URL Inspection Tool
Correct answer: Mobile Usability Report
The Mobile Usability Report in Google Search Console identifies specific issues like text too small, clickable elements too close, and content wider than screen.
Which Core Web Vital metric measures the time from when a user first interacts with a page to when the browser responds to that interaction?