SCAN COMPLETE

moodscan-app.vercel.app

πŸ”₯ Website Scan Β· Score 80/100

Scanned on January 4, 2026 at 04:37 AM

Share This Roast:
80
/100

Not bad! But not great.

Load Time
3.25s
HTML Size
456KB
Scripts
0
external
Images
0
Links
0
accessibility
87
/100
images
100
/100
privacy
70
/100
seoEssentials
15
/100
ssl
100
/100
thirdParty
100
/100
security
30
/100
schema
0
/100
performance
86
/100
bestPractices
100
/100
seo
100
/100
mobile
87
/100
mobileReady
100
/100
performanceDeep
100
/100

The Roast πŸ”₯

πŸ“¦

3.2s LCP. Google says anything over 2.5s is trash. They're not wrong.

πŸ‘οΈ

87/100 accessibility. Some users can't even use your site properly.

πŸ”“

Security grade F. Your site is a hacker's playground.

🌍

No CDN detected. Users in Australia are still waiting for your site to load.

πŸ“±

Social media score: 0/100. Your links look like garbage when shared.

πŸ“Š

No structured data. Google has no idea what your site is about.

πŸ—ΊοΈ

No sitemap.xml. Search engines are playing hide and seek with your content.

πŸ“

No H1 heading. Did you forget the most basic HTML tag?

πŸ“œ

No privacy policy link. Legally required, but who needs compliance?

The Fix πŸ› οΈ

Improve server response timeβ–Ά Show how to fix
Add Content-Security-Policy security headerβ–Ά Show how to fix
Add X-Frame-Options security headerβ–Ά Show how to fix
Add X-Content-Type-Options security headerβ–Ά Show how to fix
Add Open Graph imageβ–Ά Show how to fix
Add Open Graph titleβ–Ά Show how to fix
Add Schema.org structured dataβ–Ά Show how to fix
Create sitemap.xmlβ–Ά Show how to fix
Add canonical tagsβ–Ά Show how to fix

AI Fix Prompt πŸ€–

Agency Tier

Copy this professional prompt and paste it into Claude, ChatGPT, Cursor, or any AI coding assistant to get specific implementation help for all issues found:

# Website Audit & Fix Implementation Plan

## Website Information
- **URL**: https://moodscan-app.vercel.app/
- **Overall Score**: 80/100
- **Title**: Document has a `<title>` element
- **Description**: No description

## Performance Scores
- **Performance**: 86/100
- **SEO**: 100/100
- **Accessibility**: 87/100
- **Best Practices**: 100/100
- **Security**: 30/100
- **Mobile**: 87/100

---

## Task Overview
I need you to help me fix all the issues identified in my website audit. Below is a comprehensive list of all problems organized by priority and category. Please provide specific, actionable code fixes for each issue.

## 🚨 CRITICAL ISSUES (Fix Immediately)

1. **Security grade F. Your site is a hacker's playground.**
2. **Social media score: 0/100. Your links look like garbage when shared.**
3. **No H1 heading. Did you forget the most basic HTML tag?**

## ⚠️  WARNINGS (High Priority)

1. 3.2s LCP. Google says anything over 2.5s is trash. They're not wrong.
2. 87/100 accessibility. Some users can't even use your site properly.
3. No CDN detected. Users in Australia are still waiting for your site to load.
4. No structured data. Google has no idea what your site is about.
5. No sitemap.xml. Search engines are playing hide and seek with your content.
6. No privacy policy link. Legally required, but who needs compliance?

## ⚑ Performance Optimizations

1. **Improve server response time**
   *Use a CDN, optimize backend queries, and implement caching strategies.*

## πŸ” SEO Improvements

1. **Add Schema.org structured data**
   ```
   <script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "Your Site Name",
  "url": "https://yoursite.com"
}
</script>
   ```
   *Structured data helps search engines understand your content and show rich snippets.*

2. **Create sitemap.xml**
   ```
   <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yoursite.com/</loc>
  </url>
</urlset>
   ```
   *Generate a sitemap and submit it to Google Search Console.*

3. **Add canonical tags**
   ```
   <link rel="canonical" href="https://yoursite.com/page">
   ```
   *Prevents duplicate content issues and consolidates SEO signals.*

## πŸ”’ Security Enhancements

