Make sure some action pages don't get indexed
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
54116686c8
commit
d89c0fc414
@ -151,6 +151,7 @@ A button to set your participation
|
||||
>
|
||||
</b-dropdown>
|
||||
<b-button
|
||||
rel="nofollow"
|
||||
tag="router-link"
|
||||
:to="{
|
||||
name: RouteName.EVENT_PARTICIPATE_LOGGED_OUT,
|
||||
@ -164,6 +165,7 @@ A button to set your participation
|
||||
>
|
||||
<b-button
|
||||
tag="router-link"
|
||||
rel="nofollow"
|
||||
:to="{
|
||||
name: RouteName.EVENT_PARTICIPATE_WITH_ACCOUNT,
|
||||
params: { uuid: event.uuid },
|
||||
|
@ -31,6 +31,7 @@ import { IEvent } from "@/types/event.model";
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Participation with account") as string,
|
||||
meta: [{ name: "robots", content: "noindex" }],
|
||||
};
|
||||
},
|
||||
})
|
||||
|
@ -158,6 +158,7 @@ import { ApolloCache, FetchResult } from "@apollo/client/core";
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Participation without account") as string,
|
||||
meta: [{ name: "robots", content: "noindex" }],
|
||||
};
|
||||
},
|
||||
})
|
||||
|
@ -133,6 +133,7 @@ import RouteName from "../../router/name";
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Unlogged participation") as string,
|
||||
meta: [{ name: "robots", content: "noindex" }],
|
||||
};
|
||||
},
|
||||
})
|
||||
|
@ -158,6 +158,7 @@ import AuthProviders from "../../components/User/AuthProviders.vue";
|
||||
return {
|
||||
title: this.$t("Login on Mobilizon!") as string,
|
||||
titleTemplate: "%s | Mobilizon",
|
||||
meta: [{ name: "robots", content: "noindex" }],
|
||||
};
|
||||
},
|
||||
})
|
||||
|
@ -60,6 +60,7 @@ import RouteName from "../../router/name";
|
||||
metaInfo() {
|
||||
return {
|
||||
title: this.$t("Resend confirmation email") as string,
|
||||
meta: [{ name: "robots", content: "noindex" }],
|
||||
};
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user