Skip to content

Commit 4902b87

Browse files
committed
Fix SEO for zappier blog post
1 parent 8db67eb commit 4902b87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/pages/blog/send-sms-when-new-row-is-added-to-google-sheets-using-zapier.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,19 @@ export default {
210210
head() {
211211
return {
212212
title:
213-
'How to send SMS messages to multiple phone numbers from Excel - httpSMS',
213+
'Send an SMS message when a new row is added to Google Sheets using Zapier - httpSMS',
214214
meta: [
215215
{
216216
hid: 'og:title',
217217
property: 'og:title',
218218
content:
219-
'How to send SMS messages to multiple phone numbers from Excel',
219+
'Send an SMS message when a new row is added to Google Sheets using Zapier',
220220
},
221221
{
222222
hid: 'og:description',
223223
property: 'og:description',
224224
content:
225-
'Configure your Android phone as an SMS gateway to automate sending text messages with the Python programing language.',
225+
"Automate sending personalized SMS messages each time a new row is added to your Google Sheets document using Zapier. You don't need to write any code to make this happen and you can personalize the SMS messages which are sent out.",
226226
},
227227
{
228228
hid: 'twitter:card',
@@ -233,7 +233,7 @@ export default {
233233
hid: 'og:url',
234234
property: 'og:url',
235235
content:
236-
'https://httpsms.com/blog/how-to-send-sms-messages-from-excel',
236+
'https://httpsms.com/blog/send-sms-when-new-row-is-added-to-google-sheets-using-zapier/',
237237
},
238238
],
239239
}

0 commit comments

Comments
 (0)