diff --git a/index.html b/index.html
index af0b71c2..c52d196a 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
+ content="A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability">
diff --git a/src/components/ipcheck.vue b/src/components/ipcheck.vue
index dc57cdcf..308613e8 100644
--- a/src/components/ipcheck.vue
+++ b/src/components/ipcheck.vue
@@ -293,8 +293,8 @@ export default {
placeholderSizes: [12, 8, 6, 8, 4],
sources: [
{ id: 0, text: 'IPCheck.ing', enabled: true },
- { id: 1, text: 'IP.SB', enabled: true },
- { id: 2, text: 'IPinfo.io', enabled: true },
+ { id: 1, text: 'IPinfo.io', enabled: true },
+ { id: 2, text: 'IP.SB', enabled: true },
{ id: 3, text: 'IP-API.com', enabled: true },
{ id: 4, text: 'IPAPI.co', enabled: true },
{ id: 5, text: 'KeyCDN', enabled: true },
diff --git a/src/locales/en.json b/src/locales/en.json
index 35aa093e..5d2dc926 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -198,7 +198,7 @@
},
"page": {
"title": "IPCheck.ing - Check My IP Address and Geolocation - Check WebRTC Connection IP - DNS Leak Test - Speed Test - Jason Ng Open Source",
- "description": "A better IP Toolbox. Easy to check what's your IPs, IP informations, check for DNS leaks, examine WebRTC connections, and test website availability",
+ "description": "A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability",
"keywords": "MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test",
"footerName": "Creators: Jason Ng, Seven Yu & ChatGPT",
"footerLink": "https://github.com/jason5ng32/MyIP",