Should I redirect or add content, to 47 Pages?
-
We have an insurance agency website with 47 pages that have duplicate/low content warnings. What's the best way to handle this?
I'm I right in thinking I have 2 options? Either add new content or redirect the page?
Thanks in advance
-
Whether you should redirect or add content to the 47 pages depends on the specific circumstances and goals for those pages.
Redirecting:
When to Redirect: If the 47 pages have low-quality content, are outdated, or are duplicating other content on your site, redirecting might be the best option. Redirecting these pages to more relevant, high-quality pages can help consolidate your site’s authority and improve user experience. Additionally, if any of these pages are receiving low traffic and you have no plans to update them, redirecting can prevent them from dragging down your overall site performance.
SEO Consideration: 301 redirects are ideal if the content is permanently moving. This allows you to preserve most of the SEO value from the old pages.
Adding Content:When to Add Content: If the pages in question have potential but lack sufficient depth or relevance, enhancing them with additional content can be beneficial. By updating these pages with more comprehensive, valuable information, you can improve their ranking potential and better serve your audience’s needs.
SEO Consideration: Ensure that the new content is well-researched, relevant, and optimized for the target keywords. This approach helps maintain or even improve the rankings of these pages.
Recommendation:
Evaluate the current performance of each of the 47 pages. If a significant portion has strong existing backlinks or decent traffic, it may be worth investing in content updates. On the other hand, if the pages are weak and have little SEO value, redirecting could be a smarter strategy.It might even be a mix of both approaches, depending on what you find during your evaluation.
-
@liamjordan193 thanks
-
@ww4686101 said in Should I redirect or add content, to 47 Pages?:
Hi Laurent,
You're absolutely right that you have two main options: adding new content or redirecting the pages. Here’s how you can decide which approach is best:
Add New Content: If the pages have potential value and could offer useful information to your audience, then updating them with fresh, high-quality content is the way to go. Focus on making each page unique and valuable to your users. This will not only address the duplicate/low content warnings but also improve your site's overall SEO.
Redirect: If the pages are redundant or don’t serve a specific purpose anymore, a 301 redirect to a more relevant page might be a better option. This helps consolidate your content, avoid potential penalties, and preserve any link equity those pages might have.
When to Choose Each Option:
Add Content if the pages cover topics that are still relevant, have potential for traffic, or could be expanded into something more comprehensive.
Redirect if the pages are outdated, nearly identical to other pages, or if the content isn’t worth expanding.
In some cases, a mix of both strategies might be ideal. You could add content to some pages and redirect others that are less useful.
Hope this helps!
Brilliant answer, thank you!
-
@laurentjb, The best solution is to consolidate duplicate content by merging similar pages and redirecting outdated or redundant pages to relevant ones using 301 redirects. For low-content pages, either expand the content to add value or combine them with related pages. This improves SEO and enhances the user experience.
-
@laurentjb said in Should I redirect or add content, to 47 Pages?:
We have an insurance agency website with 47 pages that have duplicate/low content warnings. What's the best way to handle this?
I'm I right in thinking I have 2 options? Either add new content or redirect the page?
Thanks in advance
You're correct that you have two main options: either add more valuable content to improve the quality of those pages or redirect them to more relevant, higher-quality pages. Adding new content in Flooring Contractor in Ajax is ideal if the pages have unique value, while redirects are better for pages with little to no potential for improvement. Both approaches help address duplicate/low content warnings and improve your site's SEO.
-
@laurentjb said in Should I redirect or add content, to 47 Pages?:
We have an insurance agency website with 47 pages that have duplicate/low content warnings. What's the best way to handle this?
I'm I right in thinking I have 2 options? Either add new content or redirect the page?To handle duplicate/low content warnings on your insurance agency website:
Add New Content:
Expand and enhance content to make it unique and valuable.
Use targeted keywords and structured data to improve SEO.
Redirect Pages:Use 301 redirects for pages with minimal value, consolidating content to stronger, related pages.
-
Hi Laurent,
You're absolutely right that you have two main options: adding new content or redirecting the pages. Here’s how you can decide which approach is best:
Add New Content: If the pages have potential value and could offer useful information to your audience, then updating them with fresh, high-quality content is the way to go. Focus on making each page unique and valuable to your users. This will not only address the duplicate/low content warnings but also improve your site's overall SEO.
Redirect: If the pages are redundant or don’t serve a specific purpose anymore, a 301 redirect to a more relevant page might be a better option. This helps consolidate your content, avoid potential penalties, and preserve any link equity those pages might have.
When to Choose Each Option:
Add Content if the pages cover topics that are still relevant, have potential for traffic, or could be expanded into something more comprehensive.
Redirect if the pages are outdated, nearly identical to other pages, or if the content isn’t worth expanding.
In some cases, a mix of both strategies might be ideal. You could add content to some pages and redirect others that are less useful.
Hope this helps!
-
@laurentjb The action required depends on the type of page triggering these warnings. If these are blog category/tag results pages, you can add unique identifiers to keep them distinct.
If they are unique pages, I would recommend adding content if you feel that this will provide extra value to users. If they are pages that get no traffic, do not rank for anything on Google/Bing, and do not provide value to users, you can deprecate them and 301 the links to the most relevant page without harming your website.
I hope that helps!
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
How do I carry out a redirect? Is there a code I need to use?
How do I carry out a redirect? Is there a code I need to use? Thank you in advance.
On-Page Optimization | | laurentjb0 -
Understanding Redirects and Canonical Tags in SEO: A Complex Case
Hi everyone, nothing serious here, i'm just playing around doing my experiments 🙂
Technical SEO | | chueneke
but if any1 of you guys understand this chaos and what was the issue here, i'd appreciate if you try to explain it to me. I had a page "Linkaufbau" on my website at https://chriseo.de/linkaufbau. My .htaccess file contains only basic SEO stuff: # removed ".html" using htaccess RewriteCond %{THE_REQUEST} ^GET\ (.*)\.html\ HTTP RewriteRule (.*)\.html$ $1 [R=301,L] # internally added .html if necessary RewriteCond %{REQUEST_FILENAME}.html -f RewriteCond %{REQUEST_URI} !/$ RewriteRule (.*) $1\.html [L] # removed "index" from directory index pages RewriteRule (.*)/index$ $1/ [R=301,L] # removed trailing "/" if not a directory RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} /$ RewriteRule (.*)/ $1 [R=301,L] # Here’s the first redirect: RedirectPermanent /index / My first three questions: Why do I need this rule? Why must this rule be at the top? Why isn't this handled by mod_rewrite? Now to the interesting part: I moved the Linkaufbau page to the SEO folder: https://chriseo.de/seo/linkaufbau and set up the redirect accordingly: RedirectPermanent /linkaufbau /seo/linkaufbau.html I deleted the old /linkaufbau page. I requested indexing for /seo/linkaufbau in the Google Search Console. Once the page was indexed, I set a canonical to the old URL: <link rel="canonical" href="https://chriseo.de/linkaufbau"> Then I resubmitted the sitemap and requested indexing for /seo/linkaufbau again, even though it was already indexed. Due to the canonical tag, the page quickly disappeared. I then requested indexing for /linkaufbau and /linkaufbau.html in GSC (the old, deleted page). After two days, both URLs were back in the serps:: https://chriseo.de/linkaufbau https://chriseo.de/linkaufbau.html this is the new page /seo/linkaufbau
b14ee095-5c03-40d5-b7fc-57d47cf66e3b-grafik.png This is the old page /linkaufbau
242d5bfd-af7c-4bed-9887-c12a29837d77-grafik.png Both URLs are now in the search results and all rankings are significantly better than before for keywords like: organic linkbuilding linkaufbau kosten linkaufbau service natürlicher linkaufbau hochwertiger linkaufbau organische backlinks linkaufbau strategie linkaufbau agentur Interestingly, both URLs (with and without .html) redirect to the new URL https://chriseo.de/seo/linkaufbau, which in turn has a canonical pointing to https://chriseo.de/linkaufbau (without .html). In the SERPs, when https://chriseo.de/linkaufbau is shown, my new, updated snippet is displayed. When /linkaufbau.html is shown, it displays the old, deleted page that had already disappeared from the index. I have now removed the canonical tag. I don't fully understand the process of what happened and why. If anyone has any ideas, I would be very grateful. Best regards,
Chris0 -
Should I keep my existing site or start new?
I have a website with less than 3K visits a year. Only customers with an Account with me who have login credentials can see my product pricing and make a purchase onsite; therefore, indexing/page ranking is not a concern for me. My agency suggests that my product catalog be corrected to a parent/child relationship. Currently, each product variation has its own SKU and PDP. As a result, product findability: Site Search, Categorization, and Facets are a mess. Is there any way I can keep my current URL (branding purposes)? I thought we could delete all pages (PLPs & PDPs) and create all new and enforce 301 redirects. Thoughts?
Community | | SEOfreshman0 -
Solve Redirect Chains
I've gotten a few Redirect Issues that involve Redirect Chains, with the https:// version redirecting to the www. version and then redirecting to the right URL. Here is an example:
On-Page Optimization | | Billywig
Schermafbeelding 2021-12-07 om 11.04.32.png I've tried setting a direct redirect between the first and the last URL, but WordPress doesn't seem to allow that (it's overwritten). I've also tried checking the internal links to make sure that none of the links are the first one. They don't seem to be there. Does anyone have any tips on solving these Redirect Chains?0 -
301 Redirects from Subdomain to Location Pages
I have a client site that is getting redesigned. Its a multi location service provider. Currently (for whatever reason) the location pages are sub domains. https://<location-name>.site.com/ In the new design the locations will be on the main domain. https://site.com/locations/<location-name> We are considering using 301 redirects from the current sub domains to the new location pages on the main domain. The current sub domains are setup on a multi-site with A records for each one in our GoDaddy account. Would like to get feedback on any unforeseen SEO issues that anyone might have input on.
Technical SEO | | ColeBField12210 -
Ratings pages are Duplicate Content
This brought up another question. should the review page (which now has a canonical to the item page) be Index,follow? My item review pages are showing up with Duplicate Content errors in MOZ. Here are two examples http://www.americanmusical.com/ItemReview--i-HAM-SK1-LIST http://www.americanmusical.com/ItemReview--i-MAC-203680902-LIST is the problem that the pages contain the same code and questions with very little customer created info?
On-Page Optimization | | dianeb1520 -
Duplicate pages
Hi I have recently signed up to Moz Pro and the first crawl report on my wordpress site has brought up some duplicate content issues. I don't know what to do with this data! The original page : http://www.dwliverpoolphotography.co.uk/blog/ and the duplicate content page : http://www.dwliverpoolphotography.co.uk/author/david/ If anyone can point me to a resource or explain what I need to do thanks! David.
On-Page Optimization | | WallerD0 -
How to rank well on 2 keywords - 2 separate pages or 1 combined page
Hi, I have a website about allergy. We ar developing new content, and through keyword research I have discovered that "dog allergy" and "cat allergy" are both very common searches. However, the cause, and symtoms are very alike for these 2 types of allergy so it would make sense to combine the two allergies on one page. So my question is: What do I choose to increase my chances to ranke the best I can for both "cat allergy", and "dog allergy"? Should I develop 2 separate pages for cat & dog allergy or should I do a combined page? (We would of course review the texts so no duplicate content/text would be used if we chose to have 2 pages) I would be so greatful for your advice!! Kind regards, Jeanette
On-Page Optimization | | Mylan-GDM0