Home  /  Learn  /  Website Best Practices — Mobile, 404 Pages & More

Website Best Practices — Mobile, 404 Pages & More

This 5-point module is a catch-all for the small, easy-to-overlook details that separate a polished, professional site from one that quietly frustrates visitors and search engines — mobile viewport configuration, broken links, custom 404 pages, image alt text, and the page's language attribute.
🌿 Beginner — Plain English explanations

The small details that add up

None of the seven checks in this module are individually dramatic, but together they're often what separates a site that feels careless from one that feels trustworthy — and several of them directly affect how many visitors you actually keep.

What PEKRYON checks

ElementPlain English
Mobile viewportWhether the page is configured to properly resize and scale on phones, rather than showing a tiny, zoomed-out desktop layout.
Broken linksLinks on your page that point to pages which no longer exist, returning an error instead of content.
Custom 404 pageA helpful, branded "page not found" page instead of a bare server error when someone hits a broken or mistyped URL.
Image alt textShort text descriptions attached to images, read aloud by screen readers and shown when an image fails to load.
DOCTYPE declarationWhether the page starts with <!DOCTYPE html> — missing this makes browsers render the page in a legacy compatibility mode with inconsistent behavior.
Charset declarationWhether the page declares its text encoding (almost always UTF-8) — missing this can cause special characters to display as garbled text.
Deprecated HTML tagsOld tags like <center>, <font>, or <marquee> that browsers still support but were removed from the HTML standard years ago.

Why these matter

Over half of web traffic globally comes from mobile devices, so a broken mobile viewport alone can undermine everything else on the page. Broken links and a missing 404 page both leave visitors stranded with no path back into your site — measurably increasing how many people simply leave. DOCTYPE and charset issues are rarer today but still show up on older or hand-rolled sites, and both can cause subtle rendering bugs that are hard to trace back to the actual cause.

How to fix it

Most CMS platforms handle the viewport tag, DOCTYPE, and charset automatically in the theme template. Broken links are worth checking periodically as your site grows, since links that were valid at launch can silently break as external sites restructure. Alt text is a simple habit to build into your content workflow — write one whenever you add an image, rather than retrofitting hundreds of images later. Deprecated tags are usually leftovers from an old template; swap them for modern CSS equivalents (e.g. <center>text-align: center).

Check Your Website Now — Free

PEKRYON scans your website across 26 modules. We take the time needed for accurate results — no server access needed.

Scan My Website Free →  Learn More