Skip to content
https://www.alinasdogservices.co.uk

SEO

· 14 checks — Canonical, meta, content depth, internal links, image SEO, and hreflang rolled into one auditable list.
SCORE
87
GRADE
B
FIX
0
REVIEW
5
PASS
8
INFO
1

Cross-tab audit — SEO, performance, crawlability, mobile, structured data

Checks
14
8 PASS 5 REVIEW
B
Canonical URL
Minor issues
REVIEW
Minor issues
Warning::
No canonical tag found
Search engines will determine the canonical URL themselves, which may cause duplicate content issues.
No Canonical URL Set
Page URL https://www.alinasdogservices.co.uk Canonical (not set)

Search engines will determine the canonical URL themselves, which may cause duplicate content issues.

Why this matters

Without a canonical, Google may treat each URL variant (with/without slash, with tracking params, http/https) as duplicate content and split ranking.

Learn more

A canonical link tells Google which URL is the 'real' one when multiple URLs serve identical content. Without it, link equity gets split across variants and none of them rank as well as a single canonical version would. One <link rel="canonical"> tag in <head> covers it.

Source: Google Search Central

B
Meta Tags
Title: 19 chars
REVIEW
Title: 19 chars
Info::
Page title is set
Got: Alinas Dog Services
Warning::
Title is only 19 characters — consider expanding
Warning::
No meta description tag found
Without a meta description, Google auto-generates a snippet from page content -- usually less click-attractive than a hand-written summary. Add `<meta name="description" content="...">` with a 70-160 char summary.
Info::
Title and H1 have very different wording
Alignment helps users confirm they've reached the right page.
Title

"Alinas Dog Services"

19 characters Too short
Title: Alinas Dog Services
H1: Accredited Dog Walking & Dog Training Rugby Warwickshire
Match: Very different
Robots: Indexable (no restrictions)

Without a meta description, Google auto-generates a snippet from page content -- usually less click-attractive than a hand-written summary. Add `<meta name="description" content="...">` with a 70-160 char summary.

Why this matters

No meta description -- Google auto-generates a SERP snippet from page content, usually less click-attractive than a hand-written summary.

Learn more

Meta description is shown as the snippet under the title in search results. A well-written description significantly improves click-through rate. Add `<meta name="description" content="...">` with a 70-160 character summary.

Source: Google Search Central

Alignment helps users confirm they've reached the right page.

Why this matters

Title and H1 disagree significantly — Google may treat one as the canonical topic and the other as off-topic, weakening ranking.

Learn more

Title is the SERP headline; H1 is the on-page headline. They should describe the same page. Large divergence (different topics, different keywords) signals confusion and Google may rewrite the title in SERP. Align both to the same primary topic.

Source: Google Search Central / on-page SEO

C
Content Depth
Action
311 words, Very Difficult
REVIEW
311 words, Very Difficult
Info::
Page has 311 words of content
Info::
Text-to-HTML ratio is 2%
Very low ratio suggests heavy framework overhead or boilerplate.
Info::
Reading level: Very Difficult (grade 16)
311 words

Good depth

Reading level

Very Easy
Easy
Fairly Easy
Standard
Fairly Difficult
Difficult
Very Difficult

Grade 16

Text-to-HTML Ratio

2% text 98% HTML

2 KB / 129 KB

Very low ratio suggests heavy framework overhead or boilerplate.

Why this matters

Informational: ratio of visible text bytes to total HTML bytes. Very low ratios suggest excessive markup overhead.

C
Sitemap Freshness
Action
No sitemap.xml found
REVIEW
No sitemap.xml found
Info::
No sitemap.xml found
Sitemaps help search engines discover and prioritize URLs. Not strictly required for small sites where every page is linked from the homepage, but recommended once a site grows beyond a few dozen URLs.
C
Sitemap × Robots Consistency
Action
Sitemap or robots.txt missing -- consistency check skipped
REVIEW
Sitemap or robots.txt missing -- consistency check skipped
Info::
Cross-check skipped (sitemap or robots.txt absent)
A+
Title Style Depth
Title style is clean -- consistent separator, no stale year, no keyword stuffing
PASS
Title style is clean -- consistent separator, no stale year, no keyword stuffing
Info::
Title style is clean
A+
Image SEO
4 images, 4 descriptive filenames
PASS
4 images, 4 descriptive filenames
Info::
All images have descriptive filenames
Info::
2 image(s) missing alt text — see Accessibility tab
4 descriptive
0 hash-based
0 generic
4 total
FilenameQualityAltIssues
AA5AbUAD33WpexLI977XFbhxAFBbss8ZCvvyHm7H5eCdpFXrkVvPeRXJjsLv8VzsBhHdkId_Oio5SEb3V-lhyb_Tn8c1ZW9Xqdc3-xGsmR6c-xmCPyX0QKQ4J_UpF9BIpzd8y5FJh9aj2F2AVkskWj7_CvSgsXPVV-G1mpSBKftTL1URFb4jvmuOgCbj0l8=w16383descriptive1
AA5AbUAD33WpexLI977XFbhxAFBbss8ZCvvyHm7H5eCdpFXrkVvPeRXJjsLv8VzsBhHdkId_Oio5SEb3V-lhyb_Tn8c1ZW9Xqdc3-xGsmR6c-xmCPyX0QKQ4J_UpF9BIpzd8y5FJh9aj2F2AVkskWj7_CvSgsXPVV-G1mpSBKftTL1URFb4jvmuOgCbj0l8=w16383descriptive1

See Accessibility tab for detailed alt text quality analysis.

A+
Hreflang URL Quality
No hreflang tags on the page
PASS
No hreflang tags on the page
Info::
No hreflang tags on the page
A+
Hreflang Completeness
No hreflang tags on this page -- check is N/A (single-language site or unannotated)
PASS
No hreflang tags on this page -- check is N/A (single-language site or unannotated)
Info::
No hreflang tags found -- completeness check is N/A
A+
Sitemap Hygiene
No sitemap to evaluate -- depth check is N/A
PASS
No sitemap to evaluate -- depth check is N/A
Info::
No sitemap fetched -- depth check skipped
A
Markup Quality
2 markup-quality issue(s) detected
PASS
2 markup-quality issue(s) detected
Info::
`<meta charset>` declared at byte 5023 -- past the 1024-byte spec window
The HTML5 spec requires the encoding declaration to appear in the first 1024 bytes. Browsers that started parsing in a default encoding and discover the real charset later DISCARD parsing state and re-parse from the top -- a measurable hit to First Contentful Paint. Move the `<meta charset>` tag to be the first child of `<head>`.
Info::
23 redundant ARIA role attribute(s) on native semantic element(s)
The W3C "ARIA in HTML" spec calls this its first rule: don't use ARIA when a native HTML element already conveys the semantics. `<button role="button">`, `<a href role="link">`, `<nav role="navigation">`, `<main role="main">` -- the role attribute either does nothing or shadows the native semantic, occasionally breaking assistive-tech behaviors. Remove the redundant role.
A+
Schema Markup Audit
Per-type completeness vs Schema.org requirements + rich-result eligibility
PASS

No structured data detected

Without JSON-LD or microdata, this page can't qualify for any of Google's rich result formats. Even basic Organization or WebSite schema is a quick win.

Hreflang
0 hreflang tags
INFO
0 hreflang tags

No hreflang tags detected.

Hreflang tags are only needed for multilingual or multi-regional sites.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback