website: metadata: name: "Website Content Parser" core_info: "A tool to convert website content into structured YAML." header: primary_elements: - "Website Content Parser" navigation: [] actions: [] content: - section: title: "Instructions" description: "Given this website content from , create a structured YAML document." elements: - "BASE STRUCTURE: Defines the top-level keys for the YAML output." - "CONTENT RULES: Guidelines for preserving and structuring the content." - "FORMATTING: Rules for the YAML syntax and data organization." actions: [] - section: title: "BASE STRUCTURE" description: "The required top-level structure for the YAML document." elements: - "website:" - " metadata:" - " name/title" - " core_info" - " header:" - " primary_elements" - " navigation" - " actions" - " content:" - " - section:" - " title" - " description" - " elements" - " actions" - " footer:" - " links" - " info" - " social" actions: [] - section: title: "CONTENT RULES" description: "Guidelines for processing and preserving the input content." elements: - "Preserve all meaningful content sections" - "Keep original hierarchy of information" - "Include all interactive elements and CTAs" - "Maintain all links and their context" - "Convert visual sections into structured data" - "Preserve marketing and trust elements" actions: [] - section: title: "FORMATTING" description: "Rules for the syntax and organization of the YAML output." elements: - "Use consistent 2-space indentation" - "List similar items in arrays" - "Keep full URLs" - "Group related content logically" - "Maintain section relationships" actions: [] - section: title: "Input content" description: "The provided website content to be parsed." elements: - "" - "" - "" actions: [] - section: title: "Output Instructions" description: "Final rules for generating the response." elements: - "Output clean YAML without formatting markers." - "Focus on capturing complete content while keeping structure flexible." actions: [] footer: links: [] info: [] social: []