Terms of Service guidelines
Stay organized with collections
Save and categorize content based on your preferences.
To help riders clearly understand their rights and responsibilities, make sure your Terms of
Service (ToS) follows these guidelines:
- Do not use JavaScript.
- Do not use tracking tags and pixels.
- Do not use images.
- Do not override the font family or face for the body of the ToS.
- Do not use colors.
- Do not incorporate forms, input elements, or rider interactions.
- Only use the following HTML tags to format the page:
<title>
,
<h1>
, <h2>
, <p>
, and
<strong>
.
- Use
<style>
for inline styles, not <link
type="text/css">
.
In addition, keep the following in mind:
- Only text or HTML MIME types are supported.
- It is okay to bold and italicize text.
- It is okay to use links.
- There is no ToS length requirement, but we recommend you aim for brevity.
- The maximum font size for headings is 24 px.
- Headings must be less than 10% of the total characters in the ToS.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["Rider Terms of Service must be simple and accessible, avoiding JavaScript, tracking, images, custom fonts, colors, forms, and interactive elements."],["Only basic HTML tags like `\u003ctitle\u003e`, `\u003ch1\u003e`, `\u003ch2\u003e`, `\u003cp\u003e`, and `\u003cstrong\u003e` are permitted for formatting the ToS content."],["Inline styles should be implemented using `\u003cstyle\u003e` tags, while external stylesheets are not supported."],["ToS can include text formatting like bold and italics, links to relevant information, and should generally aim for brevity, with headings kept to a minimum size and proportion."],["Acceptable file types for ToS are limited to text or HTML MIME types."]]],[]]