Skip to main content

Redirect Fields

Redirects allow you to forward traffic from old URLs to new ones, helping maintain SEO value and prevent broken links.

Updated over a week ago

ID

Description

Example Value

Shopify's unique redirect identifier

123456

If present, the ID will be used to group multiple rows together into a single redirect. When importing, the ID will be used to see if the redirect already exists on the store. If there's no ID match the app will attempt to find an existing redirect using the Path.

Path

Description

Example Value

Original URL path to redirect from

/old-page

The path is the original URL path that visitors are trying to access. The path is used for grouping multiple rows together into a single redirect and finding an existing redirect on the store if the ID is not present.

Command

Description

Example Value

Action to perform: MERGE, DELETE, NEW

MERGE

  • MERGE: Update existing redirect or create if not found

  • DELETE: Remove the redirect from the store

  • NEW: Create a new redirect (will fail if redirect already exists)

Target

Description

Example Value

New URL path to redirect to

/new-page

The target is the destination URL path where visitors will be redirected when they access the original path.

Did this answer your question?