Hybrid View
-
06-05-17, 09:48 #1
Member Just starting here
- Join Date
- Dec 2015
- Posts
- 47
- Rep Power
- 0
What method do you use to redirect a page?
Hello friends,
What method do you use to redirect a page?
__________
Love problem solution | Intercast love marriage problems | Lost Love Back By Astrology | Love Astrologer in India | Love Marriage Problem Solution | Get your love back by hypnotism
-
13-06-17, 07:50 #2
301 is the best redirect for a webpage. It 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".
-
13-06-17, 12:52 #3
Junior Member Just starting here
- Join Date
- Jun 2017
- Posts
- 28
- Rep Power
- 0
301 redirection is the best. If you are using wordpress than you can use plugins which you can easily found by searching on google.
-
05-02-18, 13:31 #4
Member Just starting here
- Join Date
- Jan 2018
- Location
- India
- Posts
- 51
- Rep Power
- 0
In wordpress, there are tools available for redirection which makes easy to redirect any url. But if you are working on without wordpress site then you should use .htaccess file. It is also a best way to redirect the url.
-
13-02-18, 06:40 #5
Member Just starting here
- Join Date
- Feb 2018
- Location
- pune
- Posts
- 63
- Rep Power
- 0
A redirect is when a web page is visited at a certain URL, it changes to a different URL. For instance, a person visits "website.com/page-a" in their browser and they are redirected to "website.com/page-b" instead. This is very useful if we want to redirect a certain page to a new location, change the URL structure of a site, remove the "www."
Bookmarks