I’m pretty sure I wrote about this before, but can’t hurt to share it again
Blackhat SEO Redirect Trick
If you’re ever going to move the contents of site to elsewhere?
You do NOT want all the ‘link juice’ to disappear from Google overtime. Most of us spend a fortune on getting ranked, and then for everything to disappear? It’s disappointing to say the least.
So you can two things:
- rewrite URLs so they resolve to the page / site
- keep all URLs in-tact and forward to a lead capture page
The second trick is something we are gonna teach you right now that involves some advanced skills … like for example copy & paste!
Step-by-step howto
You have to create a .htaccess file with the following contents in the root of your website (usually ‘www’ or ‘httpdocs’):
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteBase / RewriteRule (.*) /index.php Hit save … and you’re done. Yes … that easy.
- My Dutch / NL WordPress Translation contributions: October 2022 - October 9, 2022
- My Dutch / NL WordPress Translation contributions: August 2022 - August 23, 2022
- [NL] Ultra Light digital nomad Europe travel with Ryanair / Wizz Air - August 20, 2022
- My Dutch / NL WordPress Translation contributions: July 2022 - July 27, 2022
- My Dutch / NL WordPress Translation contributions: April 2022 - April 2, 2022
- My Dutch / NL WordPress Translation contributions: March 2022 - March 10, 2022
- What is the best global travel community for 2022 ? - February 20, 2022
- My Dutch / NL WordPress Translation contributions: February 2022 - February 3, 2022
- My Dutch / NL WordPress Translation contributions: January 2022 - January 4, 2022
- My Dutch / NL WordPress Translation contributions: October 2021 - October 7, 2021