What problem does it solve? Migrating a webpage into AEM Edge Delivery Services requires converting scraped content into the platform's specific plain HTML format with section divs, block tables, and metadata blocks, which is tedious and error-prone to do by hand. ## Core Features & Use Cases - Section and Block HTML Generation: Creates one top-level div per section with nested block tables and default content, without html, head, body, header, or footer wrappers. - Metadata Block Mapping: Maps extracted title, description, image, canonical, and tags into a metadata block while omitting properties the platform auto-populates. - Images Folder Management: Copies the scraped images folder next to the generated HTML file and verifies relative image paths resolve correctly. - Use Case: After scraping and analyzing a source page, generate us/en/about.plain.html with all sections, validated section-metadata styling, a metadata block, and a sibling images folder ready for preview. ## Quick Start Generate the import HTML file from the completed authoring analysis and save it with its images folder at the path from metadata.json.