#llmsmap.me

Independent technical audit

progress.rocks

progress.rocks

Overall AI readiness score

A combined result across all audit signals.

83of 100Excellent
AI readiness audit: 7/21/2026Public technical data

Overall AI readiness assessment

How ready progress.rocks is for AI systems

83/100

Progress.rocks - Dynamic SVG Progress Bars was independently audited by llmsmap. progress.rocks currently scores 83/100 for AI readiness. The result combines AI-specific files, crawler policy, sitemap discovery, structured homepage data, and—when available—the mobile Google Lighthouse technical profile.

Audit context

llms.txt is accessible and contains 1,162 tokens. No accessible llms-full.txt was detected, so deeper context still has to be assembled from regular pages. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.

robots.txt is available. 11 of 11 tracked AI bots are not blocked. Declared sitemaps: 1. The homepage exposes Schema.org types WebApplication; 9 OpenGraph tags were found and markup completeness is 80%.

The mobile Lighthouse profile adds Performance 100/100, Accessibility 86/100, Best Practices 100/100, SEO 100/100, and experimental Agentic Browsing 100/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.

Confirmed strengths

  • Accessible llms.txt
  • 1 sitemap declaration
  • Schema.org: WebApplication
  • Complete social metadata
  • Strong Google agentic signals

Priority improvements

  1. 1Add llms-full.txt for richer first-party context.
  2. 2Clarify semantics, labels, and interactive states.
llms.txt tokens1,162
llms-full.txt tokens
ai.txt
sitemap.xml

Google Lighthouse technical profile

A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.

Mobile · Lighthouse
100

Performance

86

Accessibility

100

Best Practices

100

Technical SEO

100

Agentic Browsing

What these results mean

The mobile page renders efficiently; its largest visible content block appeared in 0.8 s.

Accessibility scored 86/100, Best Practices 100/100, and technical SEO 100/100. The experimental Agentic Browsing category scored 100/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.

1

Optimise images and their loading order

Serve correctly sized modern formats, prioritise the primary visual, and lazy-load content below the first viewport.

2

Reduce network delay

Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.

3

Make controls unambiguous

Give buttons and links accessible names, associate labels with fields, and use ordered headings and semantic regions. The same structure helps screen readers and software agents understand actions.

4

Improve interface contrast and readability

Increase contrast for text, states, and interactive controls so both people and visual agents can distinguish content from actions and supporting labels.

FCP0.8 s

First content

LCP0.8 s

Main content

CLS0.008

Layout stability

TBT0 ms

Blocking time

SI0.8 s

Visual speed

Metric glossary
FCP · First content
When the first text or image appeared on screen.
LCP · Main content
When the largest visible element in the first viewport rendered.
CLS · Layout stability
How much content shifted unexpectedly while loading; lower is better.
TBT · Blocking time
How long the browser main thread could not respond quickly to input.
SI · Visual speed
How quickly the visible viewport filled with content.
7/21/2026Lighthouse 13.4.0Mobile profile

AI readiness checks

Machine-readable files, crawler policy, discovery, and homepage markup.

llms.txt

File found and accessible

https://progress.rocks/llms.txt
llms-full.txt

Full version was not found

ai.txt

ai.txt file was not found

Sitemap in robots.txt1

1 sitemap found

llms.txt in robots.txt

References: Allow: /llms.txt

Schema.org (JSON-LD)

Types: WebApplication

OpenGraph80%

9 OG tags found

AI bot access

Based on robots.txt analysis

GPTBotNot mentioned
OAI-SearchBotNot mentioned
ChatGPT-UserNot mentioned
Google-ExtendedNot mentioned
ClaudeBotNot mentioned
Claude-SearchBotNot mentioned
Claude-UserNot mentioned
BytespiderNot mentioned
CCBotNot mentioned
PerplexityBotNot mentioned
Perplexity-UserNot mentioned

Sitemaps

Declared discovery routes for crawlers and agents.

OpenGraph tags

Social preview metadata found on the homepage.

Markup completeness: 80%
og:typewebsite
og:urlhttps://progress.rocks/
og:titleProgress.rocks - Dynamic SVG Progress Bars
og:descriptionCreate beautiful, customizable SVG progress bars instantly with simple URLs. Perfect for documentation, dashboards, README files, and status pages. No signup required.
og:image:width456
og:image:height20
og:site_nameProgress.rocks
og:localeen_US

Schema.org markup

Structured entities and properties exposed on the homepage.

Types found: 1 · Properties: 3
WebApplication
nameProgress.rocks
urlhttps://progress.rocks
descriptionCreate beautiful, customizable SVG progress bars instantly with simple URLs. Perfect for documentation, dashboards, README files, and status pages. No signup required.
# Progress.rocks - Dynamic SVG Progress Bars

