identify-page-structure

Identify section boundaries and content sequences in scraped webpages for AEM Edge Delivery Services import.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill identify-page-structure-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/identify-page-structure
Command: npx skills add https://github.com/adobe/skills --skill identify-page-structure-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify section boundaries and content sequences within a scraped webpage for AEM Edge Delivery Services import. Performs two-level analysis (sections, then sequences per section) and surveys available blocks.

Core Features & Use Cases

  • Two-level analysis: Level 1 identify section boundaries; Level 2 analyze content sequences within each section.
  • Survey available blocks (block inventory) to understand resources that can be used later in authoring.
  • Works with inputs from scrape-webpage: screenshot, cleaned.html, and metadata.json, to prepare for authoring decisions.
  • This skill invokes page-decomposition for EACH section and block-inventory to survey available blocks.

Quick Start

After scraping a page, run the identify-page-structure skill with inputs such as screenshot.png, cleaned.html, and metadata.json, to produce a neutral section-and-sequence outline.

Frequently Asked Questions about identify-page-structure

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

FAQPage Schema
How do I identify page sections and content sequences for AEM Edge Delivery Services import?

To identify page sections for AEM Edge Delivery Services import, this skill analyzes scraped webpage inputs including screenshots, HTML, and metadata.json. It performs a two-level analysis to determine section boundaries and then map content sequences within each section.

What is the best way to survey available blocks from scraped webpage HTML?

Surveying available blocks from scraped webpage HTML involves creating a block inventory to understand available authoring resources. This skill surveys blocks by invoking a block-inventory function alongside page decomposition to prepare for downstream authoring decisions.

Do I need scraped webpage screenshots and metadata to analyze page structure?

Yes, analyzing page structure requires inputs from a web scraping step, specifically screenshot images, cleaned HTML, and metadata.json. These inputs are necessary to accurately identify section boundaries and content sequences for the import process.

How does two-level page decomposition work for content sequences?

Two-level page decomposition works by first identifying the boundaries of each section on a webpage, then analyzing the content sequences within each individual section. This methodical breakdown produces a neutral outline for structured authoring.

Can I use this page structure identification for platforms other than AEM Edge Delivery?

While the page structure identification produces a neutral section-and-sequence outline, it is specifically designed to prepare scraped webpage content for AEM Edge Delivery Services import. It uses specific decomposition and block inventory logic tailored for that authoring workflow.