Skip to content

Commit

Permalink
🔍 Set up SEO meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Sep 18, 2023
1 parent 0bfb691 commit 865988b
Show file tree
Hide file tree
Showing 76 changed files with 631 additions and 976 deletions.
23 changes: 22 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ export default defineConfig({
content: '@_YannBertrand',
},
],
[
'meta',
{
property: 'twitter:card',
content: 'summary',
},
],
[
'meta',
{
property: 'twitter:image',
content: 'https://macos-defaults.com/media-1x1.webp',
},
],
[
'meta',
{
Expand All @@ -106,7 +120,7 @@ export default defineConfig({
'meta',
{
property: 'og:url',
content: 'https://macos-defaults.netlify.app',
content: 'https://macos-defaults.com',
},
],
[
Expand All @@ -116,6 +130,13 @@ export default defineConfig({
content: 'website',
},
],
[
'meta',
{
property: 'og:image',
content: 'https://macos-defaults.com/media-1x1.jpg',
},
],
[
'meta',
{
Expand Down
21 changes: 8 additions & 13 deletions docs/activity-monitor/icontype.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Dock Icon type | Activity Monitor | macOS defaults
meta:
- property: 'og:title'
content: macOS defaults > Activity Monitor > Dock Icon type
- name: 'description'
content: "Choose what information should be shown in the app's Dock icon, if any."
- property: 'og:description'
content: "Choose what information should be shown in the app's Dock icon, if any."
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Choose what information should be shown in the app's Dock icon, if any.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Activity Monitor > Dock Icon type
- - meta
- property: 'og:description'
content: Choose what information should be shown in the app's Dock icon, if any.
---

# Dock Icon type
Expand Down
21 changes: 8 additions & 13 deletions docs/activity-monitor/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Activity Monitor
meta:
- property: 'og:title'
content: macOS defaults > Activity Monitor
- name: 'description'
content: "Activity Monitor is the built-in utility for monitoring your systems resource usage, such as\nCPU, RAM, Disk, Network, and Energy.\n"
- property: 'og:description'
content: "Activity Monitor is the built-in utility for monitoring your systems resource usage, such as\nCPU, RAM, Disk, Network, and Energy.\n"
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Activity Monitor is the built-in utility for monitoring your systems resource usage, such as CPU, RAM, Disk, Network, and Energy.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Activity Monitor
- - meta
- property: 'og:description'
content: Activity Monitor is the built-in utility for monitoring your systems resource usage, such as CPU, RAM, Disk, Network, and Energy.
---

# Activity Monitor
Expand Down
21 changes: 8 additions & 13 deletions docs/activity-monitor/updateperiod.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Update Frequency | Activity Monitor
meta:
- property: 'og:title'
content: macOS defaults > Activity Monitor > Update Frequency
- name: 'description'
content: 'How frequently Activity Monitor should update its data, in seconds.'
- property: 'og:description'
content: 'How frequently Activity Monitor should update its data, in seconds.'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: How frequently Activity Monitor should update its data, in seconds.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Activity Monitor > Update Frequency
- - meta
- property: 'og:description'
content: How frequently Activity Monitor should update its data, in seconds.
---

# Update Frequency
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/_fxsortfoldersfirstondesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Keep folders on top | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > Keep folders on top
- name: 'description'
content: 'Keep folders on top when sorting'
- property: 'og:description'
content: 'Keep folders on top when sorting'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Keep folders on top when sorting
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > Keep folders on top
- - meta
- property: 'og:description'
content: Keep folders on top when sorting
---

# Keep folders on top
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/createdesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: All icons | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > All icons
- name: 'description'
content: 'Hide all icons on desktop'
- property: 'og:description'
content: 'Hide all icons on desktop'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Hide all icons on desktop
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > All icons
- - meta
- property: 'og:description'
content: Hide all icons on desktop
---

# All icons
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop
- name: 'description'
content: "Desktop shows files and icons on a background, works as a part of the Finder.\nThe desktop view can be customized.\n"
- property: 'og:description'
content: "Desktop shows files and icons on a background, works as a part of the Finder.\nThe desktop view can be customized.\n"
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Desktop shows files and icons on a background, works as a part of the Finder. The desktop view can be customized.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop
- - meta
- property: 'og:description'
content: Desktop shows files and icons on a background, works as a part of the Finder. The desktop view can be customized.
---

# Desktop
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/showexternalharddrivesondesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: External disks | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > External disks
- name: 'description'
content: 'Hide external disks on desktop'
- property: 'og:description'
content: 'Hide external disks on desktop'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Hide external disks on desktop
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > External disks
- - meta
- property: 'og:description'
content: Hide external disks on desktop
---

# External disks
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/showharddrivesondesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Disks | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > Disks
- name: 'description'
content: 'Show hard disks on desktop'
- property: 'og:description'
content: 'Show hard disks on desktop'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Show hard disks on desktop
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > Disks
- - meta
- property: 'og:description'
content: Show hard disks on desktop
---

# Disks
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/showmountedserversondesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Connected servers | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > Connected servers
- name: 'description'
content: 'Show connected servers on desktop'
- property: 'og:description'
content: 'Show connected servers on desktop'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Show connected servers on desktop
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > Connected servers
- - meta
- property: 'og:description'
content: Show connected servers on desktop
---

# Connected servers
Expand Down
21 changes: 8 additions & 13 deletions docs/desktop/showremovablemediaondesktop.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Removable media | Desktop
meta:
- property: 'og:title'
content: macOS defaults > Desktop > Removable media
- name: 'description'
content: 'Hide removable media _(CDs, DVDs and iPods)_ on desktop'
- property: 'og:description'
content: 'Hide removable media _(CDs, DVDs and iPods)_ on desktop'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Hide removable media (CDs, DVDs and iPods) on desktop
head:
- - meta
- property: 'og:title'
content: macOS defaults > Desktop > Removable media
- - meta
- property: 'og:description'
content: Hide removable media (CDs, DVDs and iPods) on desktop
---

# Removable media
Expand Down
21 changes: 8 additions & 13 deletions docs/dock/autohide-delay.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Autohide delay | Dock
meta:
- property: 'og:title'
content: macOS defaults > Dock > Autohide delay
- name: 'description'
content: 'Change the Dock opening delay.'
- property: 'og:description'
content: 'Change the Dock opening delay.'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Change the Dock opening delay.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Dock > Autohide delay
- - meta
- property: 'og:description'
content: Change the Dock opening delay.
---

# Autohide delay
Expand Down
21 changes: 8 additions & 13 deletions docs/dock/autohide-time-modifier.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Autohide animation time | Dock
meta:
- property: 'og:title'
content: macOS defaults > Dock > Autohide animation time
- name: 'description'
content: 'Change the Dock opening and closing animation times.'
- property: 'og:description'
content: 'Change the Dock opening and closing animation times.'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Change the Dock opening and closing animation times.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Dock > Autohide animation time
- - meta
- property: 'og:description'
content: Change the Dock opening and closing animation times.
---

# Autohide animation time
Expand Down
21 changes: 8 additions & 13 deletions docs/dock/autohide.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
---
title: Autohide | Dock
meta:
- property: 'og:title'
content: macOS defaults > Dock > Autohide
- name: 'description'
content: 'Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.'
- property: 'og:description'
content: 'Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.'
- property: 'twitter:card'
content: 'summary'
- property: 'twitter:image'
content: 'https://macos-defaults.netlify.app/media-1x1.webp'
- property: 'og:image'
content: 'https://macos-defaults.netlify.app/media-1x1.jpg'
description: Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.
head:
- - meta
- property: 'og:title'
content: macOS defaults > Dock > Autohide
- - meta
- property: 'og:description'
content: Autohides the Dock. You can toggle the Dock using `⌥ alt`+`⌘ cmd`+`d`.
---

# Autohide
Expand Down
Loading

0 comments on commit 865988b

Please sign in to comment.