Mobile app version of vmapp.org
Login or Join
Michele947

: Is it bad for SEO to return a 404 for a page that is temporarily unavailable instead of a redirect to the home page? Imagine a site that contains 100's of 'homepages' for merchants. (e.g.

@Michele947

Posted in: #Googlebot #Redirects #Seo #WebCrawlers

Imagine a site that contains 100's of 'homepages' for merchants. (e.g. example.com/cool_merchant)
Some of these pages may exist for long periods, build up a nice SEO presence, and then be temporarily disabled for some time (e.g. a few weeks).

How bad for SEO is it for bots to see these pages return 404 for a while? Should I show bots a 302 instead?

Note that the user will be directed to the home page with an AngularJS app (not a 'real' 302). By default the bot will see a 404 so I am wondering if we need to cater for bots specifically.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Michele947

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

A 302 to the home page is likely to be seen as a soft-404 anyway, so that's unlikely to be of any benefit.

A 404 can be perceived as temporary (a 410 is more permanent) and if the page doesn't exist then a 404 is certainly valid. There's not a lot you can do; if the page doesn't exist then it doesn't exist.

However, if this is really a "temporary" thing and its absence is planned. Then a 503 "Service Unavailable" status might be appropriate. If the period of time is known then this can be stated in a Retry-After header. The search engines are likely to hold on to the resource for as along as possible. But a "few weeks" might be too long?

If the original page is not available for a lengthy period of time then the search engines will likely drop the page from the SERPs regardless of status code.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme