100 lines
4.1 KiB
HTML
100 lines
4.1 KiB
HTML
{% extends "base.html" %}
|
|
{% load static i18n %}
|
|
|
|
{% block title %}{% trans "Jool International — Solutions AgriTech pour l'Afrique" %}{% endblock %}
|
|
{% block title_plain %}{% trans "Jool International — Solutions AgriTech pour l'Afrique" %}{% endblock %}
|
|
|
|
{% block meta_description %}{% blocktrans %}Jool International propose des solutions AgriTech pour l'agriculture africaine : KIRIQ AI (diagnostic satellitaire IA), Jool Monitor (cartographie drone), Jool ID (digitalisation producteurs) et Mon Agro (interventions terrain). Optimisez vos exploitations en Côte d'Ivoire et en Afrique.{% endblocktrans %}{% endblock %}
|
|
|
|
{% block og_title %}{% trans "Jool International — Solutions AgriTech pour l'Afrique" %}{% endblock %}
|
|
{% block og_description %}{% trans "KIRIQ AI, Jool Monitor, Jool ID et Mon Agro : les outils de précision pour piloter vos exploitations agricoles en Afrique." %}{% endblock %}
|
|
{% block twitter_title %}{% trans "Jool International — Solutions AgriTech pour l'Afrique" %}{% endblock %}
|
|
{% block twitter_description %}{% trans "KIRIQ AI, Jool Monitor et Jool ID : les outils de précision pour piloter vos exploitations agricoles en Afrique." %}{% endblock %}
|
|
|
|
{% block schema_org %}
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"name": "Jool International",
|
|
"url": "https://jool-international.com",
|
|
"logo": "https://jool-international.com{% static 'img/logo.png' %}",
|
|
"description": "Solutions AgriTech pour l'agriculture africaine : analyse satellitaire IA, cartographie drone et digitalisation des producteurs.",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"addressLocality": "Abidjan",
|
|
"addressCountry": "CI"
|
|
},
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"email": "info@jool-int.com",
|
|
"telephone": "+22527225578825",
|
|
"contactType": "customer service"
|
|
},
|
|
"sameAs": [
|
|
"https://www.linkedin.com/company/jool-international/"
|
|
],
|
|
"hasOfferCatalog": {
|
|
"@type": "OfferCatalog",
|
|
"name": "Solutions AgriTech",
|
|
"itemListElement": [
|
|
{
|
|
"@type": "Offer",
|
|
"itemOffered": {
|
|
"@type": "SoftwareApplication",
|
|
"name": "KIRIQ AI",
|
|
"url": "https://jool-international.com/produits/kiriq/",
|
|
"description": "Diagnostic satellitaire et analyse IA des cultures agricoles.",
|
|
"applicationCategory": "AgricultureApplication"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Offer",
|
|
"itemOffered": {
|
|
"@type": "SoftwareApplication",
|
|
"name": "Jool Monitor",
|
|
"url": "https://jool-international.com/produits/monitor/",
|
|
"description": "Cartographie drone haute résolution pour la surveillance des parcelles.",
|
|
"applicationCategory": "AgricultureApplication"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Offer",
|
|
"itemOffered": {
|
|
"@type": "SoftwareApplication",
|
|
"name": "Jool ID",
|
|
"url": "https://jool-international.com/produits/joolid/",
|
|
"description": "Digitalisation et gestion des producteurs agricoles.",
|
|
"applicationCategory": "AgricultureApplication"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Offer",
|
|
"itemOffered": {
|
|
"@type": "SoftwareApplication",
|
|
"name": "Mon Agro",
|
|
"url": "https://jool-international.com/produits/monagro/",
|
|
"description": "Coordination d'agronomes et exécution des interventions terrain agricoles.",
|
|
"applicationCategory": "AgricultureApplication"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
</script>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "core/partials/_hero.html" %}
|
|
{% include "core/partials/_trust_strip.html" %}
|
|
{% include "core/partials/_section_kiriq.html" %}
|
|
{% include "core/partials/_section_monitor.html" %}
|
|
{% include "core/partials/_section_joolid.html" %}
|
|
{% include "core/partials/_section_monagro.html" %}
|
|
{% include "core/partials/_stats.html" %}
|
|
{% include "core/partials/_trusted_by.html" %}
|
|
{% include "core/partials/_features.html" %}
|
|
{% include "core/partials/_faq.html" %}
|
|
{% include "core/partials/_cta_final.html" %}
|
|
{% endblock %}
|