Desactiver nofollow
This commit is contained in:
@@ -30,7 +30,7 @@ const OgHead = props => {
|
||||
<meta name="twitter:image" content={props.image}/>
|
||||
|
||||
if (urlEnv=="development") {
|
||||
<meta name="robots" content="noindex, nofollow"></meta>
|
||||
// <meta name="robots" content="noindex, nofollow"></meta>
|
||||
}
|
||||
|
||||
{/* <meta httpEquiv='cache-control' content='no-store,no-cache'></meta>
|
||||
|
||||
@@ -72,7 +72,7 @@ class Player extends Component {
|
||||
const { classes, id, url, typeEntite, videoId, nameCompany, nameOffre } = this.props
|
||||
const urlEnv = process.env.NODE_ENV;
|
||||
let nofollow = true;
|
||||
urlEnv == "development" ? nofollow = true : nofollow = false;
|
||||
urlEnv == "development" ? nofollow = false : nofollow = false;
|
||||
|
||||
console.log(id);
|
||||
console.log(typeEntite);
|
||||
|
||||
@@ -116,7 +116,7 @@ class ResetPassword extends Component {
|
||||
align="center"
|
||||
variant="h5"
|
||||
>
|
||||
Réinitialisation du mot de passe
|
||||
Modifier mot de passe
|
||||
</Typography>
|
||||
|
||||
{loading && (
|
||||
|
||||
Reference in New Issue
Block a user