Skip to content

Instantly share code, notes, and snippets.

@titomus
Created August 10, 2017 07:46
Embed
What would you like to do?
Fake Dofollow
<?php
function fake_df(){
header("X-Robots-Tag: nofollow", true);
}
// utilisation (ATTENTION: à utiliser avant affichage de la page sinon ERROR)
fake_df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment