- Section Score: 19/20
- Conclusion: Pass
- Indexing Control:
Locator:head > meta[name="robots"]
Snippet:<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
Result: Page set to index, follow. - Canonical Link:
Locator:head > link[rel="canonical"]
Snippet:<link rel="canonical" href="https://www.mokahr.io/recruitment-automation/">
Unique and present. - Language Attribute:
<html lang="en-GB">correctly set. - Crawlability Analysis: All core content is present server-side/static HTML; no AJAX/lazy load/dynamic content for business data; no
noindex,nofollow, or JS blocks.robots.txtnot determinable from HTML. - Semantics: Lacks
<main>,<article>,<nav>; sections/headings are distinguishable via classnames.
Highly crawlable by search engines; minor risk of semantic nav signal loss, but no real blockages detected.
Repair Recommendations:- Add
<main>to wrap core content. - Use
<article>for Q/A blocks or major how-to features.
<main>
<!-- All visible presentational sections and primary content here -->
</main>