{"id":5409,"date":"2025-04-24T10:11:15","date_gmt":"2025-04-24T08:11:15","guid":{"rendered":"https:\/\/afbanjul.org\/?p=5409"},"modified":"2025-05-07T17:18:09","modified_gmt":"2025-05-07T15:18:09","slug":"international-day-of-french-teachers","status":"publish","type":"post","link":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/","title":{"rendered":"International Day Of French Teachers"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>International French Teacher Day | Alliance Fran\u00e7aise de Banjul<\/title>\n    <style>\n        \/* S\u00e9lecteur sp\u00e9cifique pour \u00e9viter de toucher les autres \u00e9l\u00e9ments du site *\/\n        .jipf-page {\n            --primary-color: #3F51B5;\n            --secondary-color: #4CAF50;\n            --accent-color: #FF9800;\n            --light-gray: #f5f5f5;\n            --dark-gray: #333;\n            --white: #fff;\n            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n\n        .jipf-page * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .jipf-page body {\n            font-family: 'Roboto', sans-serif;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            background-color: var(--light-gray);\n        }\n\n        .jipf-page header {\n            background: linear-gradient(135deg, var(--primary-color), #303F9F);\n            color: var(--white);\n            padding: 2rem;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .jipf-page header::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/jipf.jpg') center\/cover;\n            opacity: 0.15;\n            z-index: 0;\n        }\n\n        .jipf-page header .content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .jipf-page .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n\n        .jipf-page h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            color: var(--white);\n        }\n\n        .jipf-page h2 {\n            font-size: 2rem;\n            margin: 2rem 0 1rem;\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--primary-color);\n            padding-bottom: 0.5rem;\n        }\n\n        .jipf-page p {\n            margin-bottom: 1.5rem;\n            font-size: 1.1rem;\n        }\n\n        .jipf-page .highlight {\n            background-color: rgba(255, 152, 0, 0.2);\n            padding: 0 3px;\n            font-weight: bold;\n            color: #E65100;\n        }\n\n        .jipf-page .intro {\n            background-color: var(--white);\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: var(--shadow);\n            margin-bottom: 2rem;\n        }\n\n        .jipf-page .event-banner {\n            background-color: var(--accent-color);\n            color: var(--white);\n            padding: 1.5rem;\n            border-radius: 8px;\n            margin-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .jipf-page .event-banner::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/jipf.jpg') center\/cover;\n            opacity: 0.15;\n            z-index: 0;\n        }\n\n        .jipf-page .event-banner-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .jipf-page .event-date {\n            font-size: 1.2rem;\n            font-weight: bold;\n            margin-bottom: 0.5rem;\n        }\n\n        .jipf-page .event-title {\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n            color: var(--white);\n        }\n\n        .jipf-page .schools-list {\n            background-color: var(--white);\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            margin-bottom: 2rem;\n        }\n\n        .jipf-page .schools-list ul {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .jipf-page .schools-list li {\n            background-color: var(--light-gray);\n            padding: 1rem;\n            border-radius: 4px;\n            transition: var(--transition);\n            border-left: 4px solid var(--primary-color);\n        }\n\n        .jipf-page .schools-list li:hover {\n            background-color: #e8eaf6;\n            transform: translateX(5px);\n        }\n\n        .jipf-page .gallery {\n            margin: 2rem 0;\n        }\n\n        .jipf-page .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .jipf-page .gallery-item {\n            background-color: var(--white);\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .jipf-page .gallery-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        .jipf-page .gallery-item .caption {\n            padding: 1rem;\n            text-align: center;\n            font-style: italic;\n            color: #555;\n        }\n\n        .jipf-page .gallery-item img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .jipf-page .gallery-item:hover img {\n            transform: scale(1.05);\n        }\n\n        .jipf-page a {\n            color: var(--primary-color);\n            text-decoration: none;\n            font-weight: bold;\n            transition: var(--transition);\n        }\n\n        .jipf-page a:hover {\n            color: var(--accent-color);\n            text-decoration: underline;\n        }\n\n        .jipf-page .btn {\n            display: inline-block;\n            background-color: var(--primary-color);\n            color: var(--white);\n            padding: 0.8rem 1.5rem;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: var(--transition);\n            margin-top: 1rem;\n        }\n\n        .jipf-page .btn:hover {\n            background-color: #303F9F;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);\n        }\n\n        @media (max-width: 768px) {\n            .jipf-page .container {\n                padding: 1rem;\n            }\n\n            .jipf-page h1 {\n                font-size: 2rem;\n            }\n\n            .jipf-page h2 {\n                font-size: 1.5rem;\n            }\n\n            .jipf-page .gallery-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"jipf-page\">\n        <header>\n            <div class=\"content\">\n                <h1>International French Teacher Day<\/h1>\n                <p>An annual celebration at Alliance Fran\u00e7aise de Banjul<\/p>\n            <\/div>\n        <\/header>\n        \n        <div class=\"container\">\n            <section class=\"intro\">\n                <p>Every year on November 24th, Alliance Fran\u00e7aise de Banjul celebrates International French Teacher Day. As a language center, and the leading French learning center in The Gambia, Alliance Fran\u00e7aise is deeply committed to the work of French teachers. This day is therefore of great importance to us, and provides an opportunity to pay tribute both to the teachers at Alliance Fran\u00e7aise, as well as to other French teachers in The Gambia with whom we work regularly.<\/p>\n                \n                <p>Thus, every November 24th, International French Teacher Day is organized at Alliance Fran\u00e7aise de Banjul in collaboration with the Ministry of Basic Education, Mr. Andrew Sambou, the French coordinator at the Ministry of Basic and Secondary Education, and AFTAM. Each year, a conference on the importance of the role of French teachers is given around different themes, theatrical performances are offered by our partner schools (SBEC, Glory Baptist, \u00c9cole Fran\u00e7aise, Lyc\u00e9e S\u00e9n\u00e9galais&#8230;), and a training and exchange module is facilitated by Mr. Hydara, the Director of Courses at Alliance Fran\u00e7aise de Banjul. We thank all our partners for their daily commitment to promoting the French language in The Gambia.<\/p>\n                \n                <p>To learn more, <a href=\"https:\/\/standard.gm\/alliance-francaise-celebrates-international-french-teachers-day\/\" target=\"_blank\">click here<\/a> to read the article published in the Standard Newspaper.<\/p>\n            <\/section>\n            \n            <section class=\"event-banner\">\n                <div class=\"event-banner-content\">\n                    <div class=\"event-date\">11\/21\/2024<\/div>\n                    <h2 class=\"event-title\">INTERNATIONAL FRENCH TEACHERS DAY<\/h2>\n                    <p>A day dedicated to art and Francophonie: Alliance Fran\u00e7aise de Banjul participates in the international project &#8220;Inside Out&#8221; by artist JR.<\/p>\n                    <p>As part of the celebration &#8220;<span class=\"highlight\">All Champions: Bearers of the Francophone Flame<\/span>&#8220;, our teachers and partners are invited to participate in a unique artistic experience. Their portraits, captured during this day, join a global collection celebrating the commitment and diversity of communities around the world.<\/p>\n                    <a href=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/jipf.jpg\" target=\"_blank\" class=\"btn\">See the event poster<\/a>\n                <\/div>\n            <\/section>\n            \n            <h2>Photo Gallery<\/h2>\n            <section class=\"gallery\">\n                <div class=\"gallery-grid\">\n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/6.jpg\" alt=\"Celebration of International French Teacher Day\">\n                        <div class=\"caption\">Participants at the International French Teacher Day<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/7-1.jpg\" alt=\"Inside Out Project - Portraits\">\n                        <div class=\"caption\">Portraits from the Inside Out project &#8211; Celebrating diversity<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/4-1.jpg\" alt=\"Conference on the importance of teachers' role\">\n                        <div class=\"caption\">Conference on the essential role of French teachers<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/oui.jpg\" alt=\"Theatrical performances by partner schools\">\n                        <div class=\"caption\">Theatrical performances by our partner schools<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/oui2.jpg\" alt=\"Training and exchange module\">\n                        <div class=\"caption\">Training and exchange module for teachers<\/div>\n                    <\/div>\n                    \n                    <div class=\"gallery-item\">\n                        <img decoding=\"async\" src=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2025\/05\/2-3.jpg\" alt=\"Celebration of Francophonie\">\n                        <div class=\"caption\">Celebration of Francophonie and teachers&#8217; commitment<\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n            \n            <section class=\"schools-list\">\n                <h2>Partner Institutions<\/h2>\n                <p>We would like to thank all our partners for their investment in promoting the French language in The Gambia:<\/p>\n                <ul>\n                    <li>Ministry of Basic and Secondary Education<\/li>\n                    <li>AFTAM<\/li>\n                    <li>SBEC<\/li>\n                    <li>Glory Baptist<\/li>\n                    <li>\u00c9cole Fran\u00e7aise de Banjul<\/li>\n                    <li>Lyc\u00e9e S\u00e9n\u00e9galais<\/li>\n                <\/ul>\n            <\/section>\n            \n            <section class=\"intro\">\n                <h2>About the &#8220;Inside Out&#8221; Project<\/h2>\n                <p>The &#8220;Inside Out&#8221; project by artist JR is a global participatory art platform that transforms messages of personal identity into public art. Through this initiative, the portraits of French teachers in The Gambia join a collection that celebrates the commitment of communities around the world.<\/p>\n                <p>This unique artistic collaboration perfectly illustrates our theme &#8220;<span class=\"highlight\">All Champions: Bearers of the Francophone Flame<\/span>&#8221; and highlights the importance of the role of teachers in spreading the French language and culture.<\/p>\n            <\/section>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>International French Teacher Day | Alliance Fran\u00e7aise de Banjul International French Teacher Day An annual celebration at Alliance Fran\u00e7aise de Banjul Every year on November 24th, Alliance Fran\u00e7aise de Banjul celebrates International French Teacher Day. As a language center, and the leading French learning center in The Gambia, Alliance Fran\u00e7aise is deeply committed to the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4379,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[84],"tags":[],"class_list":["post-5409","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-francophonie"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul\" \/>\n<meta property=\"og:description\" content=\"International French Teacher Day | Alliance Fran\u00e7aise de Banjul International French Teacher Day An annual celebration at Alliance Fran\u00e7aise de Banjul Every year on November 24th, Alliance Fran\u00e7aise de Banjul celebrates International French Teacher Day. As a language center, and the leading French learning center in The Gambia, Alliance Fran\u00e7aise is deeply committed to the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\" \/>\n<meta property=\"og:site_name\" content=\"Alliance Fran\u00e7aise de Banjul\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-24T08:11:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-07T15:18:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin-banjul-la\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin-banjul-la\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\"},\"author\":{\"name\":\"admin-banjul-la\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/person\/a5ac7414f543c202f7d24e53048080ee\"},\"headline\":\"International Day Of French Teachers\",\"datePublished\":\"2025-04-24T08:11:15+00:00\",\"dateModified\":\"2025-05-07T15:18:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\"},\"wordCount\":476,\"publisher\":{\"@id\":\"https:\/\/afbanjul.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg\",\"articleSection\":[\"Francophonie\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\",\"url\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\",\"name\":\"International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul\",\"isPartOf\":{\"@id\":\"https:\/\/afbanjul.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg\",\"datePublished\":\"2025-04-24T08:11:15+00:00\",\"dateModified\":\"2025-05-07T15:18:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage\",\"url\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg\",\"contentUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg\",\"width\":1080,\"height\":1350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/afbanjul.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"International Day Of French Teachers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/afbanjul.org\/#website\",\"url\":\"https:\/\/afbanjul.org\/\",\"name\":\"Alliance Fran\u00e7aise de Banjul\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/afbanjul.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/afbanjul.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/afbanjul.org\/#organization\",\"name\":\"L'Alliance Fran\u00e7aise de Banjul - Gambie\",\"url\":\"https:\/\/afbanjul.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg\",\"contentUrl\":\"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg\",\"width\":586,\"height\":207,\"caption\":\"L'Alliance Fran\u00e7aise de Banjul - Gambie\"},\"image\":{\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul\",\"https:\/\/www.instagram.com\/alliancedebanjul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/afbanjul.org\/#\/schema\/person\/a5ac7414f543c202f7d24e53048080ee\",\"name\":\"admin-banjul-la\",\"sameAs\":[\"https:\/\/afbanjul.org\"],\"url\":\"https:\/\/afbanjul.org\/en\/author\/admin-banjul-la\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/","og_locale":"en_US","og_type":"article","og_title":"International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul","og_description":"International French Teacher Day | Alliance Fran\u00e7aise de Banjul International French Teacher Day An annual celebration at Alliance Fran\u00e7aise de Banjul Every year on November 24th, Alliance Fran\u00e7aise de Banjul celebrates International French Teacher Day. As a language center, and the leading French learning center in The Gambia, Alliance Fran\u00e7aise is deeply committed to the [&hellip;]","og_url":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/","og_site_name":"Alliance Fran\u00e7aise de Banjul","article_publisher":"https:\/\/www.facebook.com\/AllianceFrancaiseBanjul","article_published_time":"2025-04-24T08:11:15+00:00","article_modified_time":"2025-05-07T15:18:09+00:00","og_image":[{"width":1080,"height":1350,"url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg","type":"image\/jpeg"}],"author":"admin-banjul-la","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin-banjul-la","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#article","isPartOf":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/"},"author":{"name":"admin-banjul-la","@id":"https:\/\/afbanjul.org\/#\/schema\/person\/a5ac7414f543c202f7d24e53048080ee"},"headline":"International Day Of French Teachers","datePublished":"2025-04-24T08:11:15+00:00","dateModified":"2025-05-07T15:18:09+00:00","mainEntityOfPage":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/"},"wordCount":476,"publisher":{"@id":"https:\/\/afbanjul.org\/#organization"},"image":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage"},"thumbnailUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg","articleSection":["Francophonie"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/","url":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/","name":"International Day Of French Teachers - Alliance Fran\u00e7aise de Banjul","isPartOf":{"@id":"https:\/\/afbanjul.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage"},"image":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage"},"thumbnailUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg","datePublished":"2025-04-24T08:11:15+00:00","dateModified":"2025-05-07T15:18:09+00:00","breadcrumb":{"@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#primaryimage","url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg","contentUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2024\/11\/afficheauriane3.jpg","width":1080,"height":1350},{"@type":"BreadcrumbList","@id":"https:\/\/afbanjul.org\/en\/francophonie\/international-day-of-french-teachers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/afbanjul.org\/en\/"},{"@type":"ListItem","position":2,"name":"International Day Of French Teachers"}]},{"@type":"WebSite","@id":"https:\/\/afbanjul.org\/#website","url":"https:\/\/afbanjul.org\/","name":"Alliance Fran\u00e7aise de Banjul","description":"","publisher":{"@id":"https:\/\/afbanjul.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/afbanjul.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/afbanjul.org\/#organization","name":"L'Alliance Fran\u00e7aise de Banjul - Gambie","url":"https:\/\/afbanjul.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/","url":"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg","contentUrl":"https:\/\/afbanjul.org\/wp-content\/uploads\/2022\/04\/logo_AF_Banjul.svg","width":586,"height":207,"caption":"L'Alliance Fran\u00e7aise de Banjul - Gambie"},"image":{"@id":"https:\/\/afbanjul.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AllianceFrancaiseBanjul","https:\/\/www.instagram.com\/alliancedebanjul\/"]},{"@type":"Person","@id":"https:\/\/afbanjul.org\/#\/schema\/person\/a5ac7414f543c202f7d24e53048080ee","name":"admin-banjul-la","sameAs":["https:\/\/afbanjul.org"],"url":"https:\/\/afbanjul.org\/en\/author\/admin-banjul-la\/"}]}},"_links":{"self":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5409","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/comments?post=5409"}],"version-history":[{"count":2,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5409\/revisions"}],"predecessor-version":[{"id":5747,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/posts\/5409\/revisions\/5747"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/media\/4379"}],"wp:attachment":[{"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/media?parent=5409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/categories?post=5409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afbanjul.org\/en\/wp-json\/wp\/v2\/tags?post=5409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}