Mobile app version of vmapp.org
Login or Join
Sent6035632

: Is there any way to use HTTP 410 Gone on Google Blogger blogs? I want to ask about HTTP 410 Gone if I can use it on Blogger Blogspot. As we know by default the wrong URL returned to 404

@Sent6035632

Posted in: #410Gone #Blogger #Blogspot

I want to ask about HTTP 410 Gone if I can use it on Blogger Blogspot. As we know by default the wrong URL returned to 404 Not Found, but I want to remove some old blog posts and I want to return them to HTTP 410 Gone instead of 404 Not Found.

In my template this code is the only one used to handle with Error pages:

<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<title>
404: Page Not Found |
<data:blog.title/>
</title>
</b:if>


So, any suggestions can help me with this matter?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

You can not. But instead i would suggest you to use a 301 redirect.

This is a way better solution. All the incredible, big and mighty seo power from your dead page will get redirected to your new page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme