www.ilms.academy
Scanned on December 29, 2025 at 05:54 AM
Not bad! But not great.
The Roast π₯
56/100 performance. Mediocre is not a strategy.
5.0s to show main content? Users are leaving before they even see your page.
533ms of blocked main thread. Time to put that JS on a diet.
72/100 accessibility. Some users can't even use your site properly.
73/100 best practices. Security and standards called - they want their dignity back.
Security grade C. Missing 2 critical security headers.
No CDN detected. Users in Australia are still waiting for your site to load.
6 images missing alt text, 77 not optimized. Amateur hour.
Mixed content detected. HTTPS page loading HTTP resources. Pick a lane.
No sitemap.xml. Search engines are playing hide and seek with your content.
Tracking users without consent. GDPR fines start at β¬20 million. Good luck.
The H1 tag 'Institute of Legal and Management Studies' is completely irrelevant to the page content about a digital marketing course, creating severe content mismatch and confusing users and search engines.
The meta keywords tag contains a spammy, repetitive list of generic terms like 'digital marketing' repeated multiple times, which is outdated and potentially harmful for SEO.
The performance score of 56/100 indicates serious loading issues, likely due to unoptimized images, excessive JavaScript, or poor server response times affecting user experience.
The HTML snippet shows no visible CSS or JavaScript files in the head section, suggesting potential render-blocking resources or poor asset organization that delays page display.
The meta description is overly verbose at 450+ characters (well beyond the recommended 160), causing truncation in search results and reducing click-through rates.
The Fix π οΈ
AI Deep Analysis π€AI
This site is like a digital marketing course that forgot to market itself properly - great SEO score but terrible UX, confusing content, and performance that would make a dial-up modem blush.
π 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.ilms.academy/products/certificate-course-in-digital-marketing
- **Overall Score**: 72/100
- **Title**: Document has a `<title>` element
- **Description**: No description
## Performance Scores
- **Performance**: 56/100
- **SEO**: 92/100
- **Accessibility**: 72/100
- **Best Practices**: 73/100
- **Security**: 65/100
- **Mobile**: 72/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.0s to show main content? Users are leaving before they even see your page.**
2. **6 images missing alt text, 77 not optimized. Amateur hour.**
3. **Tracking users without consent. GDPR fines start at β¬20 million. Good luck.**
## β οΈ WARNINGS (High Priority)
1. 56/100 performance. Mediocre is not a strategy.
2. 533ms of blocked main thread. Time to put that JS on a diet.
3. 72/100 accessibility. Some users can't even use your site properly.
4. 73/100 best practices. Security and standards called - they want their dignity back.
5. Security grade C. Missing 2 critical security headers.
6. No CDN detected. Users in Australia are still waiting for your site to load.
7. Mixed content detected. HTTPS page loading HTTP resources. Pick a lane.
8. No sitemap.xml. Search engines are playing hide and seek with your content.
## β‘ Performance Optimizations
1. **Minify JavaScript files**
```
Use terser or esbuild to minify JavaScript in production builds.
```
*You could save 52KB by minifying JS.*
2. **Remove unused CSS (58KB wasted)**
*Use PurgeCSS or similar tools to remove unused CSS rules.*
## π SEO Improvements
1. **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.*
## βΏ 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="logo.png" alt="Company Name Logo">
```
*Screen readers need alt text to describe images to visually impaired users.*
3. **Add alt text to all images**
```
<img src="photo.jpg" alt="Descriptive text about the image" loading="lazy">
```
*6 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 Permissions-Policy security header**
```
Permissions-Policy: geolocation=(), microphone=(), camera=()
```
*No Permissions-Policy - browser features not restricted*
## π€ AI Deep Analysis Summary
This site is like a digital marketing course that forgot to market itself properly - great SEO score but terrible UX, confusing content, and performance that would make a dial-up modem blush.
### Key Insights
1. The H1 tag 'Institute of Legal and Management Studies' is completely irrelevant to the page content about a digital marketing course, creating severe content mismatch and confusing users and search engines.
2. The meta keywords tag contains a spammy, repetitive list of generic terms like 'digital marketing' repeated multiple times, which is outdated and potentially harmful for SEO.
3. The performance score of 56/100 indicates serious loading issues, likely due to unoptimized images, excessive JavaScript, or poor server response times affecting user experience.
4. The HTML snippet shows no visible CSS or JavaScript files in the head section, suggesting potential render-blocking resources or poor asset organization that delays page display.
5. The meta description is overly verbose at 450+ characters (well beyond the recommended 160), causing truncation in search results and reducing click-through rates.
## π§ 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. **2025** (appears undefined times)
2. **digital** (appears undefined times)
3. **marketing** (appears undefined times)
4. **ilms** (appears undefined times)
5. **academy** (appears undefined times)
6. **certificate** (appears undefined times)
7. **techkriti** (appears undefined times)
8. **course** (appears undefined times)
9. **increase** (appears undefined times)
10. **campaigns** (appears undefined times)
11. **help** (appears undefined times)
12. **digital marketing** (appears undefined times)
13. **techkriti 2025** (appears undefined times)
14. **course digital** (appears undefined times)
15. **marketing campaigns** (appears undefined times)
16. **ilms academy** (appears undefined times)
17. **certificate course** (appears undefined times)
18. **course digital marketing** (appears undefined times)
19. **certificate course digital** (appears undefined times)
20. **certificate course digital marketing** (appears undefined times)
### AI-Suggested Keywords to Target
1. how to become a digital marketer in 2025 (1,438 searches/mo)
2. online digital marketing course with placement (845 searches/mo)
3. professional digital marketing certification (845 searches/mo)
4. digital marketing skills training (845 searches/mo)
5. advanced digital marketing course (845 searches/mo)
6. digital marketing career path (845 searches/mo)
7. digital marketing services for businesses (845 searches/mo)
8. best digital marketing certification course (739 searches/mo)
9. digital marketing training near me (676 searches/mo)
10. top digital marketing institute in India (591 searches/mo)
## π Core Web Vitals
- **First Contentful Paint (FCP)**: 4131s
- **Largest Contentful Paint (LCP)**: 5017s
- **Cumulative Layout Shift (CLS)**: 0.00010794918222973685
- **Total Blocking Time (TBT)**: 533ms
## π Page Information
- **Page Size**: 2.71 KB
- **Load Time**: 13934.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 |
|---|---|---|---|---|
| 2025 | 16,640 | 60/100 | $0.50 | MEDIUM |
| digital | 15,360 | 85/100 | $0.50 | MEDIUM |
| marketing | 14,080 | 75/100 | $0.50 | MEDIUM |
| ilms | 12,800 | 65/100 | $0.50 | MEDIUM |
| academy | 12,800 | 65/100 | $0.50 | MEDIUM |
| certificate | 12,800 | 65/100 | $0.50 | MEDIUM |
| techkriti | 12,800 | 77/100 | $0.50 | MEDIUM |
| course | 12,800 | 65/100 | $0.50 | MEDIUM |
| increase | 12,800 | 65/100 | $0.50 | MEDIUM |
| campaigns | 12,800 | 65/100 | $0.50 | MEDIUM |
| help | 12,800 | 65/100 | $0.50 | MEDIUM |
| digital marketing | 6,336 | 68/100 | $0.50 | MEDIUM |
| techkriti 2025 | 6,240 | 57/100 | $0.50 | MEDIUM |
| course digital | 5,760 | 70/100 | $0.50 | MEDIUM |
| marketing campaigns | 5,280 | 60/100 | $0.50 | MEDIUM |
| ilms academy | 4,800 | 50/100 | $0.50 | MEDIUM |
| certificate course | 4,800 | 50/100 | $0.50 | MEDIUM |
| course digital marketing | 2,534 | 53/100 | $0.50 | MEDIUM |
| certificate course digital | 2,304 | 55/100 | $0.50 | MEDIUM |
| certificate course digital marketing | 845 | 38/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 |
|---|---|---|---|---|
| β how to become a digital marketer in 2025 | 1,438 | 20/100 | $0.50 | HIGH |
| β online digital marketing course with placement | 845 | 38/100 | $0.50 | MEDIUM |
| β professional digital marketing certification | 845 | 38/100 | $0.50 | MEDIUM |
| β digital marketing skills training | 845 | 38/100 | $0.50 | MEDIUM |
| β advanced digital marketing course | 845 | 38/100 | $0.50 | MEDIUM |
| β digital marketing career path | 845 | 38/100 | $0.50 | MEDIUM |
| β digital marketing services for businesses | 845 | 38/100 | $0.50 | MEDIUM |
| β best digital marketing certification course | 739 | 63/100 | $1.00 | MEDIUM |
| β digital marketing training near me | 676 | 28/100 | $0.50 | MEDIUM |
| β top digital marketing institute in India | 591 | 53/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