Skip to main content
Roast by AI Roast By AI

projectspeedautoworkscorporation.vercel.app

https://projectspeedautoworkscorporation.vercel.app/products?fbclid=IwZXh0bgNhZW0CMTAAYnJpZBExTVRzTkR3Smg4Y1A3Vld4QXNydGMGYXBwX2lkEDIyMjAzOTE3ODgyMDA4OTIAAR7kokYV8H_99sCBkgSrxuYxAZb6v0qLW6c-ClUupHyALA_x2NBv82WClWgQHw_aem_LjVkdLPkFkNKRkY6i3Jlbg

Completed

Curious how yours stacks up?

projectspeedautoworkscorporation.vercel.app scored 38/100. Where would your site land?

38

Overall Score

Project Speed Autoworks has a visually bold auto parts e-commerce site with decent structure, but it's hamstrung by critical technical issues, non-existent SEO optimization, and a crawlable page that returned zero measurable content—basically a digital storefront with all the lights off.

🔥

The Roast

This website is like showing up to an auto shop and finding the doors locked but the neon sign still blinking. It's got attitude (red text on blue! very bold!), it's got products (15+ beautiful images you can almost see), but apparently the crawler couldn't find a single word of actual content. It's the automotive equivalent of looking shredded on Instagram while driving a broken transmission—all presentation, no substance.

🎯 Start Here

🔍 SEO
8/100
Accessibility
15/100
🔒 Trust Signals
22/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.

70
Performance

Core Web Vitals

9.4s
LCP
Largest Contentful Paint
0.00
CLS
Cumulative Layout Shift
🔍 8

SEO

15

Accessibility

🔒 22

Trust Signals

🎯 38

Conversion

48

Performance

📝 55

Copy & Messaging

📱 58

Mobile

🎨 62

Design & UX

🔍

SEO

8/100

This is an absolute SEO graveyard—zero meta description, zero internal/external links, zero structured data, and apparently zero indexable content (the crawler found 0 words). Google can't even see your products, let alone rank them.

Issues Found

  • Missing meta description entirely (0/160 characters)—no preview for SERPs
  • No internal linking structure detected; product pages are likely isolated
  • No schema markup (Product schema, Organization schema, LocalBusiness schema missing); Google has no structured understanding of your offerings
  • Zero words crawled suggests JavaScript rendering issues or robots.txt blocking; Vercel deployment may have configuration issues

Recommendations

  • Add meta description to products page high

    Write a 155-160 character meta description: 'Browse premium automotive parts from Project Speed Autoworks. OEM-certified oil filters, air filters, brake parts, and coolants for all major manufacturers.'

  • Implement Product schema markup high

    Add structured data (JSON-LD) for each product including name, description, price, availability, image, and brand to enable rich snippets in SERPs.

  • Create internal linking strategy high

    Add breadcrumbs (HOME > PRODUCTS > [CATEGORY]), category pages, and related product recommendations to establish information architecture.

Accessibility

15/100

Zero ARIA attributes, no skip link, and an audit score of 0—this site is a fortress of inaccessibility that would make screen reader users weep into their keyboards.

Issues Found

  • No skip-to-main-content link; keyboard users must tab through entire navigation before reaching products
  • Zero ARIA labels/descriptions; role attributes missing on interactive elements (buttons, filter pills)
  • Product images lack alt text (visible in screenshots: product names not descriptive); screen reader users get zero context
  • Color contrast potentially inadequate (red text on blue background may fail WCAG AA)

Recommendations

  • Add skip-to-main-content link high

    Insert a visually hidden anchor link at the top of the page that jumps to the product grid, allowing keyboard navigation to bypass the nav.

  • Add alt text to all product images high

    Write descriptive alt text for each product (e.g., 'ECO COOL Pink engine coolant bottle with purple gradient label' instead of leaving blank).

  • Add ARIA labels to interactive elements high

    Mark filter buttons with role='button' and aria-pressed, add aria-label to the search input, and provide aria-live regions for filter results updates.

🔒

Trust Signals

22/100

The only trust signal visible is a one-liner about 'OEM standards,' but there are zero customer testimonials, no security badges, no certifications visible, and no company location/contact info on this page to establish credibility.

Issues Found

  • Subheading mentions 'OEM standards' but provides no proof, certification badge, or link to verify claims
  • No customer testimonials, review counts, or star ratings visible on product cards
  • No security badges (SSL, trust seals), privacy policy link, or company information in footer (not visible in screenshots)
  • No social proof elements (customer count, years in business, industry awards, press mentions)

Recommendations

  • Display certification and quality badges medium

    Add visual badges (ISO certified, OEM approved, etc.) and link to certificates; include trust seals (McAfee, Norton) in footer if applicable.

  • Add customer testimonials and review counts high

    Feature 2-3 brief testimonials ('Excellent quality, 5-star service') with star ratings on products; display review count badge on product cards.

  • Highlight company credentials in footer/About medium

    Add elements like 'Serving [X] years,' '[X]+ products shipped,' 'Industry awards,' or 'Featured in [publication]' to establish authority.

🎯

Conversion

38/100

The conversion funnel is essentially non-existent—there's no visible 'Add to Cart', no product detail pages, no urgency signals, and the only CTAs ('Book Appointment', 'Login') are tangential to buying products.

