nuxt-seo icon indicating copy to clipboard operation
nuxt-seo copied to clipboard

SEO / HTML meta tags module for NuxtJS

Results 7 nuxt-seo issues
Sort by recently updated
recently updated
newest added

I want add social preview for telegram. So how i should use this package?

I'm trying to use nuxt-seo module but it's not working for some reason nuxt.config.js ``` { head(){ return { script: [...someGlobalScripts] } }, seo:{ title: 'my website title' } }...

Using last Nuxt version 2.15.7. The Pages configuration do not iverride the global configuration set in the `nuxt.config.js` file. When loading the page, for a very short time, I can...

After navigating to a different page, the module removes the data set by the Nuxt `head` data set in the `nuxt.config.js` file Old issues: - https://github.com/TiagoDanin/Nuxt-SEO/issues/107 from @MilanCoder - https://github.com/TiagoDanin/Nuxt-SEO/issues/99...

bug

**Issue:** Initial website opening goes seemly, but when navigating with nuxt-link, vuetify's icon and font cdns getting removed. **Reproduction:** Create nuxt app with vuetify and add nuxt-seo **Versions:** Nuxt 2.15.8...

bug
duplicate

When linking to social images, (like in the `og.image` or `twitter.image`), their should be a way to easily add the website's domain into the url. If the `image` item begins...

enhancement