identify-page-structure

Identify section boundaries and content sequences in scraped webpages.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill identify-page-structure-valithedge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-page-structure
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/identify-page-structure
Command: npx skills add https://github.com/valithedge/etisalatedge --skill identify-page-structure-valithedge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify section boundaries and content sequences within a scraped webpage to enable structured analysis and informed authoring workflows for AEM Edge Delivery Services imports.

Core Features & Use Cases

  • Identify top-level sections and optional metadata for each
  • Decompose each section into content sequences (default content or blocks)
  • Surface workflow prerequisites like relevant blocks from the block inventory

Quick Start

Run this skill on a scraped webpage to generate a two-level page structure map (sections and content sequences) ready for authoring.

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 from scraped webpage HTML?

To identify page sections and content sequences from scraped webpage HTML, run a two-level structure analysis that first maps top-level section boundaries and then decomposes each section into default content or block sequences. This generates a structured page map ready for authoring workflows.

What is content decomposition for AEM Edge Delivery Services imports?

Content decomposition for AEM Edge Delivery Services imports is the process of breaking down a scraped webpage into top-level sections and their internal content sequences to enable structured analysis and informed authoring workflows.

Does this page structure analysis surface available blocks from the block inventory?

Yes, page structure analysis surfaces workflow prerequisites by integrating with the block inventory to identify relevant blocks available for use within each mapped section and content sequence.

Can I map webpage sections and plan block usage for AEM Edge Delivery without manual inspection?

Yes, you can map webpage sections and plan block usage automatically by running the structure analysis on a scraped webpage, which identifies section boundaries, sequences, and surfaces available blocks without manual inspection.

What is the best way to map a scraped webpage into sections for AEM authoring?

The best way to map a scraped webpage into sections for AEM authoring is performing a two-level analysis that identifies top-level section boundaries first, then extracts content sequences per section and surfaces available blocks for planning.

What prerequisites do I need before analyzing page structure for AEM Edge Delivery Services?

Before analyzing page structure for AEM Edge Delivery Services, you need a scraped webpage as input. The analysis then maps sections and content sequences and surfaces available blocks via block-inventory integration.