1. **Add Content-Security-Policy security header**
   ```
   Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline';
   ```
   *Missing Content-Security-Policy - vulnerable to XSS attacks*

2. **Add X-Frame-Options security header**
   ```
   X-Frame-Options: DENY
   ```
   *No X-Frame-Options - clickjacking attacks possible*

3. **Add X-Content-Type-Options security header**
   ```
   X-Content-Type-Options: nosniff
   ```
   *No X-Content-Type-Options - MIME sniffing attacks possible*

## πŸ”§ Additional Improvements

1. **Add Open Graph image**
   ```
   <meta property="og:image" content="https://yourdomain.com/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
   ```
   *Create a 1200x630px image for social media previews. This dramatically improves click-through rates.*

2. **Add Open Graph title**
   ```
   <meta property="og:title" content="Your compelling title here">
   ```
   *Separate from page title, this appears in social media previews.*

## 🎯 Keyword Optimization Opportunities

### Primary Keywords Found
1. **_next static chunks 501f4f1c6c42cd35** (appears undefined times)
2. **_next static chunks** (appears undefined times)
3. **static chunks 501f4f1c6c42cd35** (appears undefined times)
4. **_next** (appears undefined times)
5. **static** (appears undefined times)
6. **chunks** (appears undefined times)
7. **undefined** (appears undefined times)
8. **501f4f1c6c42cd35** (appears undefined times)
9. **self** (appears undefined times)
10. **__next_f** (appears undefined times)
11. **20eba7ad151dc355** (appears undefined times)
12. **default** (appears undefined times)
13. **css** (appears undefined times)
14. **woff2** (appears undefined times)
15. **font** (appears undefined times)
16. **crossorigin** (appears undefined times)
17. **_next static** (appears undefined times)
18. **static chunks** (appears undefined times)
19. **chunks 501f4f1c6c42cd35** (appears undefined times)
20. **self __next_f** (appears undefined times)

### AI-Suggested Keywords to Target
1. how to use ai for emotional intelligence (1,152 searches/mo)
2. artificial intelligence mood detection (640 searches/mo)
3. ai emotional wellness technology (640 searches/mo)
4. emotional intelligence technology (1,920 searches/mo)
5. mental health ai scanner (896 searches/mo)
6. ai mood tracker app (768 searches/mo)
7. digital mood tracking services (768 searches/mo)
8. personal mood analytics software (768 searches/mo)
9. best ai mood analysis tools (560 searches/mo)
10. top mood analysis apps (560 searches/mo)

## πŸ“Š Core Web Vitals

- **First Contentful Paint (FCP)**: 2.7s
- **Largest Contentful Paint (LCP)**: 3.2s
- **Cumulative Layout Shift (CLS)**: 0.000
- **Total Blocking Time (TBT)**: 17ms



## πŸ“„ Page Information

- **Page Size**: 456.00 KB
- **Load Time**: 3.25s

---

## Instructions for Implementation

Please help me implement fixes for all the issues listed above. For each fix:

1. **Provide specific code changes** with before/after examples
2. **Explain why** the change improves the website
3. **Include file paths** where changes should be made (if you can infer them)
4. **Prioritize fixes** by impact (critical issues first)
5. **Consider modern best practices** for web development
6. **Ensure fixes are production-ready** and tested

If you need more context about my tech stack or specific implementation details, please ask. I'm ready to implement these changes to improve my website's performance, SEO, accessibility, and security.

---

