Skip to main content
Roast by AI Roast By AI

www.thinkandgo.io

https://www.thinkandgo.io/

Completed

Curious how yours stacks up?

www.thinkandgo.io scored 52/100. Where would your site land?

52

Overall Score

Think & Go is a sharp, minimalist agency site with a killer value prop and clean design, but it's getting tanked by performance issues, accessibility oversights, and a trust-building problem that undermines its premium positioning.

🔥

The Roast

You're a 'senior product design team' site that can't even load properly in 6 seconds—that's like Gordon Ramsay serving you a raw steak and calling it 'medium-rare with intentional bleeding.' You've got 8 out of 10 images missing alt text on a visual-heavy site, no skip links for keyboard users, and an SEO score of literal ZERO, which is impressive in the worst way. The irony of preaching about 'production UI' while your own site chokes on unused JavaScript is *chef's kiss* painful.

🎯 Start Here

🔍 SEO
12/100
Performance
28/100
Accessibility
34/100

Google PageSpeed Insights

(Real metrics from Google)

These scores come directly from Google's PageSpeed API. The AI scores above evaluate broader aspects like copy, trust signals, and conversion.

68
Performance

Core Web Vitals

6.3s
LCP
Largest Contentful Paint
0.00
CLS
Cumulative Layout Shift
🔍 12

SEO

28

Performance

34

Accessibility

🔒 54

Trust Signals

📱 58

Mobile

🎯 66

Conversion

🎨 78

Design & UX

📝 82

Copy & Messaging

🔍

SEO

12/100

The SEO score of **zero** is genuinely alarming for a B2B services site—you're missing structured data, have zero external links, and likely no schema markup for your business, services, or case studies.

Issues Found

  • No schema markup detected—missing LocalBusiness, Service, or BreadcrumbList schema that would enhance SERP visibility and rich snippets
  • Only 1 external link on the entire site despite claiming 15+ years of expertise—no authority signals pointing to relevant industry resources, methodologies, or thought leadership
  • H1 count (1) is good, but H5 and H6 are overused (7 and 13 respectively)—suggests shallow heading hierarchy that confuses both users and search engines about content priority

Recommendations

  • Implement JSON-LD schema for services and case studies high

    Add Service schema for your six-step process, BreadcrumbList for navigation, and Organization schema with business details to unlock rich snippets and improve SERP appearance.

  • Build external link strategy high

    Link to industry reports, AI tools you use (Claude, Codex), case study methodologies, and UX research frameworks to establish expertise and distribute authority.

  • Flatten and restructure heading hierarchy medium

    Replace H5/H6 overuse with proper H2/H3 nesting to clarify content sections and improve both SEO and screen reader navigation.

Performance

28/100

LCP of 6.3 seconds is legitimately bad for a services site—users are bouncing before your killer headline even renders. The mobile performance score of 68 masks some serious JavaScript bloat underneath.

Issues Found

  • Largest Contentful Paint (LCP) of 6.304s exceeds Google's 'good' threshold of 2.5s by nearly 3 seconds—likely caused by unoptimized hero imagery or render-blocking JavaScript
  • 'Reduce unused JavaScript' warning indicates dead code in the bundle; on a 1,281-word site with zero complex interactions, this is inexcusable
  • 8 out of 10 images missing alt text suggests unoptimized image handling—no lazy loading, likely uncompressed formats, and wasteful DOM rendering

Recommendations

  • Audit and remove unused JavaScript high

    Run npm audit on your build and remove unused dependencies and polyfills—a static services site should load in <2s with minimal JS.

  • Optimize hero imagery with WebP + srcset high

    Convert the large dark hero image to WebP format with responsive srcset attributes, or replace with SVG shapes to eliminate render-blocking hero images.

  • Implement lazy loading for below-fold images medium

    Add loading='lazy' to client logos and case study images to defer rendering until viewport entry.

Accessibility

34/100

You've got 13 ARIA attributes but zero skip links, 8 missing image alt texts, and no mention of keyboard navigation testing—it's like building a ramp with no wheelchair access.

Issues Found

  • No skip link detected—keyboard users are forced to tab through navigation before reaching main content (the 'Book a call' CTA)
  • 8 of 10 images missing alt text, including the logo images in the client social proof section—screen readers announce these as unlabeled images, destroying the credibility signal you're trying to build
  • ARIA attributes present (13 total) but likely not paired with semantic HTML—you're using ARIA patches instead of native elements (role='button' on divs instead of <button> tags)

Recommendations

  • Add skip navigation link high

    Insert a hidden-by-default skip link at the top of the page that jumps keyboard users to the main content section, improving keyboard navigation by 5-8 seconds.

  • Write descriptive alt text for all images high

    Replace missing alt texts with concise descriptions: 'FIT SERVICE logo—300+ car service centers using Think & Go' instead of leaving blank or omitted.

  • Audit ARIA usage and replace with semantic HTML medium

    Replace role='button' divs with native <button> elements and ensure heading structure uses proper <h1>-<h6> tags instead of ARIA-only landmarks.

🔒

Trust Signals

54/100

Five recognizable client logos are solid social proof, but there's zero supporting evidence—no testimonials, case study results, team bios, or security/compliance badges that would justify a premium positioning.

