Skip to content

Commit b1d081d

Browse files
committed
docs: improve seo description
1 parent eaa200d commit b1d081d

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

docs/content/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction
3-
description: 'What is Google Analytics Module for Nuxt'
3+
description: The Google Analytics module for Nuxt
44
position: 1
55
category: ''
66
features:

docs/content/en/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Options
3-
description: a list of configuration options for Google Analytics in Nuxt
3+
description: Learn how to configure the Google Analytics module in Nuxt
44
position: 3
55
category: Guide
66
fullscreen: false

docs/content/en/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Setup
3-
description: How to setup Google Analytics module in Nuxt?
3+
description: Learn how to setup the Google Analytics module in Nuxt
44
position: 2
55
category: Guide
66
---

docs/content/en/usage/event-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Event tracking
3-
description: How to send event to GA
3+
description: Learn how to send event to Google Analytics with the Nuxt module
44
position: 5
55
category: Usage
66
---

docs/content/en/usage/page-tracking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Page tracking
3-
description: How to track a page in Goggle Analytics module
3+
description: Learn how to track a page in Google Analytics with the Nuxt module
44
position: 4
55
category: Usage
66
---
@@ -51,4 +51,4 @@ this.$ga.page(this.$router)
5151

5252
For other page tracking setting up options, please refer [Vue Analytics Documentation - Page tracking](https://matteogabriele.gitbooks.io/vue-analytics/content/docs/page-tracking.html)
5353

54-
</alert>
54+
</alert>

docs/content/en/usage/screen-tracking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Screen tracking
3-
description: How to track screen view using GA
3+
description: Learn how to track screen views using the Google Analytics module for Nuxt
44
position: 6
55
category: Usage
66
---
@@ -46,4 +46,4 @@ export {
4646
}
4747
```
4848

49-
</alert>
49+
</alert>

docs/content/en/usage/time-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: User timings tracking
3-
description: How to track and measure user interactive time in GA
3+
description: Learn how to track and measure user interactive time with the Google Analytics module for Nuxt
44
position: 7
55
category: Usage
66
---

docs/nuxt.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ export default theme({
99
server: 'https://ackee.nuxtjs.com',
1010
domainId: '79213d80-7ac2-47c6-ba6b-0025a7a0ee35',
1111
detailed: true
12+
},
13+
pwa: {
14+
manifest: {
15+
name: 'Nuxt Google Analytics'
16+
}
1217
}
1318
})

0 commit comments

Comments
 (0)