Progress.rocks is a simple, powerful web service that generates customizable SVG progress bars on-demand. Perfect for documentation, dashboards, status pages, readme files, and any context where you need to visualize progress or completion status.

## Quick Start

The basic URL pattern is: `https://progress.rocks/{value}/`

- **Simple progress**: `https://progress.rocks/75/` → 75% progress bar
- **Decimal values**: `https://progress.rocks/42.7/` → 42.7% progress bar

## Parameters

All parameters are optional and can be combined using URL query syntax (`?param=value&param2=value2`):

### Parameters

- **`title`** - Label text displayed on the left side of the progress bar
- **`scale`** - Maximum value (default: 100, making values percentages)
- **`width`** - Width of the progress bar portion in pixels (default: 90 without title, 60 with title)
- **`color`** - Hex color for the title section (default: #428bca)
- **`suffix`** - Text suffix after the progress value (default: %)

### Color Behavior

Progress bars automatically change color based on completion ratio:
- **Red (#d9534f)**: < 30% complete
- **Orange (#f0ad4e)**: 30-70% complete  
- **Green (#5cb85c)**: > 70% complete

## Usage Examples

### Basic Progress Tracking
```
https://progress.rocks/56/
https://progress.rocks/73.2/
https://progress.rocks/0/
https://progress.rocks/100/
```

### With Custom Titles
```
https://progress.rocks/85/?title=Tests
https://progress.rocks/42/?title=Coverage
https://progress.rocks/67/?title=Build
https://progress.rocks/12/?title=Setup
```

### Custom Scales (Non-Percentage)
```
https://progress.rocks/7/?scale=10&suffix=/10&title=Steps
https://progress.rocks/1337/?scale=2000&suffix=pts&title=Score
https://progress.rocks/45/?scale=60&suffix=min&title=Time
https://progress.rocks/23/?scale=50&suffix=items&title=Collected
```

### Financial/Fundraising Progress
```
https://progress.rocks/15420/?scale=25000&suffix=$&title=Raised
https://progress.rocks/850/?scale=1000&suffix=€&title=Goal
https://progress.rocks/42500/?scale=100000&suffix=$&title=Funding
```

### Project Management
```
https://progress.rocks/23/?scale=45&suffix=tasks&title=Sprint
https://progress.rocks/8/?scale=12&suffix=epics&title=Release
https://progress.rocks/156/?scale=200&suffix=hrs&title=Logged
```

### Learning/Skill Progress
```
https://progress.rocks/340/?scale=500&suffix=XP&title=Level
https://progress.rocks/15/?scale=20&suffix=lessons&title=Course
https://progress.rocks/750/?scale=1000&suffix=words&title=Vocab
```

### System Monitoring
```
https://progress.rocks/72/?title=CPU
https://progress.rocks/34/?title=Memory
https://progress.rocks/89/?title=Disk
https://progress.rocks/120/?title=Disk%20Space&scale=250&suffix=GB
https://progress.rocks/12/?scale=24&suffix=hrs&title=Uptime
```

### Reading/Content Progress
```
https://progress.rocks/145/?scale=300&suffix=pages&title=Book
https://progress.rocks/8/?scale=12&suffix=episodes&title=Season
https://progress.rocks/23/?scale=40&suffix=articles&title=Reading
```

### Custom Styling
```
https://progress.rocks/67/?title=Custom&color=ff6b6b
https://progress.rocks/45/?title=Brand&color=4ecdc4&width=120
```

## Technical Features

- **SVG Format**: Scalable, crisp at any size
- **Caching**: Optimized with long-term caching headers
- **Responsive**: Works in any context that supports images
- **Lightweight**: Minimal overhead, fast loading
- **No JavaScript**: Pure SVG, works everywhere

## Use Cases for LLMs

### In Documentation
When explaining progress or status, use progress.rocks to create visual indicators:
- Project completion status
- Learning progress tracking  
- System health dashboards
- Goal achievement visualization

### In Conversational AI
- Show progress toward user goals
- Visualize completion of multi-step processes
- Display learning milestones
- Track habit formation

### In Reports
- Add visual appeal to status updates
- Create at-a-glance progress summaries
- Enhance data presentation
- Make metrics more engaging

## Integration Examples

### Markdown
```markdown
![Progress](https://progress.rocks/67/?title=Project)
```

### HTML
```html
<img src="https://progress.rocks/85/?title=Complete" alt="85% Complete">
```

### As Status Badges
Use in README files, documentation, or anywhere you need a quick visual status indicator that updates dynamically based on your current progress values.

The service is particularly useful when you need to show progress that isn't just percentages - like items collected, time elapsed, money raised, or any other measurable metric with a clear goal or maximum value.
Share or continue the analysis
Share this audit
Discuss with AI
Added 7/19/2026
progress.rocks - AI readiness audit | llmsmap.me