SEO Technical: Mobile-Friendly for Openclaw

An essential developer tool for ensuring websites meet mobile-first indexing requirements and mobile usability standards.

kostja94
v1.1.2
Apr 7, 2026
0
729
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mobile-friendly

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install mobile-friendly using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is SEO Technical: Mobile-Friendly?

The SEO Technical: Mobile-Friendly skill is a specialized utility within the Openclaw Skills ecosystem designed to guide developers and SEOs through the complexities of mobile-first indexing. Since search engines primarily crawl and index the mobile version of a page, this skill ensures that your site maintains content parity across devices and adheres to modern responsive design principles.

By leveraging this tool, users can systematically audit viewport configurations, touch target sizes, and font legibility. It provides a technical framework for transitioning from legacy mobile solutions like AMP to modern, high-performance responsive layouts that satisfy both user experience and search engine ranking factors.

SEO Technical: Mobile-Friendly Use Cases

  • Validating that mobile versions of a site contain the same primary content and structured data as desktop versions.
  • Resolving mobile usability errors such as clickable elements being too close together or content being wider than the screen.
  • Implementing the correct viewport meta tags to prevent layout scaling issues on diverse device sizes.
  • Auditing existing Accelerated Mobile Pages (AMP) to determine if a transition to responsive design is more beneficial for current SEO trends.
  • Ensuring accessibility and usability by optimizing touch targets and font sizes for mobile users.

How SEO Technical: Mobile-Friendly Works

  1. Scans project context files like .claude/project-context.md to identify the target site URL and architecture.
  2. Determines the site adaptation type, such as Responsive Design, Dynamic Serving, or Separate Mobile URLs.
  3. Checks for the presence of a valid viewport meta tag and validates its attributes for accessibility.
  4. Evaluates mobile usability guidelines, including minimum 16px font sizes and 48x48px touch targets.
  5. Performs a content parity check to ensure critical elements are not hidden on mobile devices.
  6. Generates a prioritized list of fixes based on the impact on mobile-first indexing and search console reports.

SEO Technical: Mobile-Friendly Setup

To integrate this capability into your project using Openclaw Skills, you should provide the agent with access to your site's structure and URL via a project context file.

# Create a project context file if it doesn't exist
mkdir -p .claude
touch .claude/project-context.md

# Add your site URL for the agent to analyze
echo "Site URL: https://yourdomain.com" >> .claude/project-context.md

SEO Technical: Mobile-Friendly Data Schema & Taxonomy

The skill organizes optimization data into the following schema for clear reporting:

Component Technical Detail
Viewport Validation of width=device-width and initial-scale=1
Layout Analysis of fluid grids (%, vw, flex) vs fixed pixel widths
Usability Status of touch targets, font sizes, and horizontal scroll issues
Parity Comparison of Metadata, Structured Data, and Primary Content
AMP Status Evaluation of current AMP usage and maintenance recommendation

SEO Technical: Mobile-Friendly Advanced Features

  • Multi-agent coordination with the core-web-vitals skill to optimize mobile-specific loading performance (LCP).
  • Integration with image-optimization tools to audit responsive image attributes like srcset and sizes.
  • Detailed guidance on handling separate mobile URLs (m.dot) using canonical tags and hreflang.
  • Automated detection of intrusive interstitials that could trigger search engine penalties on mobile devices.
  • Strategic advice on rendering strategies (SSR/SSG) specifically tailored for fast mobile delivery.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*