Skip to content

Commit

Permalink
update meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jun 19, 2024
1 parent 4b03552 commit e9b12f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function App({ Component }: PageProps) {
<meta property="og:title" content="Bulk photos compressor" />
<meta
property="og:description"
content="Fast and efficient image compressor"
content="Compress images quickly and easily with our fast and efficient photos compressor! Reduce file sizes without sacrificing quality, and speed up your website's load times. Try it now and see the difference!"
/>
<meta
property="og:url"
Expand All @@ -54,7 +54,7 @@ export default function App({ Component }: PageProps) {
/>
<meta
name="twitter:description"
content="Fast and efficient image compressor"
content="Compress images quickly and easily with our fast and efficient photos compressor! Reduce file sizes without sacrificing quality, and speed up your website's load times. Try it now and see the difference!"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
Expand All @@ -65,15 +65,15 @@ export default function App({ Component }: PageProps) {
<meta itemprop="name" content="Bulk photos compressor" />
<meta
itemprop="description"
content="Fast and efficient image compressor"
content="Compress images quickly and easily with our fast and efficient photos compressor! Reduce file sizes without sacrificing quality, and speed up your website's load times. Try it now and see the difference!"
/>
<meta
itemprop="image"
content="https://www.bulkcompress.photos/og_banner.png"
/>
<meta
name="description"
content="Fast and efficient image compressor"
content="Compress images quickly and easily with our fast and efficient photos compressor! Reduce file sizes without sacrificing quality, and speed up your website's load times. Try it now and see the difference!"
/>
<meta
name="keywords"
Expand Down

0 comments on commit e9b12f9

Please sign in to comment.