mxx7
Regular Member
- Dec 30, 2019
- 207
- 45
Facebook are checking every single url posted through it's platform and blocks root domain based on a large keywords dictionary with AI Support.
You can avoid getting your domain blocked by using a manual redirect page.
By creating an HTML page that asks the visitor to click on redirection button.
Notice that, in the code, the destination URL is partitioned, this is important to make it hard for URL analyzers to find the destination URL
Enjoy!
You can avoid getting your domain blocked by using a manual redirect page.
By creating an HTML page that asks the visitor to click on redirection button.
Notice that, in the code, the destination URL is partitioned, this is important to make it hard for URL analyzers to find the destination URL