Update M1 Verbiage

This commit is contained in:
Sam Carlton 2021-10-18 13:05:16 -05:00
parent b0a3007a4d
commit 9d5ce6b07f
10 changed files with 16 additions and 16 deletions

View file

@ -116,7 +116,7 @@ export default {
{
'hid': 'description',
'name': 'description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors`
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors`
},
// Twitter Card
@ -128,7 +128,7 @@ export default {
{
'hid': 'twitter:description',
'property': 'twitter:description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors`
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors`
},
{
'property': 'twitter:url',

View file

@ -16,7 +16,7 @@
</div>
<h2 class="subtitle md:text-xl text-center">
Check for Apple Silicon compatibility for your apps before you buy an M1 Mac.
Check for Apple Silicon compatibility for your apps before you buy an M1 Pro or M1 Max Mac.
</h2>
</header>
@ -260,7 +260,7 @@ export default {
return `Apple Silicon Compatibility Test Online`
},
description () {
return `Check for Apple Silicon compatibility for any of your apps instantly before you buy an M1 Mac. `
return `Check for Apple Silicon compatibility for any of your apps instantly before you buy an M1 Pro or M1 Max Mac. `
}
},
mounted () {

View file

@ -186,7 +186,7 @@ export default {
},
computed: {
title () {
return `Benchmarks for Apple M1 and Apple Silicon - Does It ARM`
return `Benchmarks for Apple M1 Pro and M1 Max Processors and Apple Silicon - Does It ARM`
},
description () {
// const featuredAppsString = this.featuredApps.slice(0, 5).map(app => app.name).join(', ')

View file

@ -59,7 +59,7 @@ export default {
{
'hid': 'description',
'name': 'description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors when installed via Homebrew. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. `
},
// Twitter Card
@ -71,7 +71,7 @@ export default {
{
'hid': 'twitter:description',
'property': 'twitter:description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors when installed via Homebrew. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors when installed via Homebrew. `
},
{
'property': 'twitter:url',

View file

@ -153,7 +153,7 @@ export default {
{
'hid': 'description',
'name': 'description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors for gaming. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. `
},
// Twitter Card
@ -165,7 +165,7 @@ export default {
{
'hid': 'twitter:description',
'property': 'twitter:description',
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Processors for gaming. `
'content': `Check the the latest reported support status of ${this.app.name} on Apple Silicon and Apple M1 Pro and M1 Max Processors for gaming. `
},
{
'property': 'twitter:url',

View file

@ -177,10 +177,10 @@ export default {
},
computed: {
title () {
return `Apple Silicon and Apple M1 app and game compatibility list`
return `Apple Silicon and Apple M1 Pro and M1 Max app and game compatibility list`
},
description () {
return `List of compatibility apps and games for Apple Silicon and the Apple M1 including performance reports and benchmarks`
return `List of compatibility apps and games for Apple Silicon and the Apple M1 Pro and M1 Max Processors including performance reports and benchmarks`
},
allList () {
return [

View file

@ -144,7 +144,7 @@ export default {
return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?`
},
description () {
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Processors. `
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Pro and M1 Max Processors. `
},
structuredData () {
return {
@ -156,7 +156,7 @@ export default {
return {
// https://schema.org/Question
"@type": "Question",
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Macs?`,
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Pro and M1 Max Macs?`,
"acceptedAnswer": {
// https://schema.org/Answer
"@type": "Answer",