Skip to content

Commit

Permalink
Merge pull request #189 from technikhil314/develop
Browse files Browse the repository at this point in the history
chore: updated description and title to cover more SEO cases
  • Loading branch information
technikhil314 authored Nov 29, 2024
2 parents 8c26e95 + b286eb5 commit 3deaf23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import path from 'path'
import MonacoWebpackPlugin from 'monaco-editor-webpack-plugin'

const BASE_URL = 'https://diffviewer.vercel.app'
const DESCRIPTION =
const TITLE_DESCRIPTION =
'A tool that helps you compare any two text blocks without sending any of your data to our servers'
const DESCRIPTION =
'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.'
export default {
ssr: false,
head: {
title: `${DESCRIPTION} | Diff Viewer`,
title: `${TITLE_DESCRIPTION} | Diff Viewer`,
script: [
{
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4467877923505914',
Expand All @@ -19,7 +21,7 @@ export default {
{
name: 'keywords',
content:
'compare text, difference, diff view, diff viewer, hamming distance, difference, data privacy, differentiate, differentiator, text differentiator',
'compare text, difference, diff view, diff viewer, diff checker, hamming distance, difference, data privacy, differentiate, differentiator, text differentiator',
},
{ name: 'color-scheme', content: 'dark light' },
{
Expand Down

0 comments on commit 3deaf23

Please sign in to comment.