Results 1 to 5 of 5

Thread: what is 301 error?How to solve 301 error?

  1. #1

    what is 301 error?How to solve 301 error?

    what is 301 error? How to solve 301 error?

  2. #2
    Registered
    Join Date
    May 2016
    Posts
    221
    A status code of 301 tells a client that the resource they asked for has permanently moved to a new location. The response should also include this location. It tells the client to use the new URL the next time it wants to fetch the same resource.

  3. #3
    The HTTP response status code 301 Moved Permanently is used for permanent URL redirection, meaning current links or records using the URL that the response is received for should be updated. The new URL should be provided in the Location field included with the response.
    If you have a webpage/url which is not exist in your site then its important to redirect that url to the relevant or similar url/webpage so that user can drive to that page.

  4. #4
    You should use a 301 redirect if a web page you remove has a suitable alternative page on your web site. If there is no suitable page (“suitable” here means a page with very similar content), then 404 the page. And remember to customize your 404 page to help people find useful links and information there so they stay in your sales funnel, for instance.

  5. #5
    Registered RH-Calvin's Avatar
    Join Date
    Mar 2017
    Location
    Forum
    Posts
    1,667
    301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".
    Cheap VPS Hosting | VPS Starting from $12 PER Year
    Cheap Dedicated Server | Unmetered Bandwidth | Free Setup and IPMI

Similar Threads

  1. how to solve 404 error ?
    By access1ssolution7 in forum Search Engine Optimization
    Replies: 22
    Last Post: 07-19-2017, 07:37 AM
  2. Weird PHP Error
    By Chris in forum Website Programming & Databases
    Replies: 4
    Last Post: 09-24-2007, 08:11 AM
  3. RSS feed error!
    By fredarn in forum Website Programming & Databases
    Replies: 2
    Last Post: 05-11-2006, 12:47 PM
  4. AWS site error
    By nufaman in forum Website Programming & Databases
    Replies: 12
    Last Post: 11-18-2005, 04:11 AM
  5. 406 error
    By Blue Cat Buxton in forum Web Hosting & Servers
    Replies: 0
    Last Post: 07-04-2005, 04:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •