www.gregisenberg.com
Scanned on December 28, 2025 at 07:22 PM
Not bad! But not great.
The Roast π₯
60/100 performance. Mediocre is not a strategy.
6.6s to show main content? Users are leaving before they even see your page.
471ms of blocked main thread. Time to put that JS on a diet.
71/100 accessibility. Some users can't even use your site properly.
54/100 best practices. Security and standards called - they want their dignity back.
Security grade D. Your site is a hacker's playground.
No CDN detected. Users in Australia are still waiting for your site to load.
21 images missing alt text, 30 not optimized. Amateur hour.
Mixed content detected. HTTPS page loading HTTP resources. Pick a lane.
No structured data. Google has no idea what your site is about.
Tracking users without consent. GDPR fines start at β¬20 million. Good luck.
The website is built with Framer, a no-code tool, which explains the poor performance (60/100) and best practices (54/100) scores - Framer sites are notoriously bloated with unnecessary JavaScript and inefficient rendering
The HTML contains Framer editor code and references to Framer's CDN, indicating this is a template-based site with minimal customization - this screams 'amateur hour' for someone positioning as a startup expert
Accessibility score of 71/100 is embarrassing for a modern website - Framer's default components often fail basic accessibility standards like proper ARIA labels and keyboard navigation
The meta description contains a non-breaking space character (β¨) that appears as a weird box in some browsers - sloppy copy-paste job from somewhere
Despite the SEO score of 100/100, the site relies entirely on Framer's built-in SEO features - there's zero custom optimization for Greg's specific brand and content
The Fix π οΈ
AI Deep Analysis π€AI
This Framer-built site is the digital equivalent of showing up to a startup pitch in sweatpants - technically functional but screams 'I don't take my own platform seriously enough to build it properly.'
π Key Insights
π‘ AI Recommendations
AI Fix Prompt π€
Agency TierCopy 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://www.gregisenberg.com/
- **Overall Score**: 71/100
- **Title**: Document has a `<title>` element
- **Description**: No description
## Performance Scores
- **Performance**: 60/100
- **SEO**: 100/100
- **Accessibility**: 71/100
- **Best Practices**: 54/100
- **Security**: 40/100
- **Mobile**: 71/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. **6.6s to show main content? Users are leaving before they even see your page.**
2. **Security grade D. Your site is a hacker's playground.**
3. **21 images missing alt text, 30 not optimized. Amateur hour.**
4. **Tracking users without consent. GDPR fines start at β¬20 million. Good luck.**
## β οΈ WARNINGS (High Priority)
1. 60/100 performance. Mediocre is not a strategy.
2. 471ms of blocked main thread. Time to put that JS on a diet.
3. 71/100 accessibility. Some users can't even use your site properly.
4. 54/100 best practices. Security and standards called - they want their dignity back.
5. No CDN detected. Users in Australia are still waiting for your site to load.
6. Mixed content detected. HTTPS page loading HTTP resources. Pick a lane.
7. No structured data. Google has no idea what your site is about.
## β‘ Performance Optimizations
1. **Optimize JavaScript delivery**
*Defer non-critical JavaScript, code-split large bundles, and remove unused dependencies.*
2. **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.*
## βΏ Accessibility Fixes
1. **Fix color contrast issues**
*Some text doesn't have enough contrast with its background, making it hard to read.*
2. **Add alt text to all images**
```
<img src="photo.jpg" alt="Descriptive text about the image" loading="lazy">
```
*21 images are missing alt text. Required for accessibility and SEO.*
## π 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 Referrer-Policy security header**
```
Referrer-Policy: strict-origin-when-cross-origin
```
*No Referrer-Policy - leaking sensitive URLs in referrer headers*
## π€ AI Deep Analysis Summary
This Framer-built site is the digital equivalent of showing up to a startup pitch in sweatpants - technically functional but screams 'I don't take my own platform seriously enough to build it properly.'
### Key Insights
1. The website is built with Framer, a no-code tool, which explains the poor performance (60/100) and best practices (54/100) scores - Framer sites are notoriously bloated with unnecessary JavaScript and inefficient rendering
2. The HTML contains Framer editor code and references to Framer's CDN, indicating this is a template-based site with minimal customization - this screams 'amateur hour' for someone positioning as a startup expert
3. Accessibility score of 71/100 is embarrassing for a modern website - Framer's default components often fail basic accessibility standards like proper ARIA labels and keyboard navigation
4. The meta description contains a non-breaking space character (β¨) that appears as a weird box in some browsers - sloppy copy-paste job from somewhere
5. Despite the SEO score of 100/100, the site relies entirely on Framer's built-in SEO features - there's zero custom optimization for Greg's specific brand and content
## π§ Additional Improvements
1. **Implement cookie consent banner**
```
<script src="https://cdn.cookielaw.org/consent/[your-id].js" type="text/javascript" charset="UTF-8"></script>
```
*Required by GDPR. Use a consent management platform before loading any tracking scripts.*
## π― Keyword Optimization Opportunities
### Primary Keywords Found
1. **help win internet** (appears undefined times)
2. **internet** (appears undefined times)
3. **ideas** (appears undefined times)
4. **startup** (appears undefined times)
5. **reddit** (appears undefined times)
6. **exact** (appears undefined times)
7. **win** (appears undefined times)
8. **building** (appears undefined times)
9. **playbook** (appears undefined times)
10. **help** (appears undefined times)
11. **greg** (appears undefined times)
12. **frameworks** (appears undefined times)
13. **startup ideas** (appears undefined times)
14. **exact playbook** (appears undefined times)
15. **help win** (appears undefined times)
16. **win internet** (appears undefined times)
17. **ideas frameworks** (appears undefined times)
18. **frameworks help** (appears undefined times)
19. **ideas frameworks help** (appears undefined times)
20. **frameworks help win** (appears undefined times)
### AI-Suggested Keywords to Target
1. community product development (1,920 searches/mo)
2. community-driven product design (1,920 searches/mo)
3. how to build online communities (1,382 searches/mo)
4. internet business strategies (2,534 searches/mo)
5. digital business innovation (2,534 searches/mo)
6. online community monetization (2,304 searches/mo)
7. tech entrepreneurship tips (2,112 searches/mo)
8. startup scaling techniques (1,920 searches/mo)
9. best startup ideas (1,680 searches/mo)
10. startup growth frameworks (1,152 searches/mo)
## π Core Web Vitals
- **First Contentful Paint (FCP)**: 2738s
- **Largest Contentful Paint (LCP)**: 6564s
- **Cumulative Layout Shift (CLS)**: 0.0008354251867418634
- **Total Blocking Time (TBT)**: 471ms
## π Page Information
- **Page Size**: 2.36 KB
- **Load Time**: 12183.00s
---
## 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) Agency Tier Deep Analysis*
*Audit Date: 2025-12-28*
π‘ How to use this prompt:
- Click "Copy Prompt" above
- Open Claude, ChatGPT, Cursor, or your favorite AI coding assistant
- Paste the prompt and press Enter
- Get specific code fixes, implementation guidance, and best practices
Tech Stack π»
Security Analysis π
Social Media π±
Image Optimization πΌοΈ
SSL/TLS Security π
SEO Essentials π―
Structured Data π
Performance Deep Dive β‘
Third-Party Scripts π¦
Mobile Responsiveness π±
Privacy & GDPR π‘οΈ
Keyword Research & Targeting π―AGENCY
π Primary Keywords Detected
Keywords extracted from your page content with live search metrics from DataForSEO
| Keyword | Monthly Volume | Difficulty | CPC | Opportunity |
|---|---|---|---|---|
| help win internet | 1,843 | 33/100 | $0.50 | HIGH |
| internet | 15,360 | 73/100 | $0.50 | MEDIUM |
| ideas | 12,800 | 65/100 | $0.50 | MEDIUM |
| startup | 12,800 | 75/100 | $1.30 | MEDIUM |
| 12,800 | 65/100 | $0.50 | MEDIUM | |
| exact | 12,800 | 65/100 | $0.50 | MEDIUM |
| win | 12,800 | 65/100 | $0.50 | MEDIUM |
| building | 12,800 | 65/100 | $0.50 | MEDIUM |
| playbook | 12,800 | 65/100 | $0.50 | MEDIUM |
| help | 12,800 | 65/100 | $0.50 | MEDIUM |
| greg | 12,800 | 65/100 | $0.50 | MEDIUM |
| frameworks | 7,680 | 70/100 | $0.50 | MEDIUM |
| startup ideas | 4,800 | 60/100 | $1.30 | MEDIUM |
| exact playbook | 4,800 | 50/100 | $0.50 | MEDIUM |
| help win | 4,800 | 50/100 | $0.50 | MEDIUM |
| win internet | 4,608 | 48/100 | $0.50 | MEDIUM |
| ideas frameworks | 2,880 | 55/100 | $0.50 | MEDIUM |
| frameworks help | 2,880 | 55/100 | $0.50 | MEDIUM |
| ideas frameworks help | 1,152 | 40/100 | $0.50 | MEDIUM |
| frameworks help win | 1,152 | 40/100 | $0.50 | MEDIUM |
π€ AI-Suggested Keyword OpportunitiesAI-POWERED
Related keywords you should target but aren't currently using - suggested by Claude AI
| Suggested Keyword | Monthly Volume | Difficulty | CPC | Opportunity |
|---|---|---|---|---|
| β community product development | 1,920 | 35/100 | $0.50 | HIGH |
| β community-driven product design | 1,920 | 35/100 | $0.50 | HIGH |
| β how to build online communities | 1,382 | 23/100 | $0.50 | HIGH |
| β internet business strategies | 2,534 | 53/100 | $0.50 | MEDIUM |
| β digital business innovation | 2,534 | 53/100 | $0.50 | MEDIUM |
| β online community monetization | 2,304 | 43/100 | $0.50 | MEDIUM |
| β tech entrepreneurship tips | 2,112 | 45/100 | $0.50 | MEDIUM |
| β startup scaling techniques | 1,920 | 57/100 | $1.30 | MEDIUM |
| β best startup ideas | 1,680 | 70/100 | $1.80 | MEDIUM |
| β startup growth frameworks | 1,152 | 50/100 | $1.30 | MEDIUM |
π 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