Skip to content

Commit b286eb5

Browse files
committed
chore: updated description and title to cover more SEO cases
1 parent 8c26e95 commit b286eb5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nuxt.config.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ import path from 'path'
22
import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'
33

44
const BASE_URL = 'https://diffviewer.vercel.app'
5-
const DESCRIPTION =
5+
const TITLE_DESCRIPTION =
66
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
7+
const DESCRIPTION =
8+
'A diff checker tool and/or utility that allows you to analyze and contrast two pieces of text without transmitting your information to our servers.'
79
export default {
810
ssr: false,
911
head: {
10-
title: `${DESCRIPTION} | Diff Viewer`,
12+
title: `${TITLE_DESCRIPTION} | Diff Viewer`,
1113
script: [
1214
{
1315
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4467877923505914',
@@ -19,7 +21,7 @@ export default {
1921
{
2022
name: 'keywords',
2123
content:
22-
'compare text, difference, diff view, diff viewer, hamming distance, difference, data privacy, differentiate, differentiator, text differentiator',
24+
'compare text, difference, diff view, diff viewer, diff checker, hamming distance, difference, data privacy, differentiate, differentiator, text differentiator',
2325
},
2426
{ name: 'color-scheme', content: 'dark light' },
2527
{

0 commit comments

Comments
 (0)