*This prompt was generated by [RoastWeb](https://roastweb.com) - AI-Powered Website Audits*
*Audit Date: 2026-01-04*

πŸ’‘ How to use this prompt:

  1. Click "Copy Prompt" above
  2. Open Claude, ChatGPT, Cursor, or your favorite AI coding assistant
  3. Paste the prompt and press Enter
  4. Get specific code fixes, implementation guidance, and best practices

Tech Stack πŸ’»

Framework
Next.js
Server
Vercel

Security Analysis πŸ”’

Security Grade
F
Security Score
30/100
Missing Security Headers
⚠️Missing Content-Security-Policy - vulnerable to XSS attacks
⚠️No X-Frame-Options - clickjacking attacks possible
⚠️No X-Content-Type-Options - MIME sniffing attacks possible
⚠️No Referrer-Policy - leaking sensitive URLs in referrer headers
⚠️No Permissions-Policy - browser features not restricted

Social Media πŸ“±

Social Sharing Score
0/100
Status
❌ Poor
❌
OG Title
❌
OG Description
❌
OG Image
❌
Twitter Card
5 issues found. Check "The Fix" section for details.

Image Optimization πŸ–ΌοΈ

Total Images
0
Missing Alt
0
Unoptimized
0
Score
100/100
WebP
0
PNG
0
JPG
0
GIF
0
SVG
0
Other
0

SSL/TLS Security πŸ”

HTTPS
βœ…
Mixed Content
βœ…
HTTP Redirect
βœ…
Grade
A

SEO Essentials 🎯

❌
Sitemap
❌
Robots.txt
❌
Canonical
βœ…
Meta Desc
Title Length
28 chars
H1 Count
0
SEO Score
15/100

Structured Data πŸ“Š

Has Schema
❌
Items Found
0
Score
0/100

Performance Deep Dive ⚑

Compression
br
Caching
βœ…
Total Resources
11
Score
100/100
Scripts: 9 | Styles: 2 | Images: 0

Third-Party Scripts πŸ“¦

Total Scripts
0
Tracking
0
Score
100/100

Mobile Responsiveness πŸ“±

Viewport Tag
βœ…
Responsive
βœ…
Touch Friendly
βœ…
Score
100/100

Privacy & GDPR πŸ›‘οΈ

Cookie Notice
❌
Privacy Policy
❌
Cookie Scripts
0
Compliance Score
70/100

Keyword Research & Targeting 🎯AGENCY

πŸ”‘ Primary Keywords Detected

Keywords extracted from your page content with live search metrics from DataForSEO

KeywordMonthly VolumeDifficultyCPCOpportunity
_next static chunks 501f4f1c6c42cd3564020/100$0.50🎯 EASY WIN
_next static chunks1,92035/100$0.50HIGH
static chunks 501f4f1c6c42cd351,92035/100$0.50HIGH
_next12,80065/100$0.50MEDIUM
static12,80065/100$0.50MEDIUM
chunks12,80065/100$0.50MEDIUM
undefined12,80065/100$0.50MEDIUM
501f4f1c6c42cd3512,80065/100$0.50MEDIUM
self12,80065/100$0.50MEDIUM
__next_f12,80065/100$0.50MEDIUM
20eba7ad151dc35512,80065/100$0.50MEDIUM
default12,80065/100$0.50MEDIUM
css12,80065/100$0.50MEDIUM
woff212,80065/100$0.50MEDIUM
font12,80065/100$0.50MEDIUM
crossorigin12,80065/100$0.50MEDIUM
_next static4,80050/100$0.50MEDIUM
static chunks4,80050/100$0.50MEDIUM
chunks 501f4f1c6c42cd354,80050/100$0.50MEDIUM
self __next_f4,80050/100$0.50MEDIUM

πŸ€– AI-Suggested Keyword OpportunitiesAI-POWERED

Related keywords you should target but aren't currently using - suggested by Claude AI

Suggested KeywordMonthly VolumeDifficultyCPCOpportunity
β†’ how to use ai for emotional intelligence1,15215/100$0.50🎯 EASY WIN
β†’ artificial intelligence mood detection64020/100$0.50🎯 EASY WIN
β†’ ai emotional wellness technology64032/100$0.50🎯 EASY WIN
β†’ emotional intelligence technology1,92047/100$0.50HIGH
β†’ mental health ai scanner89635/100$0.50MEDIUM
β†’ ai mood tracker app76840/100$0.50MEDIUM
β†’ digital mood tracking services76840/100$0.50MEDIUM
β†’ personal mood analytics software76840/100$0.50MEDIUM
β†’ best ai mood analysis tools56045/100$1.00MEDIUM
β†’ top mood analysis apps56057/100$1.00MEDIUM

πŸ“Š Keyword Strategy Recommendations

  • Focus on high-opportunity keywords (green badges) for quick ranking wins
  • Low difficulty (<40) keywords are easier to rank for in 3-6 months
  • High CPC indicates commercial intent - these keywords drive conversions
  • Create dedicated landing pages optimized for your primary keywords
  • Use these keywords in your title tags, H1s, and meta descriptions

THINK YOUR SITE IS BETTER?

Get your free brutal audit in 10 seconds

Join 10,000+ developers who've been roasted

Powered by ROASTWEB