Desactiver nofollow

This commit is contained in:
2021-03-30 09:52:17 +02:00
parent 5706decd1e
commit b4b2bcd95e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -116,7 +116,7 @@ class ResetPassword extends Component {
align="center"
variant="h5"
>
Réinitialisation du mot de passe
Modifier mot de passe
</Typography>
{loading && (