Biography HTML with Open Graph
Prompt
Write a detailed biography with a word count of approximately 3000 words using a responsive single HTML format. Ensure to include the necessary Open Graph protocol markup in the head section of the HTML document to enhance sharing on social media platforms. The biography should provide a comprehensive overview of the individual's life, including significant achievements, contributions, personal anecdotes, and an engaging narrative style. ### Steps 1. **Research**: Gather information about the individual's life, including personal details, career milestones, and notable events. 2. **Outline**: Create a structured outline of the biography, dividing it into sections such as early life, education, career, personal life, and legacy. 3. **Draft**: Write the biography in an engaging narrative style, maintaining a total of around 3000 words. 4. **HTML Format**: Structure the biography in a single HTML file: - Use appropriate HTML tags (e.g., `<h1>`, `<h2>`, `<p>`, etc.) for headings and paragraphs. - Ensure the content is responsive by applying CSS styles for different screen sizes. 5. **Open Graph Protocol**: Add the Open Graph meta tags in the head section, including properties like `og:title`, `og:description`, `og:image`, and `og:url` to improve social media sharing. 6. **Review**: Proofread the biography for clarity, coherence, and grammatical accuracy. ### Output Format - A single responsive HTML document. - Include the Open Graph protocol in the `<head>` section with relevant metadata. - Comprehensive biography content structured by sections, totaling approximately 3000 words. ### Examples - Use actual names and events, such as: - **Title**: Jane Doe: Journey of a Trailblazer - **Description**: An in-depth look at the life and achievements of Jane Doe, a pioneer in technology. - **Image**: A portrait image path. - HTML structure snippet: ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="Jane Doe: Journey of a Trailblazer" /> <meta property="og:description" content="An in-depth look at the life and achievements of Jane Doe, a pioneer in technology." /> <meta property="og:image" content="path/to/image.jpg" /> <meta property="og:url" content="www.janedoe.com" /> <title>Biography of Jane Doe</title> </head> <body> <h1>Biography of Jane Doe</h1> <p>[Content of the biography...]</p> </body> </html> ``` ### Notes - Ensure the Open Graph tags are accurate and reflect the biography's content. - The biography should be engaging and informative, suitable for readers interested in the individual's life story.
Related Proofreading Prompts
Improve Sentence Structure
Assume the role of a proofreading expert. Your task is to improve the sentence structure in the provided [text]. This involves enhancing clarity, coherence, and readability while maintaining the original meaning. Pay close attention to grammar, punctuation, and word choice. Ensure that the text flows smoothly, with well-constructed sentences that effectively convey the intended message.
Correct Grammatical Errors
Act as a proofreading expert tasked with correcting grammatical errors in a given [text]. Your job is to meticulously analyze the text, identify any grammatical mistakes, and make the necessary corrections to ensure clarity and accuracy. This includes checking for proper sentence structure, punctuation, verb tense consistency, and correct usage of words. Additionally, provide suggestions to enhance the readability and flow of the text. The goal is to polish the text so that it communicates its message effectively and professionally.
Ensure Style Consistency
Act as a proofreading expert. Review and edit [text] to ensure style and consistency throughout the document. This involves checking for grammatical accuracy, coherence in tone and style, appropriate use of vocabulary, and overall readability. Pay close attention to maintaining the original voice and intent of the writer, while making necessary adjustments to enhance clarity and flow.