├── .bundler-version ├── .gitignore ├── .ruby-version ├── 404.html ├── CONTRIBUTING.md ├── Dockerfile ├── Gemfile ├── Gemfile.lock ├── LICENSE.md ├── README.md ├── _config.yml ├── _data ├── header.yml ├── navigation.yml ├── theme.yml └── usa_identifier.yaml ├── _includes ├── components │ ├── header.html │ └── usa_identifier.html └── footer.html ├── _layouts └── redirect.html ├── _pages ├── our-approach │ ├── address-the-user.md │ ├── avoid-duplication.md │ ├── be-concise.md │ ├── gather-feedback.md │ ├── index.md │ ├── keep-refining.md │ ├── make-content-web-friendly.md │ ├── plain-language.md │ └── structure-the-content.md ├── our-style │ ├── abbreviations-and-acronyms.md │ ├── active-voice.md │ ├── capitalization.md │ ├── inclusive-language.md │ ├── index.md │ ├── names.md │ ├── numbers-and-percentages.md │ ├── punctuation.md │ ├── specific-words-and-phrases.md │ ├── style-guides.md │ ├── technical-and-interface-writing.md │ ├── trademarks-and-brands.md │ ├── urls-and-filenames.md │ └── voice-and-tone.md ├── redirects │ ├── content-types │ │ ├── forms.md │ │ ├── headings-and-titles.md │ │ └── images.md │ ├── introduction │ │ └── how-to-use-this-guide.md │ ├── our-approach │ │ ├── address-the-user.md │ │ ├── avoid-duplication.md │ │ ├── be-concise.md │ │ ├── content-principles-2.md │ │ ├── content-principles.md │ │ ├── giving-and-receiving-feedback.md │ │ ├── keep-refining.md │ │ ├── make-content-web-friendly.md │ │ ├── plain-language.md │ │ └── structure-the-content.md │ └── our-style │ │ ├── abbreviations-and-acronyms.md │ │ ├── active-voice.md │ │ ├── capitalization.md │ │ ├── inclusive-language.md │ │ ├── names.md │ │ ├── numbers-and-percentages.md │ │ ├── punctuation.md │ │ ├── specific-words-and-phrases.md │ │ ├── style-guides.md │ │ ├── technical-and-interface-writing.md │ │ ├── trademarks-and-brands.md │ │ ├── urls-and-filenames.md │ │ └── voice-and-tone.md └── resources.md ├── _sass ├── _usa_anchor.scss ├── _uswds-theme-custom-styles.scss └── _uswds-theme-settings.scss ├── docker-compose.yml ├── favicon-16x16.png ├── favicon-32x32.png ├── favicon.ico ├── images ├── 18f-logo-black.svg ├── 18f-logo-blue.svg ├── Slack_Mark.svg ├── angle-arrow-down-white.svg ├── angle-arrow-up-white.svg ├── betaFEC.png ├── gsa-logo-blue.svg ├── gsa-logo-w100.png └── iterative-design.png ├── index.md ├── javascripts ├── application.js └── private-eye.js └── site └── .gitignore /.bundler-version: -------------------------------------------------------------------------------- 1 | 2.1.4 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site/ 2 | .sass-cache/ 3 | .DS_store 4 | .*.swp 5 | node_modules 6 | .jekyll-cache/ 7 | .jekyll-metadata -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 2.7.1 -------------------------------------------------------------------------------- /404.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 | 18 | 19 |
Page not found :(
23 |The requested page could not be found.
24 |{{ identifier.site_name }}
12 |An official website of the 13 | 14 | GSA’s Technology Transformation Services 15 | 16 |
17 |If your browser doesn’t redirect automatically, you can 9 | do it manually.
10 | -------------------------------------------------------------------------------- /_pages/our-approach/address-the-user.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Address the user 3 | permalink: /our-approach/address-the-user/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | --- 7 | 8 | Content on government sites often makes a direct appeal to the public to get involved or take action. 9 | 10 | Address the user as _you_ whenever possible. For example: 11 | 12 | > You can email us at [18F@gsa.gov](mailto:18F@gsa.gov) or find us on [Twitter](https://twitter.com/18f). 13 | 14 | > Learn more about starting your MyRA account. 15 | 16 | If you’re creating content for multiple users—such as patients and their caregivers—address the primary user as _you_ and refer to secondary users by their roles or titles. 17 | 18 | We recommend against using the word _citizens_ when talking about the public. See the [inclusive language]({{ "/our-style/inclusive-language/#nationality" | relative_url }}) section for further guidance. 19 | -------------------------------------------------------------------------------- /_pages/our-approach/avoid-duplication.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Avoid duplication 3 | permalink: /our-approach/avoid-duplication/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | --- 7 | If something is written once and links to relevant information easily and well, people are more likely to trust the content. Duplicate content produces poor search results, confuses the user, and damages the credibility of our websites. 8 | 9 | If users can find two similar pieces of content on a subject, they might end up calling a helpline or sending an email to the first address they find because they aren’t sure they have the right information. 10 | 11 | There are thousands of federal websites. Collectively, they host hundreds of millions of pieces of content. What are you writing about? What are other agencies publishing? Are users across the country and the world seeing a coherent view? 12 | 13 | Before you publish something, check that the user need you’re trying to address has not already been covered: 14 | 15 | - Search for the content using search engines like Google, Bing, or DuckDuckGo. This is how most users will start, too. If content is already easy to find, duplicating it can lead us to compete with ourselves for search results. 16 | 17 | - Often, 18F team members write about a government service, tool, or program. Think authoritatively: What department or agency controls the thing you’re writing about? What information have they produced already? Use [usa.gov][] to search federal, state, and local government websites for the public. 18 | 19 | - Start significant projects with a [content audit][]. Identify how any existing information is used and whether it will be helpful to your users in its current state. If it isn’t, what must change for it to help you address your users’ needs? Focus your work on those changes. 20 | 21 | [content audit]: https://methods.18f.gov/decide/content-audit/ 22 | [usa.gov]: https://www.usa.gov/ 23 | -------------------------------------------------------------------------------- /_pages/our-approach/be-concise.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Be concise 3 | permalink: /our-approach/be-concise/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | subnav: 7 | - text: Keep sentences short and sweet 8 | href: '#keep-sentences-short-and-sweet' 9 | --- 10 | 11 | To keep content understandable, concise, and relevant, it should be: 12 | 13 | - Specific 14 | - Informative 15 | - Clear and concise 16 | - Brisk but not terse 17 | - Incisive (friendliness can lead to a lack of precision and unnecessary words) but human (not something generated by a faceless machine) 18 | - Serious but not pompous or emotionless—adjectives can be subjective and make the text sound more emotive and like spin 19 | 20 | You should: 21 | 22 | - Use contractions (such as _can’t_ and _won’t_) 23 | - Not let caveats dictate unwieldy grammar (for example, say _You can_ rather than _You may be able to_) 24 | - Use the language people are using 25 | - Use [Google Trends](https://www.google.com/trends) to check for common search terms 26 | - Use short sentences 27 | - Check sentences with more than 25 words to see if you can split them for clarity 28 | 29 | Words ending in *–ion* and *-ment* tend to make sentences longer and more complicated than necessary. Avoid turning verbs into nouns, a common sign of governmentese at work. 30 | 31 | ## Keep sentences short and sweet 32 | 33 | Craft sentences at 25 words or fewer, whenever possible. If a sentence has fewer than 14 words, [readers understand 90 percent of content](http://comprehension.prsa.org/?p=217). At 25 words, sentences are markedly more difficult to comprehend. 34 | 35 | We also recommend varying sentence length. Switching things up helps you keep readers interested. This tactic will also give you better control of your content’s [tone]({{ "/our-style/voice-and-tone" | relative_url }}) — a text with only short sentences can unintentionally sound terse. The occasional longer sentence adds a bit of narrative interest (and can help a piece of writing sound friendlier, too). 36 | 37 | Here’s an example of how you might transform a too-long sentence into something more manageable. 38 | 39 | Instead of: 40 | 41 | > Due to privacy and logistical considerations, passes cannot be replaced if lost or stolen; a new Paper Voucher must be accessed by going to our website and completing the same activities to obtain a new Paper Voucher. 42 | 43 | Use: 44 | 45 | > Unfortunately, we can’t replace lost or stolen passes. [Get a new pass on our website](https://www.recreation.gov/pass/). 46 | 47 | 48 | 49 | 50 | --- 51 | 52 | _Thanks to [GDS](https://www.gov.uk/guidance/content-design/writing-for-gov-uk), whom we looked to for inspiration when writing this page._ 53 | -------------------------------------------------------------------------------- /_pages/our-approach/gather-feedback.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gather feedback 3 | permalink: /our-approach/gather-feedback/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | subnav: 7 | - text: How to give feedback 8 | href: '#how-to-give-feedback' 9 | - text: How to receive feedback 10 | href: '#how-to-receive-feedback' 11 | --- 12 | 13 | Giving and receiving feedback on writing is hard. Both need your time, energy, and care. That may feel daunting. But we all want our work to be strong and it only gets better with feedback. 14 | 15 | The beauty of the writing process is that it’s iterative — everyone (yes, everyone) writes crappy first drafts. The important thing is to share the draft, gather feedback, revise, and repeat. Even published content isn’t really “done.” It’s important to keep refining, and incorporating feedback from your readers is part of that process. 16 | 17 | Here are some ways to approach giving and receiving writing feedback. 18 | 19 | ## How to give feedback 20 | 21 | Start by reading the piece in its entirety before editing or making comments. Though you may be tempted to give line edits on an early draft, resist this temptation! It’s likely that much of the text will change from draft to draft, so your line-editing work may be lost by the final draft. Focus on the central goal or message of the piece—not specific wording or stylistic decisions. If you find yourself needing to comment on structural issues or key messages, it’s probably worth setting up a meeting to talk through things. 22 | 23 | As you read, think about the answers to the following questions: 24 | 25 | * Is it clear? 26 | * Is it easy to follow? 27 | * Are there any gaps or places you get lost? 28 | * How might someone feel after reading this? 29 | * Does it leave you with any questions? 30 | * Are there any places that could use a story or concrete examples? 31 | * Does it assume knowledge that the reader might not have? 32 | 33 | Respond as a reader and tell the writer: 34 | 35 | * What doesn’t feel right 36 | * What doesn’t make sense 37 | * What isn’t working — and what is! 38 | * What you want to know more or less about, and why 39 | * What questions you have 40 | * What doesn’t reflect your own experience 41 | 42 | Ask questions to help the writer revise: 43 | 44 | * Who is the audience? 45 | * Why does this matter? 46 | * What does this mean? 47 | * How does this help the reader? 48 | * What’s the most important thing for people to understand? 49 | * What do we want readers to do next? 50 | 51 | When people ask for feedback, they’re looking for your thoughts on what aspects of their work could be stronger. Even as you offer kindly worded suggestions for improvement, it’s nice to comment on what’s working in a piece, too. Everyone likes to receive recognition for what they’ve done well. Plus, you don’t want them to unknowingly change what’s working — sharing positive feedback can prevent them from doing so. 52 | 53 | Everyone needs feedback, even professional writers. Don’t second-guess yourself as the reader. You don’t have to have the solution or right answer. Ask questions, let the writer know if something doesn’t make sense, and tell them what you like. Finally, thank them for asking for your feedback. It’s not easy, and it shows that they care about the work and their reader. 54 | 55 | ## How to receive feedback 56 | 57 | It’s natural to feel timid about sharing your work, especially if it’s an early draft. But sharing work early in the writing process has great benefits. Your colleagues can help you identify the strengths and weaknesses of your piece, which can help you narrow your focus and determine which sections need the most work. Likewise, your colleagues can point out interesting areas that you could expand on. 58 | 59 | If you’re apprehensive about sharing your work, it can be helpful to label documents as drafts to help frame your readers’ expectations and perceptions. For example: ‘First draft: Giving feedback on writing.’ Sharing drafts with one person, rather than a larger group, can also help you ease into the process. 60 | 61 | First, be clear about the type of feedback you’re looking for to ensure you get comments that are useful for the stage of writing you’re in. Here’s a summary of some types of feedback you can ask for and at what stage: 62 | 63 | * Collaborative: These are some initial rough ideas—feel free to dig in and change anything. 64 | * High-level edits: Observations about a piece’s general concept, structure, and intent — are most useful for early drafts. Are the big ideas coming through? Does the structure make sense? Is the flow logical? 65 | * Line edits: Better suited to later, more finalized drafts, whose ideas are fleshed out and which could benefit from some polish. How’s the voice and tone? Is the writing clear and consistent? What doesn’t make sense? 66 | * Copyediting: We’re about to publish this — are there typos or awkward phrases? 67 | 68 | If your piece needs additional context, share it. There are all types of context that might be helpful: background information, strategies that have been tried in the past (and since abandoned), any legal considerations, audience needs or insights from research, or variations between our house style and a client’s content conventions. 69 | 70 | If you have a deadline, be honest and realistic about it. And if you’re unsure about how long it will take your reader to give feedback, be honest about that, too — it’s OK to ask them whether your expectations align with their timeframe. 71 | 72 | Lastly, show appreciation. Giving feedback takes time and energy. Thank the person for taking the time to read your piece and share their thoughtful observations. Consider sharing the end result with them so they can see how their feedback helped you. 73 | 74 | ### Additional resources 75 | 76 | - [Questions I ask when reviewing design](https://signalvnoise.com/posts/3024-questions-i-ask-when-reviewing-a-design), Jason Fried 77 | - [Writing Comments in the Margins](https://ctl.wustl.edu/resources/commenting-on-student-writing/#margins), Washington University 78 | - [The Power of Bad Ideas](http://www.core77.com/posts/22446/the-power-of-bad-ideas-22446), Steve Portigal 79 | -------------------------------------------------------------------------------- /_pages/our-approach/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Our approach 3 | permalink: /our-approach/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | subnav: 7 | - text: Start with user needs 8 | href: '#start-with-user-needs' 9 | - text: Do the hard work to make it simple 10 | href: '#do-the-hard-work-to-make-it-simple' 11 | - text: Write for everyone 12 | href: '#write-for-everyone' 13 | - text: Start small and iterate 14 | href: '#start-small-and-iterate' 15 | --- 16 | 17 | Here at 18F, we take an approach that is based on user-centered principles, acknowledging the broad audience that government content is often addressing. The pages in this section expand on the principles below. 18 | 19 | ## Start with user needs 20 | 21 | Write in a way that suits the situation. Ask yourself: Who is going to read this? What do they need to know? How might they be feeling? 22 | 23 | Help people find the information they need quickly and easily. Guide them through the process. 24 | 25 | ## Do the hard work to make it simple 26 | 27 | Use plain language and simple sentences. 28 | 29 | Choose clarity over cleverness. 30 | 31 | ## Write for everyone 32 | 33 | Respect the complexity of our users’ experiences. 34 | 35 | Be willing to be surprised about who’s reading your work. 36 | 37 | ## Build trust 38 | 39 | Talk like a person. 40 | 41 | Tell the truth. 42 | 43 | Use positive language and concrete examples. 44 | 45 | ## Start small and iterate 46 | 47 | Make sure your content works for users. Don’t be afraid to scrap what’s there and start over. 48 | 49 | Write a draft, test it out, gather feedback, and keep refining. 50 | 51 | --- 52 | 53 | _We drew from multiple sources to develop this. Thanks to [GDS](https://www.gov.uk/design-principles), [MailChimp](http://styleguide.mailchimp.com/), and [Facebook](https://www.facebook.com/design/) for inspiration._ 54 | -------------------------------------------------------------------------------- /_pages/our-approach/keep-refining.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Keep refining 3 | permalink: /our-approach/keep-refining/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | subnav: 7 | - text: Testing and ongoing research 8 | href: '#testing-and-ongoing-research' 9 | - text: Archiving and deleting content 10 | href: '#archiving-and-deleting-content' 11 | --- 12 | 13 | Content design is an ongoing process, and even published content isn’t really “done,” in a traditional sense — it’s not a static entity. To ensure that your content is helping users, you need to keep refining it over time. 14 | 15 | When you’re creating content, it’s best to base your refinements on insights from users. This section addresses ways to test your content’s effectiveness and includes tips for archiving and deleting content without disrupting the user experience. 16 | 17 | ## Testing and ongoing research 18 | 19 | Set aside time regularly to make sure your content works for users. If you’re not sure where to start, check your web analytics to identify: 20 | 21 | * Pages with high or low traffic 22 | * Pages with high or low reading times 23 | * Common search terms 24 | * Common user flows within your site 25 | 26 | You can also review: 27 | 28 | * User feedback from surveys, call center logs, and support emails 29 | * Recurring themes from channels like Twitter, Facebook, and tech blogs 30 | 31 | You should make a habit of listening to users, too. Conduct [usability testing](https://methods.18f.gov/#usability-testing) sessions regularly to understand how people access, use, and interpret key pieces of content on your site. See [Looking at the different ways to test content](https://18f.gsa.gov/2016/04/19/looking-at-the-different-ways-to-test-content/) on the 18F Blog for more details. 32 | 33 | ### Additional resources 34 | 35 | * [Usability Testing](https://methods.18f.gov/#usability-testing), 18F Method Cards 36 | * [Testing Content](https://alistapart.com/article/testing-content), A List Apart 37 | * [What Does This Mean? Tips for Testing Your Words](https://userresearch.blog.gov.uk/2015/07/01/what-does-this-mean-tips-for-testing-your-words/), GDS Blog 38 | * [Testing Web Content for Accessibility](http://webaim.org/resources/evalquickref/), WebAim 39 | * [Cloze Test for Reading Comprehension](https://www.nngroup.com/articles/cloze-test-reading-comprehension/), Nielsen Norman Group 40 | 41 | ## Archiving and deleting content 42 | 43 | You may occasionally need to archive or delete outdated content. Maybe it’s irrelevant after a recent policy change or redundant with other pages on your site. Avoid moving or deleting content without a good reason, because it can cause a lot of frustration for users. Changes to site structure may also slow down users who’ve learned specific navigation paths on your site. 44 | 45 | As part of ongoing site maintenance, you should [audit your content](https://methods.18f.gov/#content-audit) to keep everything updated and identify [potential duplication]({{ "our-approach/avoid-duplication/" | relative_url }}). Depending on the size of your site, you may want to review everything on a yearly basis, for example, or look at one or two sections at a time. 46 | 47 | Before you archive or delete anything, review your site analytics to understand how users are accessing the content now, and check in with the content owner or author to come up with a plan together. Be sure to consider cases that may not show up in analytics data too, such as: 48 | 49 | * Search engine results 50 | * User bookmarks 51 | * Links from external sites 52 | 53 | Each of these can be addressed by ensuring you have [redirects from the old URLs]({{ "content-types/urls-and-filenames/#maintaining-urls" | relative_url }}) to the latest content. 54 | 55 | When you’re looking at a particular page, think about the best way to meet user needs: 56 | 57 | * Who is this content for? 58 | * Is there a legal requirement for having it? 59 | * How often do people visit this page? 60 | * Are there any incoming links to it, either within your site or from popular referrers? 61 | * Are there other pages that cover this topic? Can you combine them? Which one shows up higher in search results? 62 | * Can you hide or archive the page instead of deleting it? 63 | * Was this content meant to expire quickly? Was the website the right channel for this type of content — or should posts like this move to a blog, newsletter, or social media account in the future? 64 | 65 | If you genuinely need to delete something, give users a path to find what they need. This could include: 66 | 67 | * [URL redirects]({{ "content-types/urls-and-filenames/#maintaining-urls" | relative_url }}) 68 | * Ceding ownership of the content to another organization who can maintain it 69 | * Keeping content around and adding context that it is depreciated or no longer maintained 70 | * Making the content available elsewhere with an archiving service like the National Archives and Records Administration’s [Government Web Harvests](https://www.webharvest.gov/) or the [Internet Archive](https://archive.org/) 71 | * Custom 404 pages to help users find what they’re looking for 72 | 73 | ### Additional resources 74 | 75 | - [A Sestina on Sunsetting Content](https://18f.gsa.gov/2016/05/23/a-sestina-on-sunsetting-content/), 18F Blog 76 | - [Guidance on Managing Web Records](https://www.archives.gov/records-mgmt/policy/managing-web-records-index.html), National Archives and Records Administration 77 | - [Withdrawing and Unpublishing Content, and Labelling Content from Previous Governments](https://www.gov.uk/guidance/content-design/gov-uk-content-retention-and-withdrawal-archiving-policy), GOV.UK 78 | - [Unpublishing and Withdrawing ('Archiving')](https://www.gov.uk/guidance/how-to-publish-on-gov-uk/unpublishing-and-archiving), GOV.UK 79 | - [Best Practice for Archiving and Deleting Content](http://www.contentstrategyinc.com/best-practices-for-archiving-and-deleting-content/), Content Strategy Inc. 80 | - [How Should You Handle Expired Content?](https://moz.com/blog/how-should-you-handle-expired-content), Moz 81 | -------------------------------------------------------------------------------- /_pages/our-approach/make-content-web-friendly.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Make content web-friendly 3 | permalink: /our-approach/make-content-web-friendly/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | --- 7 | 8 | One of the simplest ways to present accessible, maintainable information online is to use HTML. 9 | 10 | It can be tempting to choose file formats that are more convenient for the author, such as PDF or Word. However, presenting content in PDF, Word, or similar formats can make content much harder to use. 11 | 12 | Therefore, we strongly recommend using HTML for all web content. Here are some of the benefits: 13 | 14 | - It’s much easier to link to specific pages or sections of HTML pages. 15 | - It’s much easier to update and maintain HTML content. 16 | - HTML content avoids breaking the user out of their browsing flow, and maintains the context of the site’s navigation and structure. Conversely, this often means that HTML pages are easier to re-find and less likely to be “orphaned” or left online beyond their usefulness. 17 | - All web content should be accessible, and this is much easier to accomplish and enforce with HTML content. It is possible to create accessible PDFs, but requires significant specialized training and effort for each document. 18 | - HTML content is generally more accessible to search engines, and even within a page, HTML content is often more searchable and scannable for users seeking specific information. 19 | - HTML content is much more responsive-friendly (especially on responsive websites), and some systems don’t display PDFs within the browser. This makes for a confusing user experience, and may cause some users to be unable to view or find the PDF at all. 20 | 21 | Here are some alternate approaches for situations in which people often choose PDFs: 22 | 23 | - **When the content includes images, tables, or other graphics that you aren’t sure how to display in existing page templates:** Instead, work with a designer or your web publishing team to explore how you can translate the information you need into native web content. 24 | - **Formal or policy documents that are infrequently or never updated:** Instead of using PDF to convey permanence, use document structure, clear timestamps, and design cues to help users understand the context they need to interpret the document. 25 | - **Manuals or other long documents:** These are especially crucial to make available as HTML content, especially because they often need to be kept up-to-date as technology or processes change. If you expect users to need offline access, support PDF as an alternate format or ensure clean, useful print stylesheets so that users can generate their own PDF. 26 | 27 | PDF-first may be the appropriate choice for content that’s primarily and only intended for print use. This might include brochures, business cards, or forms that must submitted as paper copies. (Though a better long-term approach is to change forms and processes so people can submit soft copies or complete the form online.) 28 | 29 | If you do choose to present content in PDF, remember to ensure the information is also available on your website in an accessible, linkable, and responsive HTML format. 30 | 31 | Avoid using formats for which users need specific, proprietary software (for instance, Microsoft Word, PowerPoint, Pages). 32 | -------------------------------------------------------------------------------- /_pages/our-approach/plain-language.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Use plain language 3 | permalink: /our-approach/plain-language/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | redirect_from: 7 | - /legal-and-technical-terms/ 8 | subnav: 9 | - text: Words to avoid 10 | href: '#words-to-avoid' 11 | - text: When to use legal and technical terms 12 | href: '#when-to-use-legal-and-technical-terms' 13 | - text: Additional resources 14 | href: '#additional-resources' 15 | --- 16 | 17 | U.S. government websites are for everyone. The content they contain should be as straightforward as possible. 18 | 19 | One of the best ways to make content clear and usable is to use **plain language**. When we use words people understand, our content is more findable, accessible, and inclusive. [Plain language](http://www.plainlanguage.gov/) is also mandatory for all federal government websites. 20 | 21 | When we use jargon in our writing, we risk losing users’ trust. Government, legal, business jargon are often vague or unfamiliar to users, and can lead to misinterpretation. 22 | 23 | Another temptation that can hurt readability is figurative language: it often doesn’t say what you actually mean, and can make your content more difficult to understand. For example: 24 | 25 | - drive (you can only drive vehicles, not schemes or people) 26 | - drive out (unless it's cattle) 27 | - going forward (unless you’re giving directions) 28 | - one-stop shop (we’re the government, not a big box store) 29 | 30 | In most cases, you can avoid these figures of speech by describing what you’re actually doing. Be open and specific. 31 | 32 | If you're struggling to use plain language, try writing conversationally. Picture your audience and write as if you were talking to them one-on-one, with the authority of someone who can actively help. 33 | 34 | **Don’t use formal or long words when easy or short ones will do.** Use _buy_ instead of _purchase_, _help_ instead of _assist_, _about_ instead of _approximately_, and so on. 35 | 36 | Plain language lists can help spot problem words and consider alternatives, but keep in mind that plain language is more than just a list of words to avoid—it’s a way of writing. 37 | 38 | ## Words to avoid 39 | 40 | - agenda (unless you’re talking about a meeting) 41 | - advancing 42 | - collaborate (use _working with_) 43 | - combating (use _working against_ or _fighting_) 44 | - commit or pledge (we need to be more specific — we’re either doing something or we’re not) 45 | - countering (use _answering_ or _responding_) 46 | - deliver (pizzas, mail, and services are delivered — not abstract concepts like improvements or priorities) 47 | - deploy (unless you’re talking about the military or software) 48 | - dialogue (we speak to people) 49 | - disincentivize or incentivize 50 | - empower 51 | - execute (use _run_ or _do_) 52 | - facilitate (instead, say something specific about _how_ you are helping) 53 | - focusing 54 | - foster (unless it’s children) 55 | - illegals or illegal aliens (use _undocumented immigrants_) 56 | - impact or impactful 57 | - initiate (use _start_) 58 | - innovative (use words that describe the positive outcome of the innovation) 59 | - in order to (use _to_) 60 | - key (unless it unlocks something, use _important_ or omit) 61 | - land (as a verb only use if you’re talking about aircraft) 62 | - leverage (unless you use it in the financial sense) 63 | - liaise (use _collaborate_, _work with_, or _partner with_) 64 | - modify (use _change_ instead) 65 | - overarching 66 | - progress (what are you actually doing?) 67 | - promote (unless you’re talking about an ad campaign or some other marketing promotion) 68 | - robust 69 | - simple or simply (use _straightforward_, _uncomplicated_, or _clear_, or leave the descriptor out altogether) 70 | - slimming down (processes don’t diet) 71 | - streamline 72 | - strengthening (unless you’re referring to bridges or other structures) 73 | - tackling (unless you’re referring to football or another contact sport) 74 | - thought leader (refer to a person’s accomplishments) 75 | - touchpoint (mention specific system components) 76 | - transforming (what are you actually doing to change it?) 77 | - user testing (use _user research_ or _usability testing_) 78 | - utilize (use _use_) 79 | 80 | ## When to use legal and technical terms 81 | 82 | Present complicated information clearly so it’s easier to understand. If you need to include legal terms or technical language, include a short, plain-language summary or define your terms up front. 83 | 84 | It’s fine to use technical terms when they’re appropriate for the audience or the situation, but you need to explain what they mean on the first reference. 85 | 86 | If you’re publishing source code, see the [18F Open Source Style Guide](https://pages.18f.gov/open-source-guide/) for tips on making the project easy to use and understand. 87 | 88 | ## Additional resources 89 | 90 | * [Federal Plain Language Guidelines](http://www.plainlanguage.gov/howto/guidelines/FederalPLGuidelines/TOC.cfm) 91 | * [Avoiding legal, foreign, and technical jargon](http://www.plainlanguage.gov/howto/guidelines/FederalPLGuidelines/writeNoJargon.cfm) 92 | * King County: [Shorter, simpler words](http://www.kingcounty.gov/exec/styleguide/concisewriting/simplerwords.aspx) 93 | * Gov.uk: [Plain English](https://www.gov.uk/guidance/content-design/writing-for-gov-uk#plain-english) and [Words to avoid](https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style#words-to-avoid) 94 | -------------------------------------------------------------------------------- /_pages/our-approach/structure-the-content.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Structure the content 3 | permalink: /our-approach/structure-the-content/ 4 | sidenav: our-approach 5 | sticky_sidenav: true 6 | redirect_from: 7 | - /faqs 8 | - /how-users-read/ 9 | subnav: 10 | - text: Important information first 11 | href: '#important-information-first' 12 | - text: Short, punchy paragraphs 13 | href: '#short-punchy-paragraphs' 14 | - text: Descriptive headings 15 | href: '#descriptive-headings' 16 | - text: Heading tags 17 | href: '#heading-tags' 18 | - text: Lists 19 | href: '#lists' 20 | - text: Tables 21 | href: '#tables' 22 | - text: "Don’t use FAQs" 23 | href: '#dont-use-faqs' 24 | --- 25 | 26 | It can be a little confusing when we talk about the structure of content: most writers think of the structure of their writing along the lines of chapters, sections, headings and paragraphs. But we know that people read web content a little differently than, for example, a magazine essay. And HTML gives us tools to build pages that support readers, especially those who use assistive technologies. 27 | 28 | In this section, we will explain how to make it easier for all users to read your content. 29 | 30 | Reams of research tell us that people don’t read web pages; they scan them. It’s understandable — most often, people are trying to accomplish a task when they visit your site, rather than trying to educate themselves about the mission of your organization. 31 | 32 | So how do you support users that are just trying to get something done? 33 | 34 | ## Important information first 35 | Online, people tend to scan text until they find the information they need. No matter how carefully you craft your content, most people will only read 25 percent of it. This statistic isn’t meant to dishearten; rather, we believe it underscores the importance of getting content right. 36 | 37 | We recommend using the “inverted pyramid” style, putting the most important information at the beginning, and the second most important second, until the very least important information is delivered in the last thought. Hopefully you will have the research you need about your users to tell you what’s most important to them. Plan for user testing after launch to make sure you’ve got it right. 38 | 39 | ## Short, punchy paragraphs 40 | You might think of webpages as a series of little inverted pyramids, so that, as the reader’s eye lands on a particular chunk of text, they see the information that (we believe) is most important to them. 41 | 42 | ## Descriptive headings 43 | When readers are scanning your short paragraphs, it’s helpful for them to see a header that lets them know what they will find there. It’s better to be clear than clever here; your readers will be grateful that you saved them time by showing them where to find the thing they were looking for. 44 | 45 | ## Heading tags 46 | HTML offers critical help in guiding users to the information they are looking for. Heading tags, such as `Report type | 60 |Dates covered | 61 |Due | 62 |
---|---|---|
Quarterly (Form 3, 3Z, 3L) | 67 |January 1–March 31 | 68 |April 15 | 69 |
April 1–June 30 | 72 |July 15 | 73 ||
July 1–September 30 | 76 |October 15 | 77 ||
October 1–December 31 | 80 |January 31 | 81 |
Type of writing | 74 |Intended readership | 75 |Tone | 76 |Example | 77 |
Obituary of a prominent community member | 80 |People who knew (or knew of) the deceased | 81 |Respectful, reverent, somber | 82 |“Professor Pelham was respected by his colleagues and revered by students, many of whom would wake before dawn on registration day to ensure gaining entry to his classes. His wit, gentle humor, and compassion left their mark on everyone he talked to.” | 83 |
Blog post announcing open source documentation guide | 86 |Developers and other readers with a strong tech background | 87 |Direct, impartial | 88 |“The Open Source Style Guide is a comprehensive handbook for writing clear, accessible, and user-friendly documentation so that your open source code repositories are accessible both internally and externally." | 89 |
Marketing email from the boutique bridal department of a well-known clothing company | 92 |Newly engaged women (ages 28 through 33) | 93 |Enthusiastic, earnest, bubbly | 94 |“Say ‘I do!’ to 25% off. Now through July 3rd, take an additional 25% off all bridal wear and accessories. Celebrate your big day in style (and get a jumpstart on your honeymoon fund!).” | 95 |