-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact-us
29 lines (29 loc) · 986 Bytes
/
Contact-us
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ContactPage",
"name": "Contact Us",
"url": "https://www.smart-recruitments.com/contact-us",
"description": "Get in touch with SmartRecruitments for inquiries about our recruitment services, candidate support, and more.",
"mainEntity": {
"@type": "Organization",
"name": "SmartRecruitments",
"url": "https://www.smartrecruitments.com",
"logo": "https://framerusercontent.com/images/Z4KcBNbbNCdww7assUcUlcOHMz4.png?scale-down-to=512",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+351-927-033-079",
"contactType": "Business Inquiries",
"areaServed": "PT",
"availableLanguage": ["Portuguese", "English"],
"email": "[email protected]"
}
],
"sameAs": [
"https://www.facebook.com/smartrecruitments",
"https://www.linkedin.com/company/smartrecruitments"
]
}
}
</script>