Skip to main content

help.upsheets.com → upsheets.com/docs Migration

Generated from scraping help.upsheets.com and comparing against the new docs structure.

URL Structure

  • Old: https://help.upsheets.com/faqs/{slug}
  • New: https://upsheets.com/docs/{path}

Redirect Mapping (Old → New)

Use this table to implement redirects. Redirect old URLs to the new docs path.

Alternate slugs and Search Console 404s


Additional Redirects (Non-article pages)

Where a specific categories/... mapping exists in the table above, use it as a higher-priority rule than the generic faqs/categories/* fallback.

Previously Missing Docs (Now Created)

The following pages have been added to the new docs with dedicated pages:
  • connect/multiple-organisations – Connect multiple Xero organisations
  • leave/default-end-date-and-description – Default end date and description for leave
  • troubleshooting/column-limit – File contains more than 100 columns
  • integrations/rotacloud/connect – Connect RotaCloud
  • integrations/rotacloud/import-data – Importing RotaCloud data
  • integrations/square/connect – Connect Square
  • integrations/toggl/connect – Connect Toggl
  • integrations/tracking-time/connect – Connect TrackingTime
  • integrations/workflowmax – WorkflowMax integration
  • connect/xero-demo-organisation – Using a Xero demo organisation for testing
The video from video-how-to-upload-a-file has been embedded in importing/file-types.

Redirect Implementation Formats

Netlify (_redirects or netlify.toml)

Cloudflare (Bulk Redirects)

Use the CSV in this folder: cloudflare-bulk-redirects-upload.csv (full URLs, 301). Import or paste into a Bulk Redirect List, then attach it to a Bulk Redirect Rule for help.upsheets.com. If the dashboard rejects a column layout, map Source URLTarget URL and set status 301 manually—the paths match redirects.json.

Nginx

(Requires slug-to-path mapping; use the table above for exact mappings.)

Vercel (vercel.json)

(Note: Vercel/Netlify redirects typically can’t do dynamic slug→path lookup; you may need a rewrite rule or serverless function that reads the mapping.)

Summary

  • 89 old article URLs scraped from help.upsheets.com
  • 89 redirect mappings defined (old → new)
  • All previously missing integration and content pages have been created