Slugs & URLs
Every page on your VOTLI microsite has a URL determined by its slug - the path after your subdomain.
Default slugs
When you create an app, pages are assigned default slugs:
| Page type | Default slug |
|---|---|
| Privacy Policy | privacy |
| Terms of Service | terms |
| EULA | eula |
| Cookie Policy | cookies |
| Refund Policy | refund |
| Data Deletion | deletion |
| Landing Page | (root /) |
| Support | support |
| Waitlist | waitlist |
So a Privacy Policy page for myapp.votli.app is accessible at:
https://myapp.votli.app/privacy
Changing a slug
You can change the slug of any page from the page editor. Click the Edit slug icon next to the URL shown at the top of the editor.
Rules:
- Slugs must be lowercase
- Only letters, numbers, and hyphens are allowed
- Slugs must be unique within your app
Warning: Changing a slug changes the public URL of your page. If you've already submitted the old URL to an app store, you'll need to update it there too.
Navigation visibility
You can choose whether a page appears in your microsite's navigation menu using the Show in nav toggle on each page.