identify-page-structure

Identify section boundaries and content sequences within scraped webpages.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/paolomoz/quasar --skill identify-page-structure-paolomoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/paolomoz/quasar/tree/main/.skills/identify-page-structure
Command: npx skills add https://github.com/paolomoz/quasar --skill identify-page-structure-paolomoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes scraped webpage content to identify distinct sections and the sequence of content within each, preparing it for structured import into content management systems like AEM Edge Delivery Services.

Core Features & Use Cases

  • Hierarchical Analysis: Breaks down a webpage into logical sections (Level 1) and then identifies content sequences within each section (Level 2).
  • Block Inventory: Surveys available content blocks to inform authoring decisions.
  • Use Case: After scraping a competitor's webpage, use this Skill to understand its layout and content structure, enabling you to replicate or adapt its design and information architecture.

Quick Start

Analyze the provided webpage screenshot and HTML to identify its main sections and content sequences.

Frequently Asked Questions about identify-page-structure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze scraped webpage content for import into AEM Edge Delivery Services?

To analyze scraped webpage content for AEM Edge Delivery Services, you identify section boundaries and content sequences using visual cues from screenshots and HTML. This two-level hierarchical analysis breaks down the page into logical sections and maps the content flow within each.

What is the best way to identify webpage sections and content sequences from scraped HTML?

Identifying webpage sections from scraped HTML requires a two-level analysis: first detecting distinct visual sections, then analyzing the content sequences within them. This approach also surveys available content blocks to inform subsequent authoring and design decisions.

Can I use webpage structure analysis to replicate a competitor's layout and information architecture?

Yes, you can use webpage structure analysis to replicate a competitor's layout and information architecture. By identifying section boundaries and content sequences, you can understand the page's design structure and adapt it for your own content management import.

Does this content sequencing tool require a webpage screenshot or just the HTML?

This content sequencing analysis uses both a webpage screenshot and the HTML to identify section boundaries accurately. The visual cues from the screenshot complement the HTML structure to effectively map sections and content flow for authoring decisions.

What are the limitations of using automated section identification for content sequencing?

The main limitation of automated section identification is its reliance on visual cues and HTML structure to detect content sequences. If the scraped webpage lacks clear visual boundaries or uses ambiguous markup, the hierarchical section mapping may require manual adjustment.