Redirect not SEO Friendly, need help
-
According to this checker, thefullpint.com ‘s redirect is not SEO friendly.
https://www.webconfs.com/redirect-check.phpThe redirect is in the root of my site, in index.html, and looks like this…
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="https://www.w3.org/1999/xhtml"><head><title></title><meta http-equiv="refresh" content="0;url= https://thefullpint.com/main" /></head><body></body></html>
With that in mind, which method do I use for redirect. This website has a PHP method and a .htaccess method.
https://www.webconfs.com/how-to-redirect-a-webpage.php
- The topic ‘Redirect not SEO Friendly, need help’ is closed to new replies.