Issues Found

  • Client logos lack context—'A chain of over 300 car services' is mentioned but no link to case study, no before/after metrics, no quote from the client about results or satisfaction
  • No team visibility—for a 'senior product design team' selling 15 years of expertise, there's no 'Meet the team' section, LinkedIn links, or founder bios to humanize the brand
  • No testimonials or case study results—no quotes like 'Went from concept to prototype in 3 days' or 'Reduced discovery phase by 60%' to quantify the promised speed gains

Recommendations

  • Add clickable case studies with metrics high

    Transform static logo mentions into linked case study cards showing: challenge, solution, timeline (e.g., 'Shipped in 2 weeks vs. typical 12 weeks'), and client quote.

  • Create 'Our team' section with bios medium

    Add photos, names, titles, and LinkedIn/Twitter links for 3-5 senior team members to humanize the '15 years' claim and build founder/expert credibility.

  • Add testimonial quotes in hero or client section medium

    Pull 1-2 short client quotes about speed/quality ('Prototype quality shocked our engineers') and display them near client logos to reinforce claims with third-party validation.

📱

Mobile

58/100

Mobile viewport looks responsive at 375px, but the oversized hero shape and two-column hero layout collapse awkwardly on mobile, and touch targets for links aren't verified.

Issues Found

  • Hero layout stacks linearly but the large dark shape section dominates mobile screen real estate—users tap past the CTA before seeing the value prop
  • Six-step process cards stack to a single column on mobile, but there's no visible way to swipe/scroll horizontally or see all 6 cards without extensive scrolling
  • Client logo section on mobile shows logos in a 2-column grid—touch targets may be <48px, making accidental taps or clicks likely on a phone

Recommendations

  • Reduce hero image height on mobile high

    Shrink the dark shape section to 200px max height on mobile (vs. full viewport) so the value prop and CTA are visible without scrolling.

  • Add horizontal swipe carousel for six-step cards medium

    Convert the 6-card grid to a horizontal snap-scroll carousel on mobile so users can swipe through steps and see all 6 in sequence without excessive scrolling.

  • Increase touch target size for logo section low

    Ensure client logo cards have minimum 48px touch targets with adequate padding between cards to prevent mis-taps.

🎯

Conversion

66/100

Single CTA placement ('Book a call') is clear and positioned early, but there's zero scarcity messaging, no form abandonment handling, and no secondary CTAs to re-engage below-fold visitors.

Issues Found

  • Only one CTA button visible in hero—desktop users seeing the right-column copy have no affordance to convert before scrolling, missing 30-40% of first-time visitors who don't scroll
  • CTA lacks urgency modifiers—'Book a call' is neutral; 'Book a call—spots filling for next week' or 'Book a call—project plan in 24 hours' would increase CTR
  • No secondary CTAs in the six-step process or case studies section—end of page likely has no conversion path, forcing users to scroll back up or leave

Recommendations

  • Add CTA to right column of hero on desktop high

    Duplicate the 'Book a call' button in the right content column so desktop users can convert without scrolling past the hero.

  • Add urgency-driven micro-copy to CTAs medium

    Append secondary copy below buttons: 'Next free slot: Thursday' or 'Get your project plan in 24 hours' to reduce friction and increase click rates.

  • Add case study CTA medium

    In the 'Selected cases' section, add 'See case study' links that open lightboxes or dedicated pages, creating secondary conversion paths.

🎨

Design & UX

78/100

Clean, modern aesthetic with solid typography hierarchy and a confident brand personality, but the oversized dark hero section feels more decorative than functional—those three geometric shapes are doing zero work for conversion.

Issues Found

  • Hero image area (dark shape with three geometric icons) takes up massive vertical real estate on mobile without adding clarity or guiding users toward the CTA
  • Client logos section lacks visual hierarchy—all logos are same weight with identical caption styling, making it hard to scan for recognizable names
  • Six-step process cards are perfectly adequate but visually generic—numbered circles feel dated next to the bold typographic choices elsewhere

Recommendations

  • Replace decorative hero with contextual imagery medium

    Swap the dark shape-based illustration for a screenshot or case study preview that immediately shows what 'AI-native product design' looks like in practice.

  • Add visual differentiation to client logos low

    Vary logo sizes by industry recognition or add case study preview cards next to logos to create scanability and visual interest.

📝

Copy & Messaging

82/100

Headline is punchy and action-oriented ('hire this week'), and the value prop clearly articulates speed + seniority. But the copy leans heavily on jargon ('AI-native,' 'testable hypotheses') that might alienate non-technical buyers.

Issues Found

  • Meta description and OG description are identical to public copy—no optimization for SERP click-through rate differentiation
  • Value prop paragraph is dense and technical ('analytics, interviews, competitive review') without explaining *why* each step matters to the buyer
  • CTA copy says 'Book a call' but lacks urgency or incentive—'Book a call' vs. 'Book a call—get your project plan today' is a missed conversion lift

Recommendations

  • Rewrite meta descriptions for CTR optimization high

    Create unique meta descriptions emphasizing speed ('In 2 weeks, not 2 months') and removing jargon ('AI-accelerated prototypes ready for engineers').

  • Simplify value prop paragraph medium

    Translate jargon into outcomes: instead of 'AI-native in speed,' say 'code-ready prototypes in days, not weeks, so engineers start building immediately.'

  • Add micro-copy to CTA buttons medium

    Change 'Book a call' to 'Book a call—free project plan today' to create friction-reducing clarity about what happens next.

Think you can beat 52/100?

Get your site brutally analyzed by the same AI. 8 scores, a punch list of fixes, 60 seconds.