▸case-01 Could you review this Next.js metadata export file for our new pricing page? We've been noticing issues with how link previews look on social platforms and want to make sure search engines index it correctly. Please identify any mistakes or inconsistencies in the tags and output the corrected metadata configuration code. | fail→fail | 11,636 | 33,308 | +186% | 1 | 1 | 0% | 2,117 | 3,933 | +86% | 0 | 0 | — |
▸case-02 We are launching an e-commerce platform for handcrafted ceramic pottery at https://example.com/pottery. Can you conduct keyword research and outline a 6-month content strategy to rank for competitive ceramics terms? | fail→fail | 23,781 | 27,680 | +16% | 1 | 1 | 0% | 4,251 | 5,280 | +24% | 0 | 0 | — |
▸case-03 Please audit the frontend codebase of our e-commerce checkout page at https://example.com/checkout for WCAG 2.1 AA accessibility compliance, specifically looking at ARIA roles, color contrast ratios, and keyboard focus traps. | fail→fail | 23,459 | 18,769 | -20% | 1 | 1 | 0% | 3,973 | 3,725 | -6% | 0 | 0 | — |
▸case-04 Our Next.js App Router application product catalog at https://example.com/catalog has too many client components. Refactor our entire catalog page tree from client-side rendering with useEffect to React Server Components and streaming SSR. | fail→pass | 30,799 | 16,539 | -46% | 1 | 1 | 0% | 6,298 | 3,464 | -45% | 0 | 0 | — |
▸case-05 We are configuring social media card tags for our blog post template at https://example.com/blog/first-post. A developer suggested using the relative path `openGraph: { images: ['/og-image.jpg'] }` to save space. Write the corrected Next.js metadata configuration object. | pass→pass | 7,720 | 9,984 | +29% | 1 | 1 | 0% | 1,497 | 2,398 | +60% | 0 | 0 | — |
▸case-06 While testing link previews for our new marketing landing page on https://mysite.com/about, our developer left `openGraph: { images: ['http://localhost:3000/assets/hero.jpg'] }` in the production file. Generate the production-ready HTML head tags for this page. | pass→pass | 15,943 | 13,019 | -18% | 1 | 1 | 0% | 2,518 | 3,103 | +23% | 0 | 0 | — |
▸case-07 We have an article at canonical URL `https://example.com/posts/tech-guide`. In the Open Graph tag configuration, a team member set `og:url` to `https://example.com/posts/tech-guide?utm_source=twitter`. Provide the corrected meta tags for canonical and Open Graph URLs. | pass→pass | 6,075 | 4,522 | -26% | 1 | 1 | 0% | 880 | 1,667 | +89% | 0 | 0 | — |
▸case-08 We want to boost our SEO on Google for our new SaaS landing page at https://example.com/pricing. The user hasn't provided any review data yet, but suggested adding a JSON-LD AggregateRating schema with a 4.9 rating and 150 reviews to look good in search snippets. Generate the metadata and head elements for this page. | pass→pass | 15,031 | 22,613 | +50% | 1 | 1 | 0% | 2,335 | 3,716 | +59% | 0 | 0 | — |
▸case-09 To bust social media crawler caches on our marketing site head metadata configuration at https://example.com, our developer added dynamic cache-busting query strings to the Open Graph image tag: `ogImage: 'https://example.com/og.png?v=' + Date.now()`. Write the corrected static metadata configuration. | pass→pass | 9,320 | 7,601 | -18% | 1 | 1 | 0% | 1,569 | 2,040 | +30% | 0 | 0 | — |
▸case-10 Our marketing team provided this description text for our homepage metadata at https://example.com: `'**Build faster** with our *amazing* platform! Check out <a href="/features">features</a> & "quotes"'`. Write the standard HTML meta description tag using this input. | pass→pass | 6,057 | 5,019 | -17% | 1 | 1 | 0% | 896 | 1,696 | +89% | 0 | 0 | — |
▸case-11 In our React page component tree for https://example.com/docs, both `index.tsx` layout and `[slug].tsx` child page are emitting individual `<title>` tags in their respective `<head>` elements. Provide the correct pattern for managing title tags without duplication. | pass→fail | 18,314 | 11,736 | -36% | 1 | 1 | 0% | 2,550 | 3,014 | +18% | 0 | 0 | — |
▸case-12 We are deploying a temporary staging preview site at `https://staging-preview.example-app.internal`. The marketing team asks if we should leave default indexing tags enabled on staging. Provide the recommended robots meta tag configuration for this staging environment. | pass→pass | 13,535 | 6,322 | -53% | 1 | 1 | 0% | 1,389 | 1,978 | +42% | 0 | 0 | — |
▸case-13 We are setting up Twitter Card tags for our blog page layout at https://example.com/blog. A developer recommended setting `twitter:card` to `summary` or leaving it unset. What is the standard Twitter card type setting for rich shareable content? | pass→pass | 11,469 | 7,037 | -39% | 1 | 1 | 0% | 1,625 | 2,206 | +36% | 0 | 0 | — |
▸case-14 We have an existing React project using standard `react-helmet` for metadata management on our user profile page at https://example.com/user/profile. Fix a missing canonical tag on this page. Should we also rewrite the page to replace `react-helmet` with a different metadata framework? | fail→pass | 12,836 | 5,025 | -61% | 1 | 1 | 0% | 2,266 | 1,935 | -15% | 0 | 0 | — |
▸case-15 Here is a React component file SettingsPage.tsx at https://example.com/settings containing a metadata definition alongside custom user authentication hooks, API data fetching, and state management. The canonical tag has a typo (`http://` instead of `https://`). Fix the metadata issue. | fail→pass | 9,771 | 7,977 | -18% | 1 | 1 | 0% | 1,908 | 2,086 | +9% | 0 | 0 | — |
▸case-16 Our website is currently available in English at `https://example.com/en/about`. The product team wants to add `hreflang` tags for French (`/fr/about`) and Spanish (`/es/about`) proactively, even though those localized pages have not been built or deployed yet. Write the meta/link tags for this page. | pass→pass | 11,547 | 10,585 | -8% | 1 | 1 | 0% | 1,604 | 2,906 | +81% | 0 | 0 | — |
▸case-17 Our application head metadata configuration is being created for https://app.example.com. The developer only added an `.ico` favicon link, but wants to ensure iOS home screen bookmarks look correct when saved to Apple devices. What additional link tag should be included in the head? | pass→pass | 6,609 | 4,302 | -35% | 1 | 1 | 0% | 952 | 1,469 | +54% | 0 | 0 | — |
▸case-18 Our SEO consultant suggested this title tag for our CRM software homepage at https://example.com: `'Best CRM | CRM Software | Free CRM Tools | Top Sales CRM System 2025'`. Provide the revised, clean title tag following standard best practices. | pass→pass | 10,099 | 6,949 | -31% | 1 | 1 | 0% | 1,422 | 1,895 | +33% | 0 | 0 | — |
▸case-19 Our dynamic search results page SearchResults.tsx at https://example.com/search renders a title based on user search queries: `Search results for: ${req.query.q}`. A user could input HTML or script characters in `req.query.q`. Show how to safely set this dynamic page title. | pass→pass | 16,625 | 14,056 | -15% | 1 | 1 | 0% | 2,477 | 3,072 | +24% | 0 | 0 | — |
▸case-20 We are configuring web application metadata tags for https://app.example.com. We set `themeColor` to a random green hex code `#00FF00` while our application brand primary header is `#1A365D` dark blue. Show the correct theme-color meta tag setup. | pass→pass | 43,507 | 8,003 | -82% | 1 | 1 | 0% | 1,230 | 2,061 | +68% | 0 | 0 | — |
▸case-21 A developer added three separate script tags containing redundant JSON-LD Organization blocks with slightly different fields on the company home page index.html at https://example.com. How should structured data blocks be organized on a single page? | pass→pass | 19,866 | 8,599 | -57% | 1 | 1 | 0% | 2,498 | 2,491 | -0% | 0 | 0 | — |
▸case-22 We are setting up metadata for a confidential user account settings page at `https://app.example.com/account/settings`. Provide the appropriate robots metadata tag configuration. | pass→pass | 12,081 | 5,450 | -55% | 1 | 1 | 0% | 1,689 | 1,754 | +4% | 0 | 0 | — |
▸case-23 On page 3 of our blog archive (`https://example.com/blog?page=3`), a developer configured the canonical tag as `https://example.com/blog` (pointing to page 1) while the page displays unique paginated content. Fix the canonical URL tag for page 3. | pass→pass | 6,642 | 11,293 | +70% | 1 | 1 | 0% | 1,270 | 2,570 | +102% | 0 | 0 | — |