Improve tag handling and redirect behaviour#47
Closed
steadyfall wants to merge 2 commits into
Closed
Conversation
- Add `useEffect` to check `router.query.tag` and redirect to `/blog` if: - no tag is provided - tag is an empty string or only whitespace - URL contains `?tag=` with no value - Trim `activeTag` to avoid false positives from whitespace
- Use `useEffect` to redirect to `/blog` if active tag exists but has zero posts - Prevent users from landing on empty tag pages
8fdf165 to
861dbb3
Compare
wato-github-automation Bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
## Description <!--- Please provide a summary of your changes. Make sure to include relevant motivation, context, and link related documents/conversations. --> #47 - Redirect when tag is missing or empty - Trim whitespace from `activeTag` - Redirect to `/blog` if no valid tag is present or URL contains an empty `?tag=` - Redirect when tag has no posts - Redirect users to `/blog` if an active tag is specified but no posts exist for it <!--- Use [linking keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) like `Resolves #<issue_number>` to automatically close issues. --> ## Checklist - [x] I have read and understood the [WATcloud Guidelines](https://cloud.watonomous.ca/docs/community-docs/watcloud/guidelines) - [x] I have performed a self-review of my code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the blog tag handling logic to ensure a cleaner user experience when navigating blog pages.
activeTag/blogif no valid tag is present or URL contains an empty?tag=/blogif an active tag is specified but no posts exist for itBelow are examples of broken/empty tag links:
/blog?tag/blog?tag=/blog?tag=%20%20/blog?tag=Infra/blog?tag=%20%20Infra