{"id":71,"date":"2026-01-29T12:21:10","date_gmt":"2026-01-29T12:21:10","guid":{"rendered":"https:\/\/ikaros.pro\/?page_id=71"},"modified":"2026-03-09T20:52:32","modified_gmt":"2026-03-09T20:52:32","slug":"aigenique","status":"publish","type":"page","link":"https:\/\/ikaros.pro\/fr\/","title":{"rendered":"IKAROS Agentic Commerce Layer for Woocommerce"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"71\" class=\"elementor elementor-71\">\n\t\t\t\t<div class=\"elementor-element elementor-element-474df89 e-flex e-con-boxed e-con e-parent\" data-id=\"474df89\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-909454d elementor-widget elementor-widget-html\" data-id=\"909454d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<style>\r\n  \/* --- TWENTY TWENTY-FIVE FIXES --- *\/\r\n  .alignfull {\r\n    margin-left: calc(50% - 50vw);\r\n    margin-right: calc(50% - 50vw);\r\n    width: 100vw;\r\n    max-width: 100vw;\r\n  }\r\n\r\n  \/* --- MAIN WRAPPER --- *\/\r\n  #agentic-theme-wrapper {\r\n    background-color: #0f172a;\r\n    background-image: \r\n      radial-gradient(at 0% 0%, rgba(34, 211, 238, 0.15) 0px, transparent 50%),\r\n      radial-gradient(at 100% 100%, rgba(168, 85, 247, 0.15) 0px, transparent 50%);\r\n    color: #ffffff;\r\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\r\n    padding: 80px 20px;\r\n    box-sizing: border-box;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .agentic-inner {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    width: 100%;\r\n  }\r\n\r\n  \/* --- HERO SECTION --- *\/\r\n  .agentic-hero {\r\n    display: flex;\r\n    flex-direction: row;\r\n    gap: 50px;\r\n    align-items: center;\r\n    margin-bottom: 80px;\r\n  }\r\n\r\n  \/* Mobile Stacking *\/\r\n  @media (max-width: 900px) {\r\n    .agentic-hero { flex-direction: column; text-align: center; }\r\n    .hero-text, .hero-visual { width: 100%; }\r\n    .btn-group { justify-content: center; }\r\n  }\r\n\r\n  .hero-text { flex: 1; }\r\n  .hero-visual { flex: 1; }\r\n\r\n  \/* Typography *\/\r\n  h1.agentic-title {\r\n    font-size: clamp(2.5rem, 5vw, 4rem);\r\n    font-weight: 800;\r\n    line-height: 1.1;\r\n    margin: 0 0 20px 0;\r\n    color: #ffffff;\r\n    letter-spacing: -0.02em;\r\n  }\r\n  \r\n  .text-gradient {\r\n    background: linear-gradient(to right, #22d3ee, #a855f7);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    color: #22d3ee;\r\n  }\r\n\r\n  .agentic-subtitle {\r\n    font-size: 1.15rem;\r\n    color: #94a3b8;\r\n    line-height: 1.6;\r\n    margin-bottom: 35px;\r\n    max-width: 600px;\r\n  }\r\n\r\n  \/* --- BUTTONS --- *\/\r\n  .btn-group { display: flex; gap: 15px; flex-wrap: wrap; }\r\n  \r\n  .btn-glow {\r\n    background: #22d3ee;\r\n    color: #0f172a;\r\n    padding: 16px 32px;\r\n    font-weight: 700;\r\n    text-decoration: none;\r\n    border-radius: 8px;\r\n    box-shadow: 0 0 25px rgba(34, 211, 238, 0.3);\r\n    border: none;\r\n    transition: transform 0.2s ease;\r\n  }\r\n  .btn-glow:hover { transform: translateY(-2px); box-shadow: 0 0 35px rgba(34, 211, 238, 0.5); }\r\n  \r\n  .btn-glass {\r\n    background: rgba(255, 255, 255, 0.05);\r\n    color: #fff;\r\n    padding: 16px 32px;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n    border-radius: 8px;\r\n    border: 1px solid rgba(255, 255, 255, 0.1);\r\n    transition: background 0.2s ease;\r\n  }\r\n  .btn-glass:hover { background: rgba(255, 255, 255, 0.1); }\r\n\r\n  \/* --- TERMINAL (UPDATED FOR AGENTS) --- *\/\r\n  .terminal-box {\r\n    background: rgba(15, 23, 42, 0.95);\r\n    border: 1px solid rgba(255, 255, 255, 0.1);\r\n    border-radius: 12px;\r\n    padding: 25px;\r\n    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7);\r\n    backdrop-filter: blur(10px);\r\n    width: 100%;\r\n    text-align: left;\r\n  }\r\n  \r\n  .term-header {\r\n    display: flex; gap: 8px; margin-bottom: 20px;\r\n    border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px;\r\n  }\r\n  .dot { width: 12px; height: 12px; border-radius: 50%; }\r\n  \r\n  .term-body {\r\n    font-family: 'Courier New', monospace;\r\n    font-size: 0.9rem;\r\n    line-height: 1.5;\r\n  }\r\n  .code-line { display: block; margin-bottom: 8px; }\r\n  \r\n  .c-p { color: #c084fc; } \/* Purple *\/\r\n  .c-b { color: #22d3ee; } \/* Cyan *\/\r\n  .c-g { color: #4ade80; } \/* Green *\/\r\n  .c-w { color: #e2e8f0; } \/* White *\/\r\n\r\n  \/* --- FEATURE GRID --- *\/\r\n  .glass-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); \r\n    gap: 25px;\r\n  }\r\n  \r\n  .glass-card {\r\n    background: rgba(255, 255, 255, 0.02);\r\n    border: 1px solid rgba(255, 255, 255, 0.08);\r\n    padding: 30px;\r\n    border-radius: 16px;\r\n    backdrop-filter: blur(10px);\r\n    text-align: left;\r\n    transition: transform 0.2s ease;\r\n  }\r\n  .glass-card:hover {\r\n    transform: translateY(-5px);\r\n    background: rgba(255, 255, 255, 0.04);\r\n  }\r\n\r\n  .glass-card h3 { color: #fff; margin: 0 0 12px 0; font-size: 1.25rem; font-weight: 700; }\r\n  .glass-card p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; margin: 0; }\r\n  .card-icon { font-size: 2.2rem; margin-bottom: 15px; display: block; }\r\n\r\n  @keyframes blink { 50% { opacity: 0; } }\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div id=\"agentic-theme-wrapper\" class=\"alignfull\">\r\n  <div class=\"agentic-inner\">\r\n\r\n    <div class=\"agentic-hero\">\r\n      \r\n      <div class=\"hero-text\">\r\n        <div style=\"display:inline-block; padding: 6px 14px; background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.3); border-radius: 20px; font-size: 0.8rem; color: #22d3ee; margin-bottom: 24px; font-weight: 600; letter-spacing: 0.5px;\">\r\n          \u25cf AI Commerce Infrastructure\r\n        <\/div>\r\n        \r\n        <h1 class=\"agentic-title\">\r\n          AI & GEO Foundation.<br>\r\n          <span class=\"text-gradient\">The Agentic Commerce Layer.<\/span>\r\n        <\/h1>\r\n        \r\n        <p class=\"agentic-subtitle\">\r\n          Turn your WooCommerce store into AI-readable commerce infrastructure.\r\nGenerate AI manifests, optimize products for AI agents, and connect your catalog to the agentic web. \r\n          Native support for <b>Universal Commerce (UCP)<\/b> and <b>Model Context Protocol (MCP)<\/b>.\r\n        <\/p>\r\n        \r\n        <div class=\"btn-group\">\r\n          <a href=\"https:\/\/ikaros.pro\/product\/aigentic-pro-plugin-add-on\/\" class=\"btn-glow\">Get Pro - \u20ac149<\/a>\r\n          <a href=\"https:\/\/wordpress.org\/plugins\/ikaros-ai-manifest\/\" class=\"btn-glass\">Download Free<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"hero-visual\">\r\n        <div class=\"terminal-box\">\r\n          <div class=\"term-header\">\r\n            <div class=\"dot\" style=\"background:#ef4444;\"><\/div>\r\n            <div class=\"dot\" style=\"background:#eab308;\"><\/div>\r\n            <div class=\"dot\" style=\"background:#22c55e;\"><\/div>\r\n          <\/div>\r\n          <div class=\"term-body\">\r\n            <span class=\"code-line c-p\">[SYSTEM]: Initializing Protocols...<\/span>\r\n            <span class=\"code-line c-w\">[UCP]: Discovery active at \/.well-known\/ucp<\/span>\r\n            <span class=\"code-line c-b\">[AGENT]: GPT-5 connected via MCP<\/span>\r\n            <span class=\"code-line c-g\">&gt; Executing tool: search_products(\"plugin\")<\/span>\r\n            <span class=\"code-line c-w\">[RESULT]: Found ID:150 \"Aigentic Free\"<\/span>\r\n            <span class=\"code-line c-g\">[SUCCESS]: Product Context Injected.<\/span>\r\n            <span class=\"code-line c-b\" style=\"animation:blink 1s infinite\">_<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n    <\/div>\r\n\r\n    <div class=\"glass-grid\">\r\n      \r\n      <div class=\"glass-card\">\r\n        <span class=\"card-icon\">\ud83d\udce1<\/span>\r\n        <h3>UCP Discovery<\/h3>\r\n        <p>Broadcasts a standardized signal so next-gen AI shoppers automatically detect your store's capabilities.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"glass-card\">\r\n        <span class=\"card-icon\">\ud83e\udde0<\/span>\r\n        <h3>MCP Agent Tools<\/h3>\r\n        <p>A native API that lets AI Agents actively \"search\" and \"read\" your live pricing without scraping.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"glass-card\">\r\n        <span class=\"card-icon\">\ud83d\udc41\ufe0f<\/span>\r\n        <h3>Vision AI<\/h3>\r\n        <p>Exposes high-density metadata so bots can \"see\" and understand your product photos.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"glass-card\">\r\n        <span class=\"card-icon\">\u26a1<\/span>\r\n        <h3>Smart Manifest<\/h3>\r\n        <p>Auto-generates <code>ai-commerce.json<\/code>. The sitemap for the AI era.<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\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-562bb27 e-flex e-con-boxed e-con e-parent\" data-id=\"562bb27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9fad1 elementor-widget elementor-widget-html\" data-id=\"5f9fad1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<style>\r\n  \/* --- HOW IT WORKS SECTION --- *\/\r\n  \r\n  #agentic-how-wrapper {\r\n    background-color: #0f172a;\r\n    position: relative;\r\n    padding: 100px 20px;\r\n    font-family: 'Inter', system-ui, sans-serif;\r\n    overflow: hidden;\r\n  }\r\n\r\n  \/* Background Glow Effect *\/\r\n  .glow-orb {\r\n    position: absolute;\r\n    width: 600px;\r\n    height: 600px;\r\n    background: radial-gradient(circle, rgba(168, 85, 247, 0.08) 0%, transparent 70%);\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    z-index: 0;\r\n    pointer-events: none;\r\n  }\r\n\r\n  .how-inner {\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n    z-index: 1;\r\n  }\r\n\r\n  \/* Header *\/\r\n  .how-header {\r\n    text-align: center;\r\n    margin-bottom: 80px;\r\n  }\r\n  .how-title {\r\n    color: #fff;\r\n    font-size: clamp(2rem, 4vw, 3rem);\r\n    font-weight: 800;\r\n    margin-bottom: 20px;\r\n  }\r\n  .how-subtitle {\r\n    color: #94a3b8;\r\n    font-size: 1.15rem;\r\n    max-width: 650px;\r\n    margin: 0 auto;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* --- STEPS GRID --- *\/\r\n  .steps-container {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: flex-start;\r\n    gap: 30px;\r\n    position: relative;\r\n  }\r\n\r\n  \/* Connecting Line (Desktop Only) *\/\r\n  .steps-container::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 50px; \/* Aligns with the circle icons *\/\r\n    left: 100px;\r\n    right: 100px;\r\n    height: 2px;\r\n    background: linear-gradient(90deg, \r\n      rgba(34, 211, 238, 0.1), \r\n      rgba(34, 211, 238, 0.5), \r\n      rgba(168, 85, 247, 0.5), \r\n      rgba(168, 85, 247, 0.1)\r\n    );\r\n    z-index: 0;\r\n  }\r\n\r\n  .step-card {\r\n    flex: 1;\r\n    background: rgba(255, 255, 255, 0.02);\r\n    border: 1px solid rgba(255, 255, 255, 0.08);\r\n    backdrop-filter: blur(10px);\r\n    padding: 30px 25px;\r\n    border-radius: 16px;\r\n    text-align: center;\r\n    position: relative;\r\n    transition: transform 0.3s ease;\r\n  }\r\n  .step-card:hover {\r\n    transform: translateY(-10px);\r\n    background: rgba(255, 255, 255, 0.04);\r\n    border-color: rgba(34, 211, 238, 0.3);\r\n  }\r\n\r\n  \/* Step Number\/Icon Circle *\/\r\n  .step-icon-box {\r\n    width: 80px;\r\n    height: 80px;\r\n    background: #0f172a; \/* Hides the connector line behind it *\/\r\n    border: 2px solid #22d3ee;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin: 0 auto 25px auto;\r\n    font-size: 2rem;\r\n    position: relative;\r\n    z-index: 2;\r\n    box-shadow: 0 0 20px rgba(34, 211, 238, 0.2);\r\n  }\r\n  \r\n  .step-2-border { border-color: #c084fc; box-shadow: 0 0 20px rgba(192, 132, 252, 0.2); }\r\n  .step-3-border { border-color: #4ade80; box-shadow: 0 0 20px rgba(74, 222, 128, 0.2); }\r\n\r\n  \/* Typography *\/\r\n  .step-title {\r\n    color: #fff;\r\n    font-size: 1.25rem;\r\n    font-weight: 700;\r\n    margin-bottom: 15px;\r\n  }\r\n  .step-desc {\r\n    color: #94a3b8;\r\n    font-size: 0.95rem;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* Gradient Text Helper *\/\r\n  .txt-cyan { color: #22d3ee; }\r\n  .txt-purple { color: #c084fc; }\r\n  .txt-green { color: #4ade80; }\r\n\r\n  \/* Mobile Responsive *\/\r\n  @media (max-width: 900px) {\r\n    .steps-container {\r\n      flex-direction: column;\r\n      align-items: center;\r\n    }\r\n    .steps-container::before {\r\n      display: none; \/* Hide connector line on mobile *\/\r\n    }\r\n    .step-card {\r\n      width: 100%;\r\n      max-width: 400px;\r\n    }\r\n  }\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"agentic-how-wrapper\" class=\"alignfull\">\r\n  <div class=\"glow-orb\"><\/div>\r\n  <div class=\"how-inner\">\r\n    \r\n    <div class=\"how-header\">\r\n      <h2 class=\"how-title\">How It <span style=\"color:#22d3ee\">Works<\/span><\/h2>\r\n      <p class=\"how-subtitle\">\r\n        Most websites are built for human eyes. AI bots see them as messy code.\r\n        <br>Aigentic translates your store into a language AI actually understands.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"steps-container\">\r\n\r\n      <div class=\"step-card\">\r\n        <div class=\"step-icon-box\">\r\n          \ud83e\udd16\r\n        <\/div>\r\n        <h3 class=\"step-title\">1. The Translator<\/h3>\r\n        <p class=\"step-desc\">\r\n          Humans like fancy designs. Robots like data. Aigentic connects to <strong>Google Gemini<\/strong> to rewrite your product details into clean, structured facts that AI Agents can process instantly.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"step-card\">\r\n        <div class=\"step-icon-box step-2-border\">\r\n          \ud83d\udce1\r\n        <\/div>\r\n        <h3 class=\"step-title\">2. The Signal<\/h3>\r\n        <p class=\"step-desc\">\r\n          We turn on a special signal (using <span class=\"txt-purple\">UCP, ACP & MCP<\/span> protocols). This acts like a lighthouse, telling ChatGPT, Claude, and Perplexity: <em>\"Hey! We have products here, and here is exactly how to buy them.\"<\/em>\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"step-card\">\r\n        <div class=\"step-icon-box step-3-border\">\r\n          \ud83d\ude80\r\n        <\/div>\r\n        <h3 class=\"step-title\">3. The Recommendation<\/h3>\r\n        <p class=\"step-desc\">\r\n          When a user asks an AI, <em>\"Where can I buy this?\"<\/em>, the AI doesn't just guess. It reads your Agentic data and recommends <strong>your store<\/strong> because it's the easiest one for the AI to understand.\r\n        <\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\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-01e6e85 e-flex e-con-boxed e-con e-parent\" data-id=\"01e6e85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfbb153 elementor-widget elementor-widget-html\" data-id=\"bfbb153\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<style>\r\n  \/* --- COMPARISON SECTION STYLES --- *\/\r\n  \r\n  #agentic-compare-wrapper {\r\n    background-color: #0f172a;\r\n    background-image: \r\n      linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),\r\n      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);\r\n    background-size: 40px 40px;\r\n    color: #fff;\r\n    font-family: 'Inter', system-ui, sans-serif;\r\n    padding: 100px 20px;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .compare-inner {\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .comp-header {\r\n    text-align: center;\r\n    margin-bottom: 70px;\r\n  }\r\n  .comp-title {\r\n    font-size: clamp(2rem, 4vw, 3.5rem);\r\n    font-weight: 800;\r\n    margin-bottom: 15px;\r\n    letter-spacing: -0.02em;\r\n  }\r\n  .comp-subtitle {\r\n    color: #94a3b8;\r\n    font-size: 1.15rem;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* --- PRICING CARDS --- *\/\r\n  .pricing-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 40px;\r\n    justify-content: center;\r\n    align-items: flex-start;\r\n  }\r\n\r\n  .price-card {\r\n    flex: 1;\r\n    min-width: 300px;\r\n    max-width: 450px;\r\n    border-radius: 20px;\r\n    padding: 40px;\r\n    position: relative;\r\n    backdrop-filter: blur(10px);\r\n    display: flex;\r\n    flex-direction: column;\r\n    transition: transform 0.3s ease;\r\n  }\r\n\r\n  \/* 1. FREE CARD *\/\r\n  .card-free {\r\n    background: rgba(255, 255, 255, 0.02);\r\n    border: 1px solid rgba(255, 255, 255, 0.1);\r\n  }\r\n  .card-free:hover {\r\n    background: rgba(255, 255, 255, 0.04);\r\n  }\r\n\r\n  \/* 2. PRO CARD *\/\r\n  .card-pro {\r\n    background: rgba(15, 23, 42, 0.6);\r\n    border: 1px solid #22d3ee;\r\n    box-shadow: 0 0 50px -10px rgba(34, 211, 238, 0.15);\r\n    transform: scale(1.03);\r\n    z-index: 2;\r\n  }\r\n  .card-pro:hover {\r\n    box-shadow: 0 0 70px -10px rgba(34, 211, 238, 0.3);\r\n  }\r\n\r\n  \/* Pro Badge *\/\r\n  .pro-badge {\r\n    position: absolute;\r\n    top: -14px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    background: #22d3ee;\r\n    color: #0f172a;\r\n    padding: 8px 18px;\r\n    border-radius: 30px;\r\n    font-size: 0.75rem;\r\n    font-weight: 800;\r\n    letter-spacing: 1.5px;\r\n    text-transform: uppercase;\r\n    box-shadow: 0 5px 15px rgba(34, 211, 238, 0.4);\r\n  }\r\n\r\n  .plan-name { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; color: #fff; }\r\n  .plan-price { font-size: 2.8rem; font-weight: 800; margin-bottom: 30px; letter-spacing: -1px; }\r\n  .plan-price span { font-size: 1rem; color: #94a3b8; font-weight: 500; letter-spacing: 0; }\r\n  \r\n  .free-price { color: #e2e8f0; }\r\n  .pro-price { color: #22d3ee; text-shadow: 0 0 30px rgba(34, 211, 238, 0.4); }\r\n\r\n  \/* Feature List *\/\r\n  .feat-list {\r\n    list-style: none;\r\n    padding: 0;\r\n    margin: 0 0 40px 0;\r\n    flex-grow: 1;\r\n  }\r\n  .feat-item {\r\n    display: flex;\r\n    align-items: center;\r\n    margin-bottom: 16px;\r\n    font-size: 0.95rem;\r\n    color: #cbd5e1;\r\n    line-height: 1.4;\r\n  }\r\n  \r\n  .icon-check { color: #22d3ee; margin-right: 12px; font-weight: bold; flex-shrink: 0; }\r\n  .icon-x { color: #475569; margin-right: 12px; flex-shrink: 0; }\r\n  .text-dim { color: #475569; text-decoration: line-through; }\r\n  \r\n  \/* Highlight new features *\/\r\n  .feat-new { color: #fff; font-weight: 500; }\r\n\r\n  \/* Buttons *\/\r\n  .btn-block {\r\n    display: block;\r\n    text-align: center;\r\n    padding: 18px;\r\n    border-radius: 10px;\r\n    text-decoration: none;\r\n    font-weight: 700;\r\n    transition: 0.2s;\r\n    font-size: 1rem;\r\n  }\r\n  .btn-free {\r\n    background: transparent;\r\n    border: 1px solid rgba(255, 255, 255, 0.2);\r\n    color: #fff;\r\n  }\r\n  .btn-free:hover { border-color: #fff; background: rgba(255,255,255,0.05); }\r\n\r\n  .btn-pro {\r\n    background: #22d3ee;\r\n    color: #0f172a;\r\n    box-shadow: 0 0 25px rgba(34, 211, 238, 0.3);\r\n    border: none;\r\n  }\r\n  .btn-pro:hover {\r\n    box-shadow: 0 0 45px rgba(34, 211, 238, 0.5);\r\n    transform: translateY(-2px);\r\n  }\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"agentic-compare-wrapper\" class=\"alignfull\">\r\n  <div class=\"compare-inner\">\r\n    \r\n    <div class=\"comp-header\">\r\n      <h2 class=\"comp-title\">Agent Strategy<\/h2>\r\n      <p class=\"comp-subtitle\">Equip your store with the protocols required for the Agentic Web.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"pricing-grid\">\r\n\r\n      <div class=\"price-card card-free\">\r\n        <div class=\"plan-name\">Core<\/div>\r\n        <div class=\"plan-price free-price\">\u20ac0 <span>\/ forever<\/span><\/div>\r\n        \r\n        <ul class=\"feat-list\">\r\n          <li class=\"feat-item feat-new\"><span class=\"icon-check\">\u2713<\/span> <strong>MCP, ACP & UCP Protocols<\/strong><\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> Smart ai-commerce.json<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> <strong>BuyAction<\/strong> (Agents can buy)<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> Live Bot Feed (Real-time)<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> BYOK (Gemini Free Tier)<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-x\">\u2715<\/span> <span class=\"text-dim\">Vision AI (Image Analysis)<\/span><\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-x\">\u2715<\/span> <span class=\"text-dim\">Bulk Auto-Optimize<\/span><\/li>\r\n        <\/ul>\r\n\r\n        <a href=\"https:\/\/ikaros.pro\/product\/aigentic-free-ai-manifest-bot-optimizer-for-woocommerce\/\" class=\"btn-block btn-free\">Download .zip<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"price-card card-pro\">\r\n        <div class=\"pro-badge\">Best Value<\/div>\r\n        <div class=\"plan-name\">Pro<\/div>\r\n        <div class=\"plan-price pro-price\">\u20ac149 <span>\/ lifetime<\/span><\/div>\r\n        \r\n        <ul class=\"feat-list\">\r\n          <li class=\"feat-item feat-new\"><span class=\"icon-check\">\u2713<\/span> <strong>MCP, ACP & UCP Protocols<\/strong><\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> Smart ai-commerce.json<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> <strong>BuyAction<\/strong> (Agents can buy)<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> <strong>Vision AI<\/strong> (Images \u2192 Data)<\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> <strong>Bulk Auto-Optimize<\/strong><\/li>\r\n          <li class=\"feat-item\"><span class=\"icon-check\">\u2713<\/span> Priority Agent Support<\/li>\r\n        <\/ul>\r\n\r\n        <a href=\"https:\/\/ikaros.pro\/product\/aigentic-pro-plugin-add-on\/\" class=\"btn-block btn-pro\">Get Lifetime Access<\/a>\r\n      <\/div>\r\n\r\n    <\/div> \r\n  <\/div>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\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-599ca77 e-flex e-con-boxed e-con e-parent\" data-id=\"599ca77\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c4c5c5 elementor-widget elementor-widget-html\" data-id=\"5c4c5c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<style>\r\n  \/* --- PRO FEATURES SECTION --- *\/\r\n  \r\n  #agentic-pro-features {\r\n    background-color: #0f172a;\r\n    \/* Diagonal sharp gradient *\/\r\n    background-image: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);\r\n    color: #fff;\r\n    font-family: 'Inter', system-ui, sans-serif;\r\n    padding: 100px 20px;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .pro-inner {\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Section Header *\/\r\n  .pro-header { margin-bottom: 80px; text-align: left; }\r\n  .pro-tag {\r\n    display: inline-block;\r\n    padding: 6px 12px;\r\n    border: 1px solid #c084fc;\r\n    color: #c084fc;\r\n    border-radius: 20px;\r\n    font-size: 0.8rem;\r\n    margin-bottom: 20px;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    font-weight: 700;\r\n  }\r\n  .pro-title {\r\n    font-size: clamp(2rem, 4vw, 3rem);\r\n    font-weight: 800;\r\n    margin: 0;\r\n    background: linear-gradient(to right, #fff, #94a3b8);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n  }\r\n\r\n  \/* --- SPLIT LAYOUT --- *\/\r\n  .pro-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 60px;\r\n    align-items: center;\r\n  }\r\n  .pro-col-vis { flex: 1; min-width: 300px; }\r\n  .pro-col-txt { flex: 1; min-width: 300px; }\r\n\r\n  \/* --- 1. VISION AI VISUAL (CSS SIMULATION) --- *\/\r\n  .vision-box {\r\n    background: rgba(0,0,0,0.3);\r\n    border: 1px solid rgba(255,255,255,0.1);\r\n    border-radius: 16px;\r\n    padding: 20px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    aspect-ratio: 4\/3;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n  \r\n  \/* The \"Image\" being scanned *\/\r\n  .scan-target {\r\n    width: 60%;\r\n    height: 60%;\r\n    background: #1e293b;\r\n    border-radius: 8px;\r\n    display: flex; align-items: center; justify-content: center;\r\n    color: #475569; font-size: 3rem;\r\n    border: 2px dashed #475569;\r\n    position: relative;\r\n  }\r\n  \r\n  \/* The Scanning Line Animation *\/\r\n  .scan-line {\r\n    position: absolute;\r\n    top: 0; left: 0; right: 0;\r\n    height: 4px;\r\n    background: #22d3ee;\r\n    box-shadow: 0 0 20px #22d3ee;\r\n    animation: scanMove 3s ease-in-out infinite;\r\n    z-index: 10;\r\n  }\r\n  @keyframes scanMove {\r\n    0% { top: 10%; opacity: 0; }\r\n    10% { opacity: 1; }\r\n    90% { opacity: 1; }\r\n    100% { top: 90%; opacity: 0; }\r\n  }\r\n\r\n  \/* Data Tags Popping Up *\/\r\n  .data-tag {\r\n    position: absolute;\r\n    padding: 4px 10px;\r\n    background: rgba(34, 211, 238, 0.2);\r\n    border: 1px solid #22d3ee;\r\n    color: #22d3ee;\r\n    font-size: 0.7rem;\r\n    border-radius: 4px;\r\n    font-family: monospace;\r\n    opacity: 0;\r\n    animation: tagPop 3s infinite;\r\n  }\r\n  .dt-1 { top: 20%; right: 10%; animation-delay: 0.5s; }\r\n  .dt-2 { bottom: 30%; left: 10%; animation-delay: 1.2s; }\r\n  .dt-3 { top: 10%; left: 20%; animation-delay: 2.0s; }\r\n  \r\n  @keyframes tagPop {\r\n    0% { opacity: 0; transform: scale(0.8); }\r\n    20% { opacity: 1; transform: scale(1); }\r\n    80% { opacity: 1; transform: scale(1); }\r\n    100% { opacity: 0; transform: scale(0.8); }\r\n  }\r\n\r\n  \/* --- 2. TEXT CONTENT (BULK TOOLS) --- *\/\r\n  .feature-block {\r\n    margin-bottom: 40px;\r\n    padding-left: 20px;\r\n    border-left: 2px solid rgba(255,255,255,0.1);\r\n  }\r\n  .feature-block:hover { border-left-color: #22d3ee; }\r\n  \r\n  .fb-title { font-size: 1.5rem; color: #fff; margin: 0 0 10px 0; display: flex; align-items: center; gap: 10px; }\r\n  .fb-desc { color: #94a3b8; line-height: 1.6; margin: 0; }\r\n  \r\n  .fb-icon { font-size: 1.2rem; }\r\n\r\n  \/* Command Line snippet *\/\r\n  .cmd-snippet {\r\n    background: #000;\r\n    color: #4ade80;\r\n    font-family: monospace;\r\n    padding: 10px;\r\n    border-radius: 6px;\r\n    font-size: 0.8rem;\r\n    margin-top: 15px;\r\n    display: block;\r\n    border: 1px solid #1e293b;\r\n  }\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div id=\"agentic-pro-features\" class=\"alignfull\">\r\n  <div class=\"pro-inner\">\r\n\r\n    <div class=\"pro-header\">\r\n      <span class=\"pro-tag\">Pro Exclusive<\/span>\r\n      <h2 class=\"pro-title\">Machine Vision & Mass Scale.<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"pro-grid\">\r\n\r\n      <div class=\"pro-col-vis\">\r\n        <div class=\"vision-box\">\r\n          <div class=\"scan-target\">\r\n            \ud83d\udcf7\r\n            <div class=\"data-tag dt-1\">material: \"leather\"<\/div>\r\n            <div class=\"data-tag dt-2\">color_hex: \"#1A1A1A\"<\/div>\r\n            <div class=\"data-tag dt-3\">context: \"outdoor\"<\/div>\r\n            <div class=\"scan-line\"><\/div>\r\n          <\/div>\r\n          <p style=\"position: absolute; bottom: 10px; font-size: 0.8rem; color: #64748b;\">Analysing pixel data...<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"pro-col-txt\">\r\n        \r\n        <div class=\"feature-block\">\r\n          <h3 class=\"fb-title\"><span class=\"fb-icon\">\ud83d\udc41\ufe0f<\/span> Multimodal Vision AI<\/h3>\r\n          <p class=\"fb-desc\">\r\n            Agents don't just read text anymore. Our Pro connector sends your full product images to Gemini Vision. It extracts materials, colors, and usage context automatically, adding them to the Schema markup.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"feature-block\" style=\"border-left-color: #c084fc;\">\r\n          <h3 class=\"fb-title\"><span class=\"fb-icon\">\u26a1<\/span> Bulk Agent Actions<\/h3>\r\n          <p class=\"fb-desc\">\r\n            Optimizing 5,000 products? Don't do it manually. Select entire categories and apply \"Agent-First\" formatting in one click.\r\n          <\/p>\r\n          <code class=\"cmd-snippet\">\r\n            > Processing 42 items...<br>\r\n            > [OK] 42 descriptions rewritten for GPT-5 relevance.\r\n          <\/code>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\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>\u25cf AI Commerce Infrastructure AI &#038; GEO Foundation. The Agentic Commerce Layer. Turn your WooCommerce store into AI-readable commerce infrastructure. Generate AI manifests, optimize products for AI agents, and connect your catalog to the agentic web. Native support for Universal Commerce (UCP) and Model Context Protocol (MCP). Get Pro &#8211; \u20ac149 Download Free [SYSTEM]: Initializing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":64,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_theme","meta":{"footnotes":""},"class_list":["post-71","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IKAROS Agentic Commerce Layer for Woocommerce - IKAROS AI Commerce Layer<\/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:\/\/ikaros.pro\/fr\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IKAROS Agentic Commerce Layer for Woocommerce - IKAROS AI Commerce Layer\" \/>\n<meta property=\"og:description\" content=\"\u25cf AI Commerce Infrastructure AI &#038; GEO Foundation. The Agentic Commerce Layer. Turn your WooCommerce store into AI-readable commerce infrastructure. Generate AI manifests, optimize products for AI agents, and connect your catalog to the agentic web. Native support for Universal Commerce (UCP) and Model Context Protocol (MCP). Get Pro &#8211; \u20ac149 Download Free [SYSTEM]: Initializing [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ikaros.pro\/fr\/\" \/>\n<meta property=\"og:site_name\" content=\"IKAROS AI Commerce Layer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T20:52:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"876\" \/>\n\t<meta property=\"og:image:height\" content=\"922\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture est.\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ikaros.pro\/\",\"url\":\"https:\/\/ikaros.pro\/\",\"name\":\"IKAROS Agentic Commerce Layer for Woocommerce - IKAROS AI Commerce Layer\",\"isPartOf\":{\"@id\":\"https:\/\/ikaros.pro\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ikaros.pro\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ikaros.pro\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg\",\"datePublished\":\"2026-01-29T12:21:10+00:00\",\"dateModified\":\"2026-03-09T20:52:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ikaros.pro\/#breadcrumb\"},\"inLanguage\":\"fr-BE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ikaros.pro\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-BE\",\"@id\":\"https:\/\/ikaros.pro\/#primaryimage\",\"url\":\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg\",\"contentUrl\":\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg\",\"width\":876,\"height\":922},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ikaros.pro\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ikaros.pro\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IKAROS Agentic Commerce Layer for Woocommerce\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ikaros.pro\/#website\",\"url\":\"https:\/\/ikaros.pro\/\",\"name\":\"IKAROS Ai Commerce Layer\",\"description\":\"AI Manifest &amp; Bot Optimizer for WooCommerce (ChatGPT, Gemini, Agentic Commerce)\",\"publisher\":{\"@id\":\"https:\/\/ikaros.pro\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ikaros.pro\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-BE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ikaros.pro\/#organization\",\"name\":\"AiGentic\",\"url\":\"https:\/\/ikaros.pro\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-BE\",\"@id\":\"https:\/\/ikaros.pro\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/03\/ikaros_logo-e1772829776648.png\",\"contentUrl\":\"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/03\/ikaros_logo-e1772829776648.png\",\"width\":300,\"height\":40,\"caption\":\"AiGentic\"},\"image\":{\"@id\":\"https:\/\/ikaros.pro\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Couche de commerce IKAROS Agentic pour WooCommerce - Couche de commerce IA IKAROS","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:\/\/ikaros.pro\/fr\/","og_locale":"fr_FR","og_type":"article","og_title":"IKAROS Agentic Commerce Layer for Woocommerce - IKAROS AI Commerce Layer","og_description":"\u25cf AI Commerce Infrastructure AI &#038; GEO Foundation. The Agentic Commerce Layer. Turn your WooCommerce store into AI-readable commerce infrastructure. Generate AI manifests, optimize products for AI agents, and connect your catalog to the agentic web. Native support for Universal Commerce (UCP) and Model Context Protocol (MCP). Get Pro &#8211; \u20ac149 Download Free [SYSTEM]: Initializing [&hellip;]","og_url":"https:\/\/ikaros.pro\/fr\/","og_site_name":"IKAROS AI Commerce Layer","article_modified_time":"2026-03-09T20:52:32+00:00","og_image":[{"width":876,"height":922,"url":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture est.":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ikaros.pro\/","url":"https:\/\/ikaros.pro\/","name":"Couche de commerce IKAROS Agentic pour WooCommerce - Couche de commerce IA IKAROS","isPartOf":{"@id":"https:\/\/ikaros.pro\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ikaros.pro\/#primaryimage"},"image":{"@id":"https:\/\/ikaros.pro\/#primaryimage"},"thumbnailUrl":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg","datePublished":"2026-01-29T12:21:10+00:00","dateModified":"2026-03-09T20:52:32+00:00","breadcrumb":{"@id":"https:\/\/ikaros.pro\/#breadcrumb"},"inLanguage":"fr-BE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ikaros.pro\/"]}]},{"@type":"ImageObject","inLanguage":"fr-BE","@id":"https:\/\/ikaros.pro\/#primaryimage","url":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg","contentUrl":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/01\/aigentics_product_image-e1769629677615.jpg","width":876,"height":922},{"@type":"BreadcrumbList","@id":"https:\/\/ikaros.pro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ikaros.pro\/"},{"@type":"ListItem","position":2,"name":"IKAROS Agentic Commerce Layer for Woocommerce"}]},{"@type":"WebSite","@id":"https:\/\/ikaros.pro\/#website","url":"https:\/\/ikaros.pro\/","name":"Couche de commerce IKAROS Ai","description":"Manifeste IA et optimiseur de bots pour WooCommerce (ChatGPT, Gemini, Agentic Commerce)","publisher":{"@id":"https:\/\/ikaros.pro\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ikaros.pro\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-BE"},{"@type":"Organization","@id":"https:\/\/ikaros.pro\/#organization","name":"AiGentic","url":"https:\/\/ikaros.pro\/","logo":{"@type":"ImageObject","inLanguage":"fr-BE","@id":"https:\/\/ikaros.pro\/#\/schema\/logo\/image\/","url":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/03\/ikaros_logo-e1772829776648.png","contentUrl":"https:\/\/ikaros.pro\/wp-content\/uploads\/2026\/03\/ikaros_logo-e1772829776648.png","width":300,"height":40,"caption":"AiGentic"},"image":{"@id":"https:\/\/ikaros.pro\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/pages\/71","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/comments?post=71"}],"version-history":[{"count":63,"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/pages\/71\/revisions"}],"predecessor-version":[{"id":391,"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/pages\/71\/revisions\/391"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/media\/64"}],"wp:attachment":[{"href":"https:\/\/ikaros.pro\/fr\/wp-json\/wp\/v2\/media?parent=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}