{"id":1172,"date":"2025-05-20T18:35:16","date_gmt":"2025-05-20T16:35:16","guid":{"rendered":"https:\/\/solafrica.ch\/donate\/"},"modified":"2025-11-13T20:16:50","modified_gmt":"2025-11-13T19:16:50","slug":"donate","status":"publish","type":"page","link":"https:\/\/solafrica.ch\/en\/donate\/","title":{"rendered":"Donate"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1172\" class=\"elementor elementor-1172 elementor-10\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-905b418 e-flex e-con-boxed e-con e-parent\" data-id=\"905b418\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-071c66a e-con-full e-flex e-con e-child\" data-id=\"071c66a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37789d0 hide-initially elementor-widget elementor-widget-button\" data-id=\"37789d0\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"back-button\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-left\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Back<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0ae9fe hide-initially elementor-widget elementor-widget-button\" data-id=\"d0ae9fe\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"home-button\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/solafrica.ch\/en\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-left\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Home<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a170946 elementor-widget elementor-widget-html\" data-id=\"a170946\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    \/* Initially hide both buttons *\/\n    .hide-initially {\n        display: none;\n    }\n<\/style>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const backButton = document.getElementById('back-button');\n        const homeButton = document.getElementById('home-button');\n        const referrer = document.referrer;\n        const myDomain = 'solafrica.ch'; \/\/ Your domain without http(s):\/\/\n\n        \/\/ Function to check if a URL is from your domain\n        function isInternalLink(url) {\n            try {\n                const urlObj = new URL(url);\n                return urlObj.hostname.includes(myDomain);\n            } catch (e) {\n                \/\/ Handle invalid URL (e.g., empty referrer)\n                return false;\n            }\n        }\n\n        if (referrer && isInternalLink(referrer)) {\n            \/\/ If there's a referrer and it's from our domain, show the back button\n            backButton.style.display = 'inline-block'; \/\/ Or 'flex', 'block' depending on Elementor's default button display\n            backButton.onclick = function() {\n                history.back();\n            };\n        } else {\n            \/\/ Otherwise, show the home button\n            homeButton.style.display = 'inline-block'; \/\/ Or 'flex', 'block'\n        }\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-967767c elementor-widget elementor-widget-heading\" data-id=\"967767c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">I support the work of Solafrica<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b02fdf elementor-widget elementor-widget-text-editor\" data-id=\"9b02fdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your donation creates prospects for disadvantaged people and helps protect the climate.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f8ae25 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"7f8ae25\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-599d8c8 elementor-widget elementor-widget-image\" data-id=\"599d8c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"205\" height=\"221\" src=\"https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/09\/ZEWO_Logo_def_4c_Wh.png\" class=\"attachment-large size-large wp-image-4201\" alt=\"ZEWO_Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0556b10 no-margin elementor-widget elementor-widget-text-editor\" data-id=\"0556b10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your donation will be used where it is most urgently needed.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0d335c e-con-full e-flex e-con e-child\" data-id=\"e0d335c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eea7d35 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"eea7d35\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/06\/Solafrica-Sonne-durch-Blaetterwald-quadratischer-Ausschnitt-600x600-1.jpg\" class=\"attachment-large size-large wp-image-1130\" alt=\"Solafrica-Sun-through-Blaetterwald\" srcset=\"https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/06\/Solafrica-Sonne-durch-Blaetterwald-quadratischer-Ausschnitt-600x600-1.jpg 600w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/06\/Solafrica-Sonne-durch-Blaetterwald-quadratischer-Ausschnitt-600x600-1-300x300.jpg 300w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/06\/Solafrica-Sonne-durch-Blaetterwald-quadratischer-Ausschnitt-600x600-1-150x150.jpg 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2dd3ce4 e-flex e-con-boxed e-con e-parent\" data-id=\"2dd3ce4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9788023 e-con-full e-flex e-con e-child\" data-id=\"9788023\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e57996 elementor-widget elementor-widget-spacer\" data-id=\"7e57996\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed03c46 elementor-widget elementor-widget-html\" data-id=\"ed03c46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"donation-form-container\"><\/div>\n\n<script>\n  \/\/ Get URL parameters from the parent page\n  const urlParams = new URLSearchParams(window.location.search);\n\n  \/\/ Get the current language from the HTML tag\n  const currentLang = document.documentElement.lang; \/\/ e.g., 'en-US', 'de-DE'\n\n  \/\/ Define language-specific settings\n  let baseIframeUrl;\n  let specificCid;\n\n  if (currentLang.startsWith(\"en\")) {\n    baseIframeUrl = \"https:\/\/solafrica.payrexx.com\/en\/pay\";\n    specificCid = \"1965ac1b\"; \/\/ English CID\n  } else {\n    baseIframeUrl = \"https:\/\/solafrica.payrexx.com\/de\/pay\";\n    specificCid = \"70920df4\"; \/\/ German CID\n  }\n\n  \/\/ Build iframe parameters\n  const iframeParams = new URLSearchParams();\n  iframeParams.set(\"appview\", \"1\"); \n  iframeParams.set(\"hide_description\", \"1\");\n\n  \/\/ Override CID if passed via URL\n  if (urlParams.has(\"cid\")) {\n    iframeParams.set(\"cid\", urlParams.get(\"cid\"));\n  } else {\n    iframeParams.set(\"cid\", specificCid);\n  }\n\n  \/\/ Forward optional parameters\n  if (urlParams.has(\"donation[preselect_amount]\")) {\n    iframeParams.set(\n      \"donation[preselect_amount]\",\n      urlParams.get(\"donation[preselect_amount]\")\n    );\n  }\n\n  if (urlParams.has(\"donation[preselect_interval]\")) {\n    iframeParams.set(\n      \"donation[preselect_interval]\",\n      urlParams.get(\"donation[preselect_interval]\")\n    );\n  }\n\n  \/\/ Create the iframe\n  const iframe = document.createElement(\"iframe\");\n  iframe.src = `${baseIframeUrl}?${iframeParams.toString()}`;\n  iframe.width = \"100%\";\n  iframe.height = \"1350\";\n  iframe.style.border = \"0\";\n  iframe.id = \"payrexx-embed\";\n\n  \/\/ Insert iframe into container\n  document.getElementById(\"donation-form-container\").appendChild(iframe);\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a00105 elementor-widget elementor-widget-heading\" data-id=\"5a00105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Thank you!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c18930 e-con-full e-flex e-con e-child\" data-id=\"5c18930\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-decc832 kontaktperson-wrapper e-flex e-con-boxed e-con e-parent\" data-id=\"decc832\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-857373b e-con-full e-flex e-con e-child\" data-id=\"857373b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad2bfc3 elementor-widget elementor-widget-heading\" data-id=\"ad2bfc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Do you have any questions or comments?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-788a34f balance elementor-widget elementor-widget-text-editor\" data-id=\"788a34f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div dir=\"ltr\" data-ogsc=\"black\"><p>We are available Monday to Thursday from 9 am to 5 pm.<\/p><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62cb2c7 e-con-full e-flex e-con e-child\" data-id=\"62cb2c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-71ebfc7 e-con-full e-flex e-con e-child\" data-id=\"71ebfc7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5dafcc elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"d5dafcc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe-1024x1024.png\" class=\"attachment-large size-large wp-image-2656\" alt=\"luana fombe\" srcset=\"https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe-1024x1024.png 1024w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe-300x300.png 300w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe-150x150.png 150w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe-768x768.png 768w, https:\/\/solafrica.ch\/wp-content\/uploads\/2025\/08\/luana_fombe.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8e299b1 e-con-full e-flex e-con e-child\" data-id=\"8e299b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d758c4 elementor-widget elementor-widget-heading\" data-id=\"9d758c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Central Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e77531 elementor-widget elementor-widget-heading\" data-id=\"7e77531\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Luana Fombe<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5d40d5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c5d40d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:info@solafrica.ch%20\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@solafrica.ch <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+41313128331\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+41 31 312 83 31<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Back Home I support the work of Solafrica Your donation creates prospects for disadvantaged people and helps protect the climate. Your donation will be used where it is most urgently needed. Thank you! Do you have any questions or comments? We are available Monday to Thursday from 9 am to 5 pm. Central Services Luana [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"footnotes":""},"class_list":["post-1172","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/pages\/1172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/comments?post=1172"}],"version-history":[{"count":21,"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/pages\/1172\/revisions"}],"predecessor-version":[{"id":5964,"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/pages\/1172\/revisions\/5964"}],"wp:attachment":[{"href":"https:\/\/solafrica.ch\/en\/wp-json\/wp\/v2\/media?parent=1172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}