Skip to content

Commit 6529586

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

4 files changed

Lines changed: 4 additions & 4 deletions

web/pages/blog/forward-incoming-sms-from-phone-to-webhook.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default {
186186
hid: 'og:url',
187187
property: 'og:url',
188188
content:
189-
'https://httpsms.com/blog/forward-incoming-sms-from-phone-to-webhook',
189+
'https://httpsms.com/blog/forward-incoming-sms-from-phone-to-webhook/',
190190
},
191191
],
192192
}

web/pages/blog/how-to-send-sms-messages-from-excel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default {
199199
hid: 'og:url',
200200
property: 'og:url',
201201
content:
202-
'https://httpsms.com/blog/how-to-send-sms-messages-from-excel',
202+
'https://httpsms.com/blog/how-to-send-sms-messages-from-excel/',
203203
},
204204
],
205205
}

web/pages/blog/send-bulk-sms-from-csv-file-with-no-code.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default {
208208
hid: 'og:url',
209209
property: 'og:url',
210210
content:
211-
'https://httpsms.com/blog/send-bulk-sms-from-csv-file-with-no-code',
211+
'https://httpsms.com/blog/send-bulk-sms-from-csv-file-with-no-code/',
212212
},
213213
],
214214
}

web/pages/blog/send-sms-from-android-phone-with-python.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default {
225225
hid: 'og:url',
226226
property: 'og:url',
227227
content:
228-
'https://httpsms.com/blog/send-sms-from-android-phone-with-python',
228+
'https://httpsms.com/blog/send-sms-from-android-phone-with-python/',
229229
},
230230
],
231231
}

0 commit comments

Comments
 (0)