{"id":1063,"date":"2025-03-23T00:19:29","date_gmt":"2025-03-22T23:19:29","guid":{"rendered":"https:\/\/www.indexall.org\/indexa\/?page_id=1063"},"modified":"2026-04-22T19:56:42","modified_gmt":"2026-04-22T17:56:42","slug":"programme-des-experts-indexa","status":"publish","type":"page","link":"https:\/\/www.indexall.org\/indexa\/programme-des-experts-indexa\/","title":{"rendered":"Experts Indexa"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<style>\n        \/* ============================================\n           CSS VARIABLES & RESET\n        ============================================ *\/\n        :root {\n            --primary: #4f46e5;\n            --primary-dark: #4338ca;\n            --primary-light: #6366f1;\n            --secondary: #7c3aed;\n            --secondary-light: #a855f7;\n            --accent: #10b981;\n            --accent-dark: #059669;\n            --warning: #f59e0b;\n            --danger: #ef4444;\n            --dark: #1e293b;\n            --dark-light: #334155;\n            --gray: #64748b;\n            --gray-light: #94a3b8;\n            --light: #f8fafc;\n            --light-dark: #f1f5f9;\n            --white: #ffffff;\n            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 \/ 0.05);\n            --shadow-md: 0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);\n            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);\n            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 \/ 0.1), 0 8px 10px -6px rgb(0 0 0 \/ 0.1);\n            --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 \/ 0.25);\n            --radius-sm: 0.5rem;\n            --radius-md: 0.75rem;\n            --radius-lg: 1rem;\n            --radius-xl: 1.5rem;\n            --radius-2xl: 2rem;\n        }<\/p>\n<p>        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'Inter', sans-serif;\n            background: linear-gradient(135deg, #f5f7fa 0%, #eef2f7 100%);\n            color: #1a2a3a;\n            line-height: 1.6;\n            padding: 40px 20px;\n            min-height: 100vh;\n        }<\/p>\n<p>        \/* ============================================\n           CUSTOM SCROLLBAR\n        ============================================ *\/\n        ::-webkit-scrollbar {\n            width: 10px;\n        }<\/p>\n<p>        ::-webkit-scrollbar-track {\n            background: #e2e8f0;\n            border-radius: 10px;\n        }<\/p>\n<p>        ::-webkit-scrollbar-thumb {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            border-radius: 10px;\n        }<\/p>\n<p>        ::-webkit-scrollbar-thumb:hover {\n            background: linear-gradient(135deg, var(--primary-dark), var(--secondary));\n        }<\/p>\n<p>        \/* ============================================\n           MAIN CONTAINER\n        ============================================ *\/\n        .expert-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: var(--white);\n            border-radius: var(--radius-2xl);\n            box-shadow: var(--shadow-2xl);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }<\/p>\n<p>        .expert-container:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 35px 70px -20px rgba(0, 0, 0, 0.25);\n        }<\/p>\n<p>        \/* ============================================\n           HERO SECTION\n        ============================================ *\/\n        .hero-section {\n            background: linear-gradient(135deg, var(--primary), var(--secondary), var(--secondary-light));\n            padding: 60px 50px;\n            text-align: center;\n            color: var(--white);\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            animation: rotate 20s linear infinite;\n        }<\/p>\n<p>        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }<\/p>\n<p>        .hero-icon {\n            font-size: 70px;\n            margin-bottom: 25px;\n            animation: float 3s ease-in-out infinite;\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-12px); }\n        }<\/p>\n<p>        .hero-section h1 {\n            font-size: 3.2rem;\n            font-weight: 800;\n            margin-bottom: 20px;\n            font-family: 'Playfair Display', serif;\n            position: relative;\n            z-index: 1;\n            letter-spacing: -0.02em;\n        }<\/p>\n<p>        .hero-badge {\n            display: inline-block;\n            background: rgba(255,255,255,0.2);\n            backdrop-filter: blur(10px);\n            padding: 8px 20px;\n            border-radius: 50px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-top: 20px;\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        .hero-badge i {\n            margin-right: 8px;\n        }<\/p>\n<p>        \/* ============================================\n           CONTENT SECTIONS\n        ============================================ *\/\n        .content-section {\n            padding: 50px;\n        }<\/p>\n<p>        .section {\n            margin-bottom: 50px;\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }<\/p>\n<p>        .section:nth-child(1) { animation-delay: 0.1s; }\n        .section:nth-child(2) { animation-delay: 0.2s; }\n        .section:nth-child(3) { animation-delay: 0.3s; }\n        .section:nth-child(4) { animation-delay: 0.4s; }\n        .section:nth-child(5) { animation-delay: 0.5s; }<\/p>\n<p>        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }<\/p>\n<p>        .section h2 {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 25px;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 10px;\n        }<\/p>\n<p>        .section h2 i {\n            margin-right: 12px;\n            color: var(--secondary);\n        }<\/p>\n<p>        .section h2:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 70px;\n            height: 4px;\n            background: linear-gradient(135deg, var(--primary), var(--secondary-light));\n            border-radius: 4px;\n            transition: width 0.3s ease;\n        }<\/p>\n<p>        .section:hover h2:after {\n            width: 100%;\n        }<\/p>\n<p>        .section p {\n            color: #4a5568;\n            margin-bottom: 20px;\n            line-height: 1.8;\n            font-size: 1rem;\n        }<\/p>\n<p>        \/* ============================================\n           FEATURE CARDS GRID\n        ============================================ *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 25px;\n            margin-top: 25px;\n        }<\/p>\n<p>        .feature-card {\n            background: linear-gradient(135deg, var(--light) 0%, var(--light-dark) 100%);\n            padding: 25px;\n            border-radius: var(--radius-lg);\n            transition: all 0.3s ease;\n            border: 1px solid #e2e8f0;\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.1), transparent);\n            transition: left 0.5s ease;\n        }<\/p>\n<p>        .feature-card:hover::before {\n            left: 100%;\n        }<\/p>\n<p>        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-xl);\n            border-color: var(--primary);\n        }<\/p>\n<p>        .feature-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n        }<\/p>\n<p>        .feature-card h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #1a2a3a;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .feature-card p {\n            font-size: 0.9rem;\n            color: var(--gray);\n            margin: 0;\n            line-height: 1.6;\n        }<\/p>\n<p>        \/* ============================================\n           LISTS STYLING\n        ============================================ *\/\n        ul {\n            list-style: none;\n            padding-left: 0;\n        }<\/p>\n<p>        ul li {\n            padding: 14px 0 14px 36px;\n            position: relative;\n            border-bottom: 1px solid #e2e8f0;\n            transition: all 0.3s ease;\n            font-size: 1rem;\n        }<\/p>\n<p>        ul li:last-child {\n            border-bottom: none;\n        }<\/p>\n<p>        ul li:hover {\n            transform: translateX(10px);\n            background: var(--light);\n            border-radius: var(--radius-md);\n            padding-left: 46px;\n        }<\/p>\n<p>        ul li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            top: 14px;\n            color: var(--accent);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }<\/p>\n<p>        \/* Requirements specific styling *\/\n        .requirements-list li:before {\n            content: \"\u2b50\";\n            color: var(--warning);\n        }<\/p>\n<p>        \/* Benefits specific styling *\/\n        .benefits-list li:before {\n            content: \"\ud83c\udfc6\";\n            color: #f39c12;\n        }<\/p>\n<p>        \/* ============================================\n           STATS SECTION\n        ============================================ *\/\n        .stats-section {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            padding: 35px;\n            border-radius: var(--radius-xl);\n            margin: 40px 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .stats-section::after {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%);\n        }<\/p>\n<p>        .stats-section h3 {\n            font-size: 1.5rem;\n            color: var(--dark);\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n            gap: 25px;\n            margin-top: 20px;\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        .stat-item {\n            text-align: center;\n            background: rgba(255,255,255,0.7);\n            padding: 20px;\n            border-radius: var(--radius-lg);\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }<\/p>\n<p>        .stat-item:hover {\n            transform: translateY(-5px);\n            background: var(--white);\n            box-shadow: var(--shadow-md);\n        }<\/p>\n<p>        .stat-number {\n            font-size: 2.2rem;\n            font-weight: 800;\n            color: var(--primary);\n            display: block;\n            margin-bottom: 8px;\n        }<\/p>\n<p>        .stat-label {\n            font-size: 0.85rem;\n            color: var(--gray);\n            font-weight: 500;\n        }<\/p>\n<p>        \/* ============================================\n           CTA BUTTON\n        ============================================ *\/\n        .cta-wrapper {\n            text-align: center;\n            margin: 35px 0 20px;\n        }<\/p>\n<p>        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: var(--white);\n            text-decoration: none;\n            padding: 16px 38px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 1.05rem;\n            transition: all 0.3s ease;\n            box-shadow: var(--shadow-lg);\n            position: relative;\n            overflow: hidden;\n        }<\/p>\n<p>        .cta-button::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            background: rgba(255,255,255,0.2);\n            border-radius: 50%;\n            transform: translate(-50%, -50%);\n            transition: width 0.6s, height 0.6s;\n        }<\/p>\n<p>        .cta-button:hover::before {\n            width: 300px;\n            height: 300px;\n        }<\/p>\n<p>        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(79, 70, 229, 0.4);\n            gap: 15px;\n        }<\/p>\n<p>        .cta-button i {\n            font-size: 1.1rem;\n            transition: transform 0.3s;\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        .cta-button:hover i {\n            transform: translateX(6px);\n        }<\/p>\n<p>        .cta-button span {\n            position: relative;\n            z-index: 1;\n        }<\/p>\n<p>        \/* Code styling *\/\n        code {\n            background: var(--light-dark);\n            padding: 4px 10px;\n            border-radius: 8px;\n            font-family: 'Courier New', monospace;\n            font-size: 0.85rem;\n            color: var(--primary);\n            border: 1px solid #e2e8f0;\n        }<\/p>\n<p>        \/* ============================================\n           FOOTER\n        ============================================ *\/\n        .footer {\n            background: var(--dark);\n            color: var(--gray-light);\n            padding: 35px 50px;\n            text-align: center;\n            border-top: 1px solid var(--dark-light);\n        }<\/p>\n<p>        .footer p {\n            margin: 0;\n            font-size: 0.85rem;\n        }<\/p>\n<p>        .footer a {\n            color: var(--secondary-light);\n            text-decoration: none;\n            transition: all 0.3s;\n        }<\/p>\n<p>        .footer a:hover {\n            color: #c4b5fd;\n            text-decoration: underline;\n        }<\/p>\n<p>        \/* ============================================\n           RESPONSIVE DESIGN\n        ============================================ *\/\n        @media (max-width: 768px) {\n            body {\n                padding: 20px 15px;\n            }<\/p>\n<p>            .hero-section {\n                padding: 40px 25px;\n            }<\/p>\n<p>            .hero-section h1 {\n                font-size: 2rem;\n            }<\/p>\n<p>            .hero-icon {\n                font-size: 50px;\n            }<\/p>\n<p>            .content-section {\n                padding: 30px 25px;\n            }<\/p>\n<p>            .section h2 {\n                font-size: 1.4rem;\n            }<\/p>\n<p>            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }<\/p>\n<p>            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 15px;\n            }<\/p>\n<p>            .cta-button {\n                width: 100%;\n                justify-content: center;\n                padding: 14px 25px;\n            }<\/p>\n<p>            .footer {\n                padding: 25px 30px;\n            }<\/p>\n<p>            ul li {\n                font-size: 0.9rem;\n            }\n        }<\/p>\n<p>        @media (max-width: 480px) {\n            .stats-grid {\n                grid-template-columns: 1fr;\n            }<\/p>\n<p>            .hero-section h1 {\n                font-size: 1.6rem;\n            }<\/p>\n<p>            .section h2 {\n                font-size: 1.2rem;\n            }<\/p>\n<p>            .feature-card {\n                padding: 20px;\n            }\n        }<\/p>\n<p>        \/* ============================================\n           PRINT STYLES\n        ============================================ *\/\n        @media print {\n            body {\n                background: white;\n                padding: 0;\n            }<\/p>\n<p>            .hero-section {\n                background: var(--primary);\n                -webkit-print-color-adjust: exact;\n                print-color-adjust: exact;\n            }<\/p>\n<p>            .cta-button {\n                display: none;\n            }<\/p>\n<p>            .stats-section {\n                background: #ecfdf5;\n                -webkit-print-color-adjust: exact;\n                print-color-adjust: exact;\n            }<\/p>\n<p>            .feature-card {\n                break-inside: avoid;\n            }<\/p>\n<p>            .section {\n                break-inside: avoid;\n            }\n        }<\/p>\n<p>        \/* ============================================\n           ACCESSIBILITY & UTILITIES\n        ============================================ *\/\n        .sr-only {\n            position: absolute;\n            width: 1px;\n            height: 1px;\n            padding: 0;\n            margin: -1px;\n            overflow: hidden;\n            clip: rect(0, 0, 0, 0);\n            border: 0;\n        }<\/p>\n<p>        .text-center {\n            text-align: center;\n        }<\/p>\n<p>        .mt-4 {\n            margin-top: 1rem;\n        }<\/p>\n<p>        .mb-4 {\n            margin-bottom: 1rem;\n        }\n    <\/style>\n<div class=\"expert-container\"><!-- Hero Section --><\/p>\n<div class=\"hero-section\">\n<div class=\"hero-icon\">\ud83c\udf93<\/div>\n<h1>Indexa Experts Program<\/h1>\n<div class=\"hero-badge\"><i class=\"fas fa-certificate\"><\/i> Academic Certification<\/div>\n<\/div>\n<p><!-- Content Sections --><\/p>\n<div class=\"content-section\"><!-- Role Description --><\/p>\n<div class=\"section\">\n<h2><i class=\"fas fa-bullhorn\"><\/i> Role Description<\/h2>\n<p>Indexa Experts are essential contributors to our platform, helping evaluate and improve the quality of scientific journals. As an expert, you bring your academic expertise to analyze, validate, and enrich the data submitted to Indexa, while supporting the global scientific community.<\/p>\n<div class=\"features-grid\">\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udcca<\/div>\n<h3>Journal Evaluation<\/h3>\n<p>Analyze submitted journals for quality and academic relevance<\/p>\n<\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udca1<\/div>\n<h3>Recommendations<\/h3>\n<p>Provide detailed feedback on journal metadata<\/p>\n<\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83d\udcc8<\/div>\n<h3>Indexa Metrics<\/h3>\n<p>Contribute to developing quality scores and indicators<\/p>\n<\/div>\n<div class=\"feature-card\">\n<div class=\"feature-icon\">\ud83c\udf93<\/div>\n<h3>Training<\/h3>\n<p>Participate in discussions and training on academic standards<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!-- Requirements --><\/p>\n<div class=\"section\">\n<h2><i class=\"fas fa-clipboard-list\"><\/i> Requirements to Become an Expert<\/h2>\n<ul class=\"requirements-list\">\n<li>Be registered on the Indexa platform with an active account<\/li>\n<li>Have significant experience in research or scientific publishing (publications, peer-review)<\/li>\n<li>Possess an ORCID identifier (recommended, but optional)<\/li>\n<li>Demonstrate analytical skills and attention to detail<\/li>\n<li>Submit a complete application (name, email, biography) through our form<\/li>\n<li>Commit to upholding Indexa&#8217;s ethical and scientific standards<\/li>\n<\/ul>\n<\/div>\n<p><!-- Benefits --><\/p>\n<div class=\"section\">\n<h2><i class=\"fas fa-gem\"><\/i> Benefits for Experts<\/h2>\n<ul class=\"benefits-list\">\n<li>Recognized status with an IR Indexa score based on your contributions<\/li>\n<li>Public visibility on our site through the list of accepted experts<\/li>\n<li>Access to advanced tools for journal analysis<\/li>\n<li>Networking opportunities with other experts and academic professionals<\/li>\n<li>Direct contribution to improving global scientific standards<\/li>\n<\/ul>\n<\/div>\n<p><!-- Statistics --><\/p>\n<div class=\"stats-section\">\n<h3><i class=\"fas fa-chart-line\"><\/i> Impact of Our Expert Community<\/h3>\n<div class=\"stats-grid\">\n<div class=\"stat-item\"><span class=\"stat-number\">50+<\/span> <span class=\"stat-label\">Active Experts<\/span><\/div>\n<div class=\"stat-item\"><span class=\"stat-number\">200+<\/span> <span class=\"stat-label\">Journals Evaluated<\/span><\/div>\n<div class=\"stat-item\"><span class=\"stat-number\">15+<\/span> <span class=\"stat-label\">Countries Represented<\/span><\/div>\n<div class=\"stat-item\"><span class=\"stat-number\">1000+<\/span> <span class=\"stat-label\">Evaluations Completed<\/span><\/div>\n<\/div>\n<\/div>\n<p><!-- How to Apply --><\/p>\n<div class=\"section\">\n<h2><i class=\"fas fa-pen-alt\"><\/i> How to Apply?<\/h2>\n<p>If you wish to become an Indexa Expert, log in to your account and access the application page via the following shortcode on our site: <code><div id=\"metrics-indexa-expert-form\" class=\"metrics-form\"><h2>Become an Expert<\/h2><p class=\"notice-error\">Please <a href=\"https:\/\/www.indexall.org\/indexa\/login\/?redirect_to=https%3A%2F%2Fwww.indexall.org%2Findexa%2Fprogramme-des-experts-indexa%2F\">log in<\/a> to submit an expert application.<\/p><\/div><\/code>. Fill out the form with your information and submit your application for validation.<\/p>\n<p>Once your application is accepted, you can begin contributing to journal evaluations and Indexa&#8217;s mission.<\/p>\n<div class=\"cta-wrapper\"><a class=\"cta-button\" href=\"https:\/\/www.indexall.org\/indexa\/soumission-expert\/\"> Apply Now <i class=\"fas fa-arrow-right\"><\/i> <\/a><\/div>\n<\/div>\n<\/div>\n<p><!-- Footer --><\/p>\n<div class=\"footer\">\n<p>\u00a9 2025 Indexa. All rights reserved. Contact us at <a href=\"mailto:admin@indexa.org\">admin@indexa.org<\/a> for more information.<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; \ud83c\udf93 Indexa Experts Program Academic Certification Role Description Indexa Experts are essential contributors to our platform, helping evaluate and improve the quality of scientific journals. As an expert, you bring your academic expertise to analyze, validate, and enrich the data submitted to Indexa, while supporting the global scientific community. \ud83d\udcca Journal Evaluation Analyze [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"signature_hash":"","ethics_level":"","footnotes":""},"class_list":["post-1063","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/1063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/comments?post=1063"}],"version-history":[{"count":6,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/1063\/revisions"}],"predecessor-version":[{"id":11434,"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/pages\/1063\/revisions\/11434"}],"wp:attachment":[{"href":"https:\/\/www.indexall.org\/indexa\/wp-json\/wp\/v2\/media?parent=1063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}