Mobile Focused check-ups for the areas that matter most.
Viewport, responsive hints and touch-friendly markup.
What we check · 6
- ✓
Mobile viewport
Add <meta name="viewport" content="width=device-width, initial-scale=1">.
- ✓
Pinch zoom
Remove user-scalable=no so visitors can zoom.
- ✓
Responsive images
Use srcset or <picture> to serve smaller images to phones.
- ✓
Fixed-width elements
Replace hard-coded pixel widths with fluid CSS.
- ✓
Legacy plugins
Replace object/embed/applet content with modern HTML5.
- ✓
Responsive styling
Add CSS media queries so the layout adapts to small screens.
Diagnostic areas
SEO
Titles, meta descriptions, canonical URLs, headings and indexability.
Performance
Real response time, payload weight, compression and caching.
Accessibility
Alt text, labels, language, landmarks and heading order.
Links
Internal and external links, plus real broken-link checks.
Security
HTTPS, HSTS, CSP and the other protective headers.
UX
Navigation, favicon, readability signals and page clarity.
Content
Word count, text ratio, duplication and structured data.