@@ -1,3 +1,11 @@
<template>
<h1>I am about page</h1>
-</template>
+</template>
+
+<script>
+export default {
+ head: {
+ title: 'Learn more about Nuxtjs | Nuxtjs'
+ }
+}
+</script>
@@ -18,6 +18,14 @@
import UserTile from '~/components/shared/UserTile'
import EditorView from "~/components/editor/EditorView";
export default {
+ head() {
+ return {
+ title: this.blog.title,
+ meta: [
+ { hid: 'description', name: 'description', content: this.blog.subtitle }
+ ]
+ },
components: {
UserTile,
EditorView
@@ -66,6 +66,9 @@
<script>
import { mapState } from 'vuex';
+ title: 'Amazing tech blogs | Nuxtjs'
computed: {
...mapState({
publishedBlogs: state => state.blog.items.all,
@@ -46,6 +46,14 @@
import ProductHero from '~/components/ProductHero'
import ProductHeroCard from '~/components/ProductHeroCard'
+ title: this.course.title,
+ { hid: 'description', name: 'description', content: this.course.subtitle }
ProductHero, ProductHeroCard
},
<h1>I am Courses page</h1>
+ title: 'Amazing tech courses | Nuxtjs'
<h1>I am CV page</h1>
+ title: 'CV | Nuxtjs'
@@ -61,6 +61,9 @@ import CourseCardTooltip from '~/components/CourseCardTooltip'
import BlogCard from "~/components/BlogCard";
import {mapState} from "vuex"
+ title: 'Online Courses and Blogs | Nuxtjs'
Hero, CourseCard, BlogCard,CourseCardTooltip
@@ -0,0 +1,4 @@
+User-agent *
+Disallow: /login
+Disallow: /register
+Disallow: /instructor/*