website: metadata: name: "Website Content Parser" core_info: "Given markdown content, create a structured YAML document representing the website's layout and content." header: primary_elements: - "BASE STRUCTURE" - "CONTENT RULES" - "FORMATTING" navigation: [] actions: [] content: - section: title: "BASE STRUCTURE" description: "The required top-level YAML structure for the output." 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 structuring 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: "Technical specifications for the YAML output format." elements: - "Use consistent 2-space indentation" - "List similar items in arrays" - "Keep full URLs" - "Group related content logically" - "Maintain section relationships" actions: [] - section: title: "Important RULEs" description: "Critical instructions for the final output." elements: - "Do not include any other descriptions, comments or explanations. (e.g. 'Here are ...')" - "Do not use markdown code notations such as '```', '```plaintext', '```json', '```yaml', '```xml', '```markdown' to wrap entire content." actions: [] footer: links: [] info: "Input content: " social: []