Google Search Console often flags “Pages with redirect” issues. While this may seem alarming, it’s usually a manageable problem with straightforward solutions. The appropriate fix depends on the type of redirect and the platform you’re using.
On this page
ToggleBelow, we’ll break down the most common scenarios and explain how to identify, remove, or properly handle unwanted redirects across popular systems.

Scenario 1: The URL Shouldn't Be Redirecting
If a page is redirecting unintentionally, it’s crucial to remove the redirection to maintain proper indexing and user experience.
- Identify the issue: Use Google Search Console to pinpoint the affected URLs.
- Determine the redirect type: Understand if it’s a 301 (permanent) or 302 (temporary) redirect.
- Remove the redirect: The method to remove a redirect depends on your website’s setup. It might involve editing .htaccess files, using plugins (for WordPress), or making changes in your server configuration.
- Update internal links: Ensure no other pages on your website link to the previously redirected URL.
- Submit the fixed URL to Google: Use the URL Inspection tool in Search Console to request indexing of the corrected page.
WordPress Redirect Removal
Method 1: Using .htaccess File
- Access your WordPress root directory via FTP or cPanel File Manager
- Locate the .htaccess file
- Look for redirect rules like these:
RewriteEngine On RewriteRule ^old-page$ https://example.com/new-page [R=301,L] - Remove or comment out (#) the unwanted redirect line
- Save the file and test the URL
Method 2: Using Redirection Plugin
- Go to Plugins → Add New → Search Redirection
- Install and activate the plugin
- Navigate to Tools → Redirection
- Find the redirect in the list
- Click “Delete” to remove it
- Submit the corrected URL to GSC using URL Inspection tool
Method 3: Check Your SEO Plugin
If you’re using Yoast SEO or Rank Math:
- Go to SEO → Redirects (Yoast) or Rank Math → Redirections
- Search for the affected URL
- Delete the redirect entry
- Clear your cache (if using a caching plugin)
Shopify Redirect Removal
- From your Shopify admin, go to Online Store → Navigation
- Click URL Redirects
- Find the redirect you want to remove
- Click the trash icon next to it
- Confirm deletion
- Test the original URL to verify it loads correctly
For Bulk Redirects:
- Export your redirects as CSV
- Remove the unwanted entries
- Re-import the cleaned CSV file
Scenario 2: The URL is Redirecting Intentionally
If the redirect is planned, such as redirecting a www domain and HTTP website to non-www and HTTPS URLs or applying other redirects to direct 404 URLs to relevant pages, it’s usually safe to leave it as is. However, ensure it’s set up correctly.
- Verify redirect type: A 301 redirect is typically used for permanent moves, while a 302 is for temporary ones. Ensure the type matches your intent.
- Check redirect destination: Confirm the URL the page is redirecting to is correct and accessible.
Scenario 3: Remove Internal Links to Redirect URLs
If you have internal links pointing to pages that now redirect, it can create confusion for both users and search engines.
- Identify the redirecting URLs: Use Google Search Console or real time site audit reporting tools like Ahrefs or SEMrush to find the redirect internal links.
- Update internal links: Replace the links pointing to the redirecting URLs with links to their correct destinations.
By following these steps and carefully considering each scenario, you can effectively address page with redirect issues in Google Search Console and maintain a healthy website structure.
Verifying Your Fix
After removing the redirect:
- Open an incognito/private browser window
- Visit the URL directly
- Check that it loads without redirecting
- Use GSC’s URL Inspection tool → Test Live URL
- Submit for re-indexing if successful







