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
-
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 -
Unsolved I have a "click rate juice" question would like to know.
Hello I have a "click rate juice" question would like to know. For example. I created a noindex site for a few days event purposes. Using a random domain like this: event.example.com. Expecting 5000+ clicks per day. Is it possible to gain some traffic juice from this event website domain "example.com" to my other main site "main.com" but without exposing its URL. Thought about using 301 redirecting "example.com" to "main.com". But it will reveal the example-b.com to the general public if someone visits the domain "example.com". Also thought about using a canonical URL, but it would not be working because the event site is noindex. or it would not matter at all 🤔 Wondering if there is a thing like this to gain some traffic juice for another domain? Thanks
Intermediate & Advanced SEO | | Blueli0 -
404s on subfolder - how to redirect?
Hi all,
Technical SEO | | MFSMarketing
we have a lot of 404s to subfolders. Eg
www.website.com/blog-post-title/imagename/
www.website.com/blog-post-title/author/ We don't have these subfolders or blog posts anymore.
How do i redirect them? These links (404s) don't seem to have any value or backlinks. Thanks,
Stef0 -
301 Redirects from example.com to store.example.com and then removing store.example.com subdomain
Hi I'm trying to wrap my head around the best approach for migrating our website. We're migrating from our example.com (joomla) site to our existing store.example.com (shopify) site... with the plan to finish the redirects/migration then remove the subdomain from shopify and use example.com moving forward. I've never done this and asking here to see if any harm will come from re-directing example.com URLs to store.example.com URL's then changing the store.example.com URL's to example.com. Right now my plan would run like this: redirect example.com URL's to store.example.com remove subdomain on store.example.com use example.com moving forward. wonder what happens next? Is there going to be any issues here, possible harm to the URL's?
Technical SEO | | Minarets0 -
What is the difference between "document" and "object" moved redirect errors?
What is the difference between "document" and "object" moved redirect errors? I'm used to see "object moved" as a redirect chain issue that needs to be fixed, but this week my report contained a "document moved" redirect chain issue. And it's on our homepage. Looks like it might be a HTTP versus an HTTPS issue.
Reporting & Analytics | | Kate_Nadeau0 -
Is it better to have an hreflang go to the home page in a different language if there's no corresponding page
If I have some pages in English, but not in Spanish on my website: Should my hreflang go to the home page on the Spanish site? Or should I not have an "es-MX" hreflang for that page? Ideally I would have all the pages translated, but this has not all been done yet.
On-Page Optimization | | RoxBrock0 -
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 -
Please review page for on page SEO
I'm working on an adult dating site review blog and am hoping to build links to the category pages. It's a wordpress blog so the posts are categorised by topics. However can you tell me if there is enough content on the page for google to identify what the page is about? The problem is that the content of each category pages is pulled from the posts. What I think is needed is some static text on the page 2-300 words that use the keyword. Here's an example of a page targeting the keywords 'online dating'. http://www.top-10-dating-reviews.com/category/online-dating/
On-Page Optimization | | SamCUK
[editor's note -- thumbnails on site may not be appropriate for some workplaces] Will the page rank like this if there are a good amount of authorative links or does the page itself need work?0