Add 404 page, three phone numbers, fix nginx try_files

This commit is contained in:
2026-03-14 01:37:23 +03:00
parent fc4c2c6d07
commit 8bfd0d7750
7 changed files with 61 additions and 10 deletions

View File

@@ -51,7 +51,7 @@
"url": "https://sag24.ru",
"logo": "https://sag24.ru/favicon.svg",
"image": "https://sag24.ru/og-image.svg",
"telephone": "+74953637476",
"telephone": ["+74953637476", "+74953637335", "+74959454456"],
"email": "info@sag24.ru",
"address": {
"@type": "PostalAddress",
@@ -97,7 +97,7 @@
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+74953637476",
"telephone": ["+74953637476", "+74953637335", "+74959454456"],
"contactType": "customer service",
"availableLanguage": ["Russian", "English"]
}