Issue:
After sharing to Facebook backlink to the site is not working
Solution:
1. Open your site .htaccess file
2. Add this code:
RewriteEngine on
<if "%{QUERY_STRING} =~ /^fbclid=/">
RewriteRule . %{REQUEST_URI}? [R=301,L]
</if>
Regards,
Artem, Balbooa.com