301 permanent redirection help

Started by villadavid, 04-29-2019, 06:10:12

Previous topic - Next topic

villadavidTopic starter

Hello all, hope you all are doing well. I have a website and its url has been changed and i want to implement 301 permanent redirection on my website. The home page URL is ame but inner page url's have been changed. My Home page website URL  is unchanged- http://www.emulateinfotech.com but the inner url's have been renamed. here are some old and new urls of my website-

Old URL- http://www.emulateinfotech.com/about-us.aspx
New URL-  http://www.emulateinfotech.com/about-us

Old URL- http://www.emulateinfotech.com/portfolio.aspx
New URL- http://www.emulateinfotech.com/portfolio

Old URL- http://www.emulateinfotech.com/contact-us.aspx
New URL- http://www.emulateinfotech.com/contact-us

Can anyone tell me the 301 permanent redirection code from old to new url. It would be very helpful if anyone could help. Thanks in advance.



soniya_ss

Hey,
you can go with 301 redirection.
if the list of redirection URL is less, you can do it manually.
or else go with 'regexp'

the code you are looking for is a regexp I think so and you should consult your developer because they are good at these.
  •  


MVMInfotech18

A 301 redirect can provide a long-term solution by pointing your domain names to business or affiliate sites. A 302 redirect points your domain name to a temporary page while you build your permanent website. The specific redirects help the search engines distinguish how long your website can be viewed at the current location.

amayajace

A 301 redirect is a permanent redirect which passes between 90-99% of link equity (ranking power) to the redirected page. 301 refers to the HTTP status code for this type of redirect. In most instances, the 301 redirect is the best method for implementing redirects on a website.

Lishmalinyjames

The HyperText Transfer Protocol (HTTP) 301 Moved Permanently redirect status response code indicates that the resource requested has been definitively moved to the URL given by the Location headers.


makoo

A 301 redirect is a permanent redirect that passes full link equity (ranking power) to the redirected page. 301 refers to the HTTP status code for this type of redirect.
Property for sale in Spain | Villas for sale in Spain | Houses for sale in Spain
  •  

Lishmalinyjames

The HTTP response status code, "301", means this URL has moved permanently, meaning any links featuring the old URL should be redirected to the new URL provided.