Best practice for a website where the publications (catalogues) expire frequently
-
Hi guys,
Hope to find some smart SEOs around here and where I can to contribute to the community!
I wanted to share an issue we are having with our website, which is focused on the promotional flyers of the supermarket chains. These are often valid for a short period of time and then expire. So it makes no sense to keep them but also, if we delete them, that would create a lot of 404s or something.
So how do you think it is the best way to go around this problem? should we delete them? or when deleted to redirect the dead pages to the homepage? or keep them in an archive live site.com/brand/archive/ ?
Thank you so much for any opinions, much appreciated!
Best
-
I think Anthony's idea on this is a good one and would be worth considering. I guess it depends on how many of these you have rotating at any one time and how many URLs you therefore have to maintain.
My thought on it would be to create a custom 404 page for your site that is a more pleasant landing page than regular 404 pages are. It could provide a nice apology that the content the link took them the person to is no longer available and show a number of anchored links for where the visitor may like to go to next, e.g. where to view other promotional flyers or other pages on the site which may be important to the visitor.
By doing that you provide a better visitor experience. Here are the recommendations from Moz's page on HTTP status codes. I think these make a lot of sense:
----------------------------- When visitors reach 404 pages, they should be given navigational options so they do not leave the given site. Web optimized 404 errors pages should contain:
- notification that the user has reached a page that does not exist
- a search box
- a easy to understand navigation system so the user can potentially find what they were orginally looking to access
- a link to the home page
-----------------------------
I hope that helps,
Peter -
I think this assessment is spot on. I think the superior strategy would what you mentioned at the end. If you updated the content continuously I believe you would create the most value for the user.
-
Hi-
This is a common problem for many websites, think Job Postings or Real Estate.
There are a few ways to handle it, and you have to decide what is best for your business. As of now, it sounds as if each flier is living on it's own unique URL on your site. Here are the scenarios for that set-up.
- Create a unique page for each weeks flyer, let them 404 when removed
- Create a unique page for each weeks flyer, archive them
- Create a unique page for each weeks flyer, redirect all back to parent subcategory/store page
- Create a unique page for each weeks flyer, selectively redirect pages to subcategory/store page if you know there are external links pointing at it
What I wonder is if you could just update the content and keep the URL the same.
website.com/store-name/weekly-flier
This would allow you to continuously build links to the same page and build it's authority and ranking ability over time. You could still choose to archive it if you wanted, but I wonder if that would have value for any of your users.
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
-
Changing url (permalink) structure of website??
Currently I'm working on SEO of one website www.mocomi.com. I want to change url (permalink) structure of entire website which has more than 5000 pages. Currently website have structure of http://mocomi.com/tenali-raman-the-kings-condition/ Which I want to change it to http://mocomi.com/fun/stories/tenali-raman/tenali-raman-the-kings-condition/ Likewise I want to change entire website permalink url structure to make site architecture more SEO friendly. Which means I'am going to add only categories & subcategories before actual link. Kindly guide with following questions which I need to move forward with this step. How much is it worth to change URL structure? Checklist or factors I need to consider while making this decision? Is it a good practice to change URL's of entire website at once or Should I change it in Parts? How much time it takes google to rank those urls again? Which are the best practices to do so?
On-Page Optimization | | Mocomi1 -
What is the best way to deal with creating a separate brand with it's own website when the main site already ranks well for the target keywords?
A client currently has a site that ranks well for a number of queries. They recently created a new site for a spin-off brand/company that they now want to focus on ranking for some of the keywords their original site already ranked for. What would be the best way to go about this without throwing away the existing authority and traffic the original site has for those queries?
On-Page Optimization | | P1WS_Sully0 -
Website Refresh - Lost Rankings
Hi, we refreshed our website a few weeks ago, with a new design. The structure has changed and pages do have new URLs. But the content, meta titles, etc have stayed the same and I have put 301 redirects in for all of the new pages (using the redirection plugin in word press). I have found that pages which ranked in the top 3 in the past are now nowhere. The page authority also shows as 1 for all of the pages. Is there something we should do to get the rankings and page authority back? Many Thanks
On-Page Optimization | | danieldunn100 -
Website server errors
I launched a new website at www.cheaptubes.com and had recovered my search engine rankings as well after penguin & panda devestation. I'm was continuing to improve the site Sept 26th by adding caching of images and W3 cache but moz analytics is now saying I went from 288 medium issues to over 600 and i see the warning "45% of site pages served 302 redirects during the last crawl". I'm not sure how to fix this? I'm on WP using Yoast SEO so all the 301's I did are 301's not 302's. I do have SSL, could it be Http vs Https? I've asked this question before and two very nice people replied with suggestions which I tried to implement but couldn't, i got the WP white screen of death several times. They suggested the code below. Does anyone know how to implement this code or some other way to reduce the errors I'm getting? I've asked this at stackoverflow with no responses. "you have a lot of http & https issues so you should fix these with a bit of .htaccess code, as below. RewriteEngine On
On-Page Optimization | | cheaptubes
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L] You also have some non-www to www issues. You can fix these in .htaccess at the same time... RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] You should find this fixes a lot of your issues. Also check in your Wordpress general settings that the site is set to www.cheaptubes.com for both instances." When I tried to do as they suggested it gave me an internal server error. Please see the code below from .htaccess and the server error. I took it out for now. BEGIN WordPress <ifmodule mod_rewrite.c="">RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^.$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.)$ http://www.%{HTTP_HOST}/$1 [R=301,L]</ifmodule> END WordPress Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@cheaptubes.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.0 -
How can I reduce Too Many On-Page Links? I am looking for best method through which I can reduce by on page link.
Hello, As I have the Pro Account in SEOMOZ . I have created the campaign for my website and I have seen the warring for on page analysis for Too Many On-Page Links. As per my knowledge in past it's matter that you can put maximum 100 links per page but now is it still matter or harm if pages has Too Many On-Page Links? And if yest then please let me know the best method to reduce my On-Page Links with out doing any major changes in website
On-Page Optimization | | jemindesai0 -
Which Blog Platform to link to an eCommerce site is best?
I just hired a content writer to blog on my site, but I want to make sure I have the right blog set up properly before doing so. I currently have my blog on my own domain. http://alturl.com/ixd7p It's a pretty crappy blog, to be quite frank. (The link to the blog is in the footer). It doesn't allow me to change category titles so it's throwing duplicate content - not good. I am seriously considering getting a self hosted Wordpress blog and linking that to my site instead at 3dcart- so it will be blog.domainname.comMy CONCERN.... I always heard that it's best to have the blog right right on the eCommerce site (just as I have it now) because it keeps feeding the domain fresh content. If I have a self hosted Wordpress blog and have it linked to my site, will it still feed my site fresh content?
On-Page Optimization | | tutugirl0 -
Are Forum Links To Website Causing Rankings To Drop ?
For many years our top keywords hve ranked in top 5. Usually top 3 for a few in particular. The last few months those particular keywords have dropped to 25 +. Our other rankings are doing pretty decent and are remaiing the same. We are members of about 6 forums since they relate to our website and sometime we have contests on them. I do know that the forums are based on those particular keywords and are linking to our website, as well as other forum members linking to us. Each forum has roughly 300 links to our website. It does not seem as if our competitors are affected by this, as they are members of the forums as well. What could be causing this for these certain keywords? If those forums were affected by Google's new algorythm would this have an affect on our website?
On-Page Optimization | | hfranz0 -
SEO for One Page Websites
Hi Are there any SEO guidelines for "one page websites". I'm looking into the 'benefit' it might have in combination with exact match URLs. Many thanks in advance.
On-Page Optimization | | Partouter2