Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOC-17885 - How to manage your store's URL redirects to prevent 404 errors documentation #1665

Open
wants to merge 1 commit into
base: EDU-13595-Redirects-com-querystrings
Choose a base branch
from

Conversation

GeorgeLimaDev
Copy link
Contributor

@GeorgeLimaDev GeorgeLimaDev commented Jan 10, 2025

Copy link
Contributor

Navigation Preview Link

No changes detected in the navigation.json file

Copy link
Contributor

Preview Links

Open this URL to set up the portal with this branch changes.

You can now access the edited pages with the following URLs:

3. Open the terminal and log in to your VTEX account.
4. Import redirects to your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Import the redirects into your account by running the following command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "4. Import the redirects into y..."]

4. Import redirects to your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Import the redirects into your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- *Replace {CSVpath} with th..."]

3. Open the terminal and log in to your VTEX account.
4. Delete redirects from your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Delete the redirects from your account by running the following command:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "4. Delete the redirects from y..."]

4. Delete redirects from your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Delete the redirects from your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- *Replace {CSVpath} with th..."]

@@ -49,46 +49,46 @@
## Verifying URL redirects

1. Open the terminal and log in to your VTEX account.
2. Retrieve the full list of your store's redirects into a `.csv` file by running the following command.
- *Replace `{fileName}` with any name of your choice.*
2. Retrieve the full list of your store's redirects into a `.csv` file by running the command below.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "2. Retrieve the full list of y..."]

2. Retrieve the full list of your store's redirects into a `.csv` file by running the following command.
- *Replace `{fileName}` with any name of your choice.*
2. Retrieve the full list of your store's redirects into a `.csv` file by running the command below.
- *Replace `{fileName}` with a name of your choice.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- *Replace {fileName} with a..."]


## CSV file template

To create or delete URL redirects in your store, you must create a `.csv` file as in the following example.
To create or delete URL redirects in your store, you must create a `.csv` file as in the example below.


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]


## CSV file template

To create or delete URL redirects in your store, you must create a `.csv` file as in the following example.
To create or delete URL redirects in your store, you must create a `.csv` file as in the example below.



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: a]

<div style="text-align: right"><a href="#creating-url-redirects">Creating URL redirects 🔼</a></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: div]

<div style="text-align: right"><a href="#creating-url-redirects">Creating URL redirects 🔼</a></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: a]

<div style="text-align: right"><a href="#deleting-url-redirects">Removing URL redirects 🔼</a></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: div]

<div style="text-align: right"><a href="#deleting-url-redirects">Removing URL redirects 🔼</a></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: a]

<div style="text-align: right"><a href="#verifying-url-redirects">Verifying URL redirects 🔼</a></div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint] reported by reviewdog 🐶
MD033/no-inline-html Inline HTML [Element: div]

<div style="text-align: right"><a href="#verifying-url-redirects">Verifying URL redirects 🔼</a></div>

@sheilagomes sheilagomes changed the title New Crowdin updates LOC-17885 - How to manage your store's URL redirects to prevent 404 errors documentation Jan 10, 2025
4. Import redirects to your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Import the redirects into your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- *Replace `{CSVpath}` with the path to your `.csv` file.*
- *Replace `{CSVpath}` with the path to your `.csv` file.*

4. Delete redirects from your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
4. Delete the redirects from your account by running the following command:
- *Replace `{CSVpath}` with the path to your `.csv` file.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- *Replace `{CSVpath}` with the path to your `.csv` file.*
- *Replace `{CSVpath}` with the path to your `.csv` file.*

2. Retrieve the full list of your store's redirects into a `.csv` file by running the following command.
- *Replace `{fileName}` with any name of your choice.*
2. Retrieve the full list of your store's redirects into a `.csv` file by running the command below.
- *Replace `{fileName}` with a name of your choice.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change
- *Replace `{fileName}` with a name of your choice.*
- *Replace `{fileName}` with a name of your choice.*

Comment on lines 67 to 68


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[markdownlint-fix] reported by reviewdog 🐶

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant