On-page SEO List to Have in your Nuxt.js Static Website

A list for optimizing your Nuxt.js website for better search results and indexing on search engines.

Code Road
Geek Culture

--

SEO in Nuxt.js Website
Photo by Markus Winkler on Unsplash
  1. HTML 5 Structure
  2. Meta Tags
  3. JSON Schemas
  4. Content Creation
  5. Multilingual Localization (i18n)
  6. SEO Meta Tag Head Component
  7. Optimized Assets
  8. Sitemap
  9. AMP Framework
  10. RSS, Atom, or JSON Feed

HTML 5 Structure

HTML Structures are very fundamental in search engine optimization build-up. HTML 5 semantic element markups such as <main><nav><section><article><header><footer> are very much recommended for use in any modern website. From the naming, the semantic element markups were very visible and easy to understand and identify what part was it for users and especially for search engines. Below is the sample for HTML 5 semantic element markups.

HTML 5 Semantic Element Markups
HTML 5 Semantic Element Markups

--

--

Code Road
Geek Culture

I write topics such as React/NextJS, Vue/NuxtJS, GraphQL, Laravel, TailwindCSS, Bootstrap, SEO, Headless CMS, Fullstack, and web development.