Skip to content

useSeoMeta

The code

useSeoMeta({
title: "Detalle blog - Cirugía Alebat Education",
ogTitle: "Detalle blog - Cirugía Alebat Education",
description: "Detalle blog de la vertical de Cirugía de Alebat Education",
ogDescription: "Detalle blog de la vertical de Cirugía de Alebat Education",
});

How to use?

You have to add the previous code in the script tag

How to no index the page?

So that search engines do not index the page we have to add the following code. This will be added on pages such as login, registration, cart, etc.

useSeoMeta({
robots: "noIndex",
});