Issues Found

  • No product-level CTAs visible on product cards; users can see products but have no clear path to purchase
  • 'Book Appointment' and 'Login' buttons in header are navigation confusing—unclear what 'appointment' means for an e-commerce shop
  • No scarcity signals, social proof, testimonials, or trust badges visible on products page
  • No filtering feedback or sorting options; users can filter by category but unclear if results updated

Recommendations

  • Add prominent 'Add to Cart' CTA to each product card high

    Place a high-contrast button (brand orange) on each product with clear microcopy ('Add to Cart' or 'Buy Now'); consider mini cart preview.

  • Add product detail page template high

    Create detail pages with full description, specs, compatibility info, customer reviews, and related products; link each product card to its detail page.

  • Display trust signals on products medium

    Add badges (OEM Certified, Tested, In Stock, Free Shipping) and customer review counts to reduce purchase friction.

Performance

48/100

PageSpeed gives a middling 70/100 on mobile performance, but LCP of 9.3 seconds is abysmal (target <2.5s), and unused CSS/JS are bloating the page—you're throwing code at the wall and seeing what sticks.

Issues Found

  • LCP (Largest Contentful Paint) of 9.377s is 3-4x slower than acceptable; likely caused by large hero image or blocking JavaScript
  • Unused CSS and JavaScript not eliminated; typical culprit is framework bloat or unoptimized dependencies on Vercel
  • PageSpeed SEO score of 0 suggests critical issues preventing crawlability (likely robots.txt or rendering problems)

Recommendations

  • Optimize hero image with WebP and lazy loading high

    Convert background image to WebP, compress to <200KB, use CSS background-attachment: fixed sparingly, and ensure it doesn't block LCP.

  • Audit and remove unused CSS/JavaScript high

    Run bundle analysis (webpack-bundle-analyzer, Lighthouse), remove unused npm packages, tree-shake dependencies, and use code splitting to defer non-critical JS.

  • Enable Vercel's edge caching and image optimization medium

    Use Vercel's built-in Image component for automatic optimization, enable ISR (Incremental Static Regeneration), and configure cache headers properly.

📝

Copy & Messaging

55/100

Headline is clear ('OUR PRODUCTS') and subheading establishes credibility ('OEM standards'), but product descriptions are barebones and lack compelling value propositions or action-oriented language.

Issues Found

  • Product descriptions are 1-2 sentences—insufficient to differentiate products or justify premium pricing
  • No CTAs on individual product cards (no 'Add to Cart', 'View Details', or 'Learn More' buttons visible)
  • Missing emotional or benefit-driven language; copy reads like a parts catalog, not a sales pitch

Recommendations

  • Expand product descriptions with benefits high

    Add 2-3 more sentences highlighting real-world benefits (e.g., 'Reduces fuel consumption by up to 15%' instead of just 'Designed to protect engine').

  • Add primary CTA to product cards high

    Place a visible 'Add to Cart' or 'View Details' button on each card with clear visual hierarchy (use the brand orange/red color).

  • Include product specifications or USPs medium

    Add quick specs (e.g., 'OEM Certified', 'Tested to 100K miles', 'Fits 15+ models') to differentiate products at a glance.

📱

Mobile

58/100

Mobile layout is responsive and readable, but the navigation collapses to a hamburger without visual affordances, and touch targets for filter buttons appear marginally sized (WCAG recommends 44x44px minimum).

Issues Found

  • Filter buttons in mobile view appear to have padding of ~8px, likely smaller than 44x44px touch target minimum (WCAG 2.1 Level AAA)
  • Hamburger menu icon lacks visual indication of expanded state; no aria-expanded or visual chevron
  • Search input and Clear button are full-width but could use better spacing; input placeholder text may be too faint

Recommendations

  • Increase touch target sizes to 44x44px minimum medium

    Add padding/height to filter buttons and any tappable elements to meet WCAG minimum; ensure 8px spacing between targets.

  • Improve mobile navigation feedback low

    Add visual chevron (^ or ∨) to hamburger menu and use aria-expanded to signal open/closed state for screen readers.

  • Enhance search input usability medium

    Increase input height to 44px, ensure placeholder text has sufficient contrast, and add submit button instead of separate Clear button.

🎨

Design & UX

62/100

Bold, modern color scheme (blue + red + white) with decent layout hierarchy and proper product card design—but the overly dark hero image creates contrast issues and the filter buttons could use better visual feedback for mobile users.

Issues Found

  • Hero image too dark and heavily overlaid, making it difficult to read 'OUR PRODUCTS' despite the red text
  • Product cards lack hover states or interactive feedback, reducing perceived interactivity
  • Mobile navigation collapses to a hamburger without clear visual indication of current section

Recommendations

  • Lighten hero overlay or adjust text shadow medium

    Reduce the opacity of the background overlay from ~70% to ~50% or add stronger text shadows to improve readability of the headline without losing the background imagery.

  • Add product card hover states low

    Implement subtle scaling (1.02x), shadow enhancement, or background color shift on hover to signal interactivity and improve perceived quality.

  • Visual indicator for active mobile navigation medium

    Add an underline, highlight, or active state indicator on the mobile nav to show users they're on the Products page.

Think you can beat 38/100?

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