www.dragonfly.xyz
Scanned on December 29, 2025 at 08:08 AM
Pretty solid. Minor tweaks needed.
The Roast π₯
59/100 performance. Mediocre is not a strategy.
5.3s to show main content? Users are leaving before they even see your page.
479ms of blocked main thread. Time to put that JS on a diet.
Security grade D. Your site is a hacker's playground.
12 images missing alt text, 48 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.
No privacy policy link. Legally required, but who needs compliance?
Performance score of 59/100 is embarrassingly low for a Next.js site - likely due to massive image payloads and poor optimization
H1 tag 'Dragonfly backsyour favoritecrypto projects' has missing spaces between words - looks amateurish and unprofessional
Meta keywords are outdated SEO practice and waste bytes - 'cryptoasset,investment,firm,fund,global,crypto' adds zero value
Preloading header logo image at multiple sizes (640w, 750w, 828w) is overkill for a simple logo - wasting critical initial load bandwidth
HTML snippet shows excessive meta tags including 'x-dns-prefetch-control: off' which actively hurts performance by disabling DNS prefetching
The Fix π οΈ
AI Deep Analysis π€AI
A crypto investment firm with a website that performs like it's running on dial-up - great SEO can't save you when users bounce from slow loading times.
π 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.dragonfly.xyz/
- **Overall Score**: 82/100
- **Title**: Document has a `<title>` element
- **Description**: No description
## Performance Scores
- **Performance**: 59/100
- **SEO**: 92/100
- **Accessibility**: 94/100
- **Best Practices**: 100/100
- **Security**: 55/100
- **Mobile**: 94/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. **5.3s 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. **12 images missing alt text, 48 not optimized. Amateur hour.**
## β οΈ WARNINGS (High Priority)
1. 59/100 performance. Mediocre is not a strategy.
2. 479ms of blocked main thread. Time to put that JS on a diet.
3. Mixed content detected. HTTPS page loading HTTP resources. Pick a lane.
4. No structured data. Google has no idea what your site is about.
5. No privacy policy link. Legally required, but who needs compliance?
## β‘ 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.*
2. **Add canonical tags**
```
<link rel="canonical" href="https://yoursite.com/page">
```
*Prevents duplicate content issues and consolidates SEO signals.*
## βΏ Accessibility Fixes
1. **Add alt text to all images**
```
<img src="photo.jpg" alt="Descriptive text about the image" loading="lazy">
```
*12 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 Referrer-Policy security header**
```
Referrer-Policy: strict-origin-when-cross-origin
```
*No Referrer-Policy - leaking sensitive URLs in referrer headers*
3. **Add Permissions-Policy security header**
```
Permissions-Policy: geolocation=(), microphone=(), camera=()
```
*No Permissions-Policy - browser features not restricted*
## π€ AI Deep Analysis Summary
A crypto investment firm with a website that performs like it's running on dial-up - great SEO can't save you when users bounce from slow loading times.
### Key Insights
1. Performance score of 59/100 is embarrassingly low for a Next.js site - likely due to massive image payloads and poor optimization
2. H1 tag 'Dragonfly backsyour favoritecrypto projects' has missing spaces between words - looks amateurish and unprofessional
3. Meta keywords are outdated SEO practice and waste bytes - 'cryptoasset,investment,firm,fund,global,crypto' adds zero value
4. Preloading header logo image at multiple sizes (640w, 750w, 828w) is overkill for a simple logo - wasting critical initial load bandwidth
5. HTML snippet shows excessive meta tags including 'x-dns-prefetch-control: off' which actively hurts performance by disabling DNS prefetching
## π― Keyword Optimization Opportunities
### Primary Keywords Found
1. **dragonfly backsyour favoritecrypto** (appears undefined times)
2. **backsyour favoritecrypto projects** (appears undefined times)
3. **dragonfly** (appears undefined times)
4. **projects** (appears undefined times)
5. **global** (appears undefined times)
6. **backsyour** (appears undefined times)
7. **favoritecrypto** (appears undefined times)
8. **one** (appears undefined times)
9. **crypto** (appears undefined times)
10. **fromday** (appears undefined times)
11. **backs** (appears undefined times)
12. **favorite** (appears undefined times)
13. **day** (appears undefined times)
14. **dragonfly backsyour** (appears undefined times)
15. **backsyour favoritecrypto** (appears undefined times)
16. **favoritecrypto projects** (appears undefined times)
17. **dragonfly backs** (appears undefined times)
18. **backs favorite** (appears undefined times)
19. **favorite crypto** (appears undefined times)
20. **dragonfly backsyour favoritecrypto projects** (appears undefined times)
### AI-Suggested Keywords to Target
1. crypto portfolio management (1,920 searches/mo)
2. blockchain startup funding (1,536 searches/mo)
3. how to invest in crypto startups (1,382 searches/mo)
4. web3 investment strategies (2,880 searches/mo)
5. top crypto investors (2,520 searches/mo)
6. blockchain investment fund (2,304 searches/mo)
7. emerging blockchain investments (2,304 searches/mo)
8. crypto venture capital (1,152 searches/mo)
9. web3 venture capital (1,152 searches/mo)
10. best crypto investment firms (840 searches/mo)
## π Core Web Vitals
- **First Contentful Paint (FCP)**: 3017s
- **Largest Contentful Paint (LCP)**: 5327s
- **Cumulative Layout Shift (CLS)**: 0
- **Total Blocking Time (TBT)**: 479ms
## π Page Information
- **Page Size**: 1.17 KB
- **Load Time**: 5469.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-29*
π‘ 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 |
|---|---|---|---|---|
| dragonfly backsyour favoritecrypto | 1,920 | 35/100 | $0.50 | HIGH |
| backsyour favoritecrypto projects | 1,920 | 35/100 | $0.50 | HIGH |
| dragonfly | 12,800 | 65/100 | $0.50 | MEDIUM |
| projects | 12,800 | 65/100 | $0.50 | MEDIUM |
| global | 12,800 | 65/100 | $0.50 | MEDIUM |
| backsyour | 12,800 | 65/100 | $0.50 | MEDIUM |
| favoritecrypto | 12,800 | 65/100 | $0.50 | MEDIUM |
| one | 12,800 | 65/100 | $0.50 | MEDIUM |
| crypto | 12,800 | 65/100 | $0.50 | MEDIUM |
| fromday | 12,800 | 65/100 | $0.50 | MEDIUM |
| backs | 12,800 | 65/100 | $0.50 | MEDIUM |
| favorite | 12,800 | 65/100 | $0.50 | MEDIUM |
| day | 12,800 | 65/100 | $0.50 | MEDIUM |
| dragonfly backsyour | 4,800 | 50/100 | $0.50 | MEDIUM |
| backsyour favoritecrypto | 4,800 | 50/100 | $0.50 | MEDIUM |
| favoritecrypto projects | 4,800 | 50/100 | $0.50 | MEDIUM |
| dragonfly backs | 4,800 | 50/100 | $0.50 | MEDIUM |
| backs favorite | 4,800 | 50/100 | $0.50 | MEDIUM |
| favorite crypto | 4,800 | 50/100 | $0.50 | MEDIUM |
| dragonfly backsyour favoritecrypto projects | 640 | 20/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 |
|---|---|---|---|---|
| β crypto portfolio management | 1,920 | 35/100 | $0.50 | HIGH |
| β blockchain startup funding | 1,536 | 35/100 | $1.30 | HIGH |
| β how to invest in crypto startups | 1,382 | 35/100 | $1.30 | HIGH |
| β web3 investment strategies | 2,880 | 55/100 | $0.50 | MEDIUM |
| β top crypto investors | 2,520 | 80/100 | $1.00 | MEDIUM |
| β blockchain investment fund | 2,304 | 45/100 | $0.50 | MEDIUM |
| β emerging blockchain investments | 2,304 | 45/100 | $0.50 | MEDIUM |
| β crypto venture capital | 1,152 | 40/100 | $0.50 | MEDIUM |
| β web3 venture capital | 1,152 | 40/100 | $0.50 | MEDIUM |
| β best crypto investment firms | 840 | 65/100 | $1.00 | 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