Questions
-
Query String Redirection
So you're saying that in the webpage file itself, at the top if (isset($_GET["mobile"]){ $_SESSION["mobile"] = $_GET["mobile"]; $url = //Get the current URL, use RegEx to strip query strings header("Location: " . $url); } ?> If that's the case, and if in fact that's SEO friendly, I definitely like that idea!
Technical SEO Issues | | JoeQuery0