How do I apply headings in Google Docs using the menu and keyboard shortcuts?
Place the cursor in the title line, then use the heading keyboard shortcut: Windows — Ctrl + Alt + 1/2/3 for H1/H2/H3; macOS — ⌘ + Option + 1/2/3. Or use Format → Paragraph styles → Heading X → Apply. Use the paint format tool to copy a heading style to multiple sections.
When should I use H1 vs H2 vs H3 in a document?
Use one H1 for the document title. Use H2 for main sections (chapters or major topics). Use H3 for subsections beneath H2. Always avoid skipping levels (e.g., H2 to H4) because it confuses readers and screen readers.
How can I fix heading styles after pasting from Word or web pages?
Select the pasted block and choose Format → Clear formatting to remove inline styles. Then apply heading styles with the Format menu or keyboard shortcuts. For many instances, select a correctly styled heading, choose Format → Paragraph styles → Update 'Heading X' to match selection and apply that style with the paint format tool.
Can I have more than one H1 in a Google Doc, and what are the implications?
Technically you can apply Heading 1 multiple times, but best practice is one H1 (the document title). Multiple H1s can cause navigation confusion for screen readers and inconsistencies when exporting to HTML/CMS where themes expect a single page title.
How do headings affect accessibility and screen-reader navigation?
Screen readers let users navigate by headings. Properly nested headings (H1 → H2 → H3) create a predictable navigation tree; skipped or duplicate levels break that tree. Test with NVDA (Windows) or VoiceOver (macOS) and navigate by headings to confirm structure.
How do I preserve headings when exporting to HTML, Markdown, or WordPress?
Ensure headings are applied as paragraph styles (not just bold text). Export via File → Download → Web page (.html) to inspect heading tags, or use a trusted Docs-to-Markdown converter for Markdown export. For WordPress, import content where heading tags are preserved; verify that only one H1 exists and that H2/H3 map correctly.
What is the fastest way to create or update a table of contents?
Insert → Table of contents → choose the linked style. After edits, use the refresh icon beside the TOC to update it. If headings do not appear, confirm those lines use heading styles rather than manual formatting.
How do I create and reuse custom heading styles or templates?
Format a heading to your desired font and spacing, then select the text and go to Format → Paragraph styles → Update 'Heading X' to match selection. Save a template document in Drive with your standardized headings and make copies for future documents.
How can I audit a long document for heading hierarchy problems?
Open the document outline (View → Show document outline) and scan for missing or duplicate headings. Search for visual headings that are not styled, use Clear formatting on suspect sections, and reapply Heading styles. Export a sample to HTML/Markdown to confirm heading tags are preserved.
What are SEO best practices for headings in blog posts drafted in Google Docs?
Use a single H1 that contains the primary topic, then H2/H3 to break content into logical sections. Keep headings concise, descriptive, and aligned with user intent. Use the document as an editorial draft and check final headings after export to ensure heading tags and title semantics match the published page.