{"id":4571,"date":"2023-07-11T16:18:55","date_gmt":"2023-07-11T14:18:55","guid":{"rendered":"https:\/\/www.kananas.com\/en\/?page_id=4571"},"modified":"2026-07-02T12:10:36","modified_gmt":"2026-07-02T10:10:36","slug":"pricing","status":"publish","type":"page","link":"https:\/\/www.kananas.com\/en\/pricing\/","title":{"rendered":"pricing"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center\"><strong>Pricing<\/strong><\/h1>\n\n\n\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>Kananas Pricing Calculator<\/title>\n<style>\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #fff; color: #1a1a1a; }\n\n  .calc-wrap { padding: 2rem 1rem; max-width: 600px; margin: 0 auto; }\n  .calc-title { font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 6px; color: #1a1a1a; }\n  .calc-subtitle { font-size: 14px; color: #666; text-align: center; margin-bottom: 2rem; }\n\n  .slider-section { margin-bottom: 2rem; }\n  .tier-labels { display: flex; justify-content: space-between; margin-bottom: 6px; }\n  .tier-label { font-size: 11px; color: #999; text-align: center; cursor: pointer; flex: 1; transition: color 0.15s; }\n  .tier-label:hover { color: #185FA5; }\n  .tier-label.active { color: #185FA5; font-weight: 600; }\n\n  input[type=range] {\n    width: 100%; -webkit-appearance: none;\n    height: 4px; background: #dde4f0;\n    border-radius: 2px; outline: none; cursor: pointer;\n  }\n  input[type=range]::-webkit-slider-thumb {\n    -webkit-appearance: none; width: 20px; height: 20px;\n    border-radius: 50%; background: #185FA5; cursor: pointer;\n    border: 2px solid #fff; box-shadow: 0 1px 4px rgba(24,95,165,0.4);\n  }\n  input[type=range]::-moz-range-thumb {\n    width: 20px; height: 20px; border-radius: 50%;\n    background: #185FA5; cursor: pointer;\n    border: 2px solid #fff; box-shadow: 0 1px 4px rgba(24,95,165,0.4);\n  }\n\n  .card-wrap { display: flex; justify-content: center; margin-bottom: 1.5rem; }\n  .card {\n    background: #fff; border: 2px solid #185FA5;\n    border-radius: 16px; padding: 2rem 2.5rem;\n    display: flex; flex-direction: column; gap: 8px;\n    width: 100%; max-width: 340px;\n  }\n\n  .badge {\n    background: #E6F1FB; color: #185FA5;\n    font-size: 11px; padding: 3px 10px; border-radius: 6px;\n    display: inline-block; font-weight: 600;\n    align-self: flex-start; margin-bottom: 4px;\n  }\n  .free-badge {\n    background: #EAF3DE; color: #3B6D11;\n    font-size: 11px; padding: 3px 10px; border-radius: 6px;\n    display: inline-block; font-weight: 600; align-self: flex-start;\n  }\n\n  .card-plan { font-size: 13px; color: #666; }\n  .card-price { font-size: 38px; font-weight: 600; line-height: 1.1; color: #1a1a1a; }\n  .card-price span { font-size: 16px; font-weight: 400; color: #888; }\n  .card-equiv { font-size: 12px; color: #888; margin-top: 2px; }\n  .card-savings { font-size: 12px; color: #3B6D11; font-weight: 600; }\n  .card-features { font-size: 12px; color: #777; margin-top: 6px; line-height: 1.7; }\n\n  .card-cta {\n    display: block; text-align: center; margin-top: 1rem;\n    padding: 11px 0; border-radius: 8px; font-size: 14px;\n    font-weight: 600; text-decoration: none; color: #fff;\n    background: #185FA5; border: none; cursor: pointer;\n    transition: background 0.15s;\n  }\n  .card-cta:hover { background: #0C447C; }\n\n  .wa-compare {\n    background: #f7f7f5; border-radius: 8px;\n    padding: 0.8rem 1rem; font-size: 12px;\n    display: flex; align-items: center; gap: 10px;\n    flex-wrap: wrap; max-width: 420px; margin: 0 auto;\n  }\n  .wa-label { color: #666; flex: 1; min-width: 140px; }\n  .wa-price { color: #c0392b; font-weight: 600; }\n  .wa-saving { color: #3B6D11; font-weight: 600; }\n  .note { font-size: 11px; color: #aaa; text-align: center; margin-top: 0.75rem; }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"calc-wrap\">\n  <p class=\"calc-title\">How many members are you managing?<\/p>\n  <p class=\"calc-subtitle\">Move the slider to see the right plan for your organization.<\/p>\n\n  <div class=\"slider-section\">\n    <div class=\"tier-labels\" id=\"tierLabels\"><\/div>\n    <input type=\"range\" min=\"0\" max=\"7\" step=\"1\" value=\"3\" id=\"slider\">\n  <\/div>\n\n  <div class=\"card-wrap\" id=\"cardWrap\"><\/div>\n  <div class=\"wa-compare\" id=\"waCompare\"><\/div>\n  <p class=\"note\">Prices in EUR &nbsp;\u00b7&nbsp; 30-day free trial included &nbsp;\u00b7&nbsp; No credit card required<\/p>\n<\/div>\n\n<script>\nconst tiers = [\n  { label: \"Free\", contacts: 50,    plan: \"Free\",   yearly: 0,    wa: 0 },\n  { label: \"250\",  contacts: 250,   plan: \"XS\",     yearly: 99,   wa: 660 },\n  { label: \"500\",  contacts: 500,   plan: \"S\",      yearly: 198,  wa: 1188 },\n  { label: \"1K\",   contacts: 1000,  plan: \"M\",      yearly: 366,  wa: 1980 },\n  { label: \"2K\",   contacts: 2000,  plan: \"L\",      yearly: 685,  wa: 3180 },\n  { label: \"5K\",   contacts: 5000,  plan: \"XL\",     yearly: 991,  wa: 4680 },\n  { label: \"10K\",  contacts: 10000, plan: \"XXL\",    yearly: 1756, wa: 7200 },\n  { label: \"10K+\", contacts: null,  plan: \"Custom\", yearly: null, wa: null },\n];\n\nconst slider    = document.getElementById('slider');\nconst cardWrap  = document.getElementById('cardWrap');\nconst waCompare = document.getElementById('waCompare');\nconst tierLabels = document.getElementById('tierLabels');\n\nfunction fmtEUR(n) {\n  return new Intl.NumberFormat('en-EU', { style: 'currency', currency: 'EUR', maximumFractionDigits: 0 }).format(n);\n}\nfunction fmtUSD(n) {\n  return new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD', maximumFractionDigits: 0 }).format(n);\n}\n\ntiers.forEach((t, i) => {\n  const el = document.createElement('span');\n  el.className = 'tier-label' + (i === 3 ? ' active' : '');\n  el.textContent = t.label;\n  el.onclick = () => { slider.value = i; update(); };\n  tierLabels.appendChild(el);\n});\n\nfunction update() {\n  const idx = parseInt(slider.value);\n  const t   = tiers[idx];\n\n  document.querySelectorAll('.tier-label').forEach((el, i) => {\n    el.classList.toggle('active', i === idx);\n  });\n\n  if (t.plan === 'Custom') {\n    cardWrap.innerHTML = `\n      <div class=\"card\" style=\"align-items:center; text-align:center;\">\n        <div style=\"font-size:17px; font-weight:600; margin-bottom:8px;\">More than 10,000 members?<\/div>\n        <div style=\"font-size:13px; color:#777; margin-bottom:20px;\">We offer tailored plans for large organizations.<\/div>\n        <a class=\"card-cta\" href=\"https:\/\/www.kananas.com\/en\/contact\/\" style=\"width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\">Contact us<\/a>\n      <\/div>`;\n    waCompare.innerHTML = '';\n    return;\n  }\n\n  if (t.yearly === 0) {\n    cardWrap.innerHTML = `\n      <div class=\"card\" style=\"align-items:center; text-align:center;\">\n        <span class=\"free-badge\">Free forever<\/span>\n        <div class=\"card-plan\" style=\"margin-top:10px;\">Up to 50 members<\/div>\n        <div class=\"card-price\" style=\"margin:8px 0;\">\u20ac0<\/div>\n        <div class=\"card-equiv\">No commitment \u00b7 No credit card<\/div>\n        <div class=\"card-features\" style=\"margin-top:12px;\">\n          Payments \u00b7 Memberships \u00b7 Events<br>\n          Accounting \u00b7 Schedules \u00b7 Member portal\n        <\/div>\n        <a class=\"card-cta\" href=\"https:\/\/app.kananas.com\/organisation\/add\/p\/1\/lang\/ENG\" style=\"width:100%;\" target=\"_blank\" rel=\"noopener noreferrer\">Get started free<\/a>\n      <\/div>`;\n    waCompare.innerHTML = '';\n    return;\n  }\n\n  const mo = (t.yearly \/ 12).toFixed(2);\n\n  cardWrap.innerHTML = `\n    <div class=\"card\">\n      ${idx === 3 ? '<span class=\"badge\">Most popular<\/span>' : ''}\n      <div class=\"card-plan\">${t.plan} plan &nbsp;\u00b7&nbsp; ${t.contacts.toLocaleString()} members<\/div>\n      <div class=\"card-price\">${fmtEUR(t.yearly)}<span>\/year<\/span><\/div>\n      <div class=\"card-equiv\">\u2248 ${fmtEUR(parseFloat(mo))}\/month<\/div>\n      <div class=\"card-savings\">\u2713 30-day free trial included<\/div>\n      <div class=\"card-features\">\n        All features included:<br>\n        CRM \u00b7 Events \u00b7 Accounting \u00b7 AI assistant<br>\n        Member app \u00b7 SMS \u00b7 Mailing \u00b7 Document storage\n      <\/div>\n      <a class=\"card-cta\" href=\"https:\/\/app.kananas.com\/organisation\/add\/p\/1\/lang\/ENG\" target=\"_blank\" rel=\"noopener noreferrer\">Start free trial<\/a>\n    <\/div>`;\n\n  if (t.wa && idx < 7) {\n    const saved = t.wa - t.yearly;\n    waCompare.innerHTML = `\n      <span style=\"font-size:16px; flex-shrink:0;\">\u26a0\ufe0f<\/span>\n      <span class=\"wa-label\">WildApricot equivalent (${t.contacts.toLocaleString()} contacts):<\/span>\n      <span class=\"wa-price\">${fmtUSD(t.wa)}\/year<\/span>\n      <span class=\"wa-saving\">You save ~${fmtEUR(saved)}<\/span>`;\n  } else {\n    waCompare.innerHTML = '';\n  }\n}\n\nupdate();\nslider.addEventListener('input', update);\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"ghostkit-custom-2j0Ymc wp-block-paragraph\">Do you have questions or need help?<\/p>\n\n\n\n<p class=\"ghostkit-custom-Z40lPs wp-block-paragraph\">Take advantage of <a data-type=\"page\" data-id=\"5770\" href=\"https:\/\/www.kananas.com\/en\/documentation\/first-steps\/\">online documentation<\/a> available 24\/7<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 id=\"questions-frequentes\" class=\"wp-block-heading ghostkit-custom-1eHG44\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-columns ghostkit-custom-fh2uT is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-4f992f3fe0a2ff66bea2007d9b1e3f6f is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>How does the free trial work?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You have 30 days after registration to test our platform for free and without commitment. At the end of this trial, your account will switch to the Free version. If you do not use your account for at least 6 months, it will be deleted.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-6f2b8d655f7f6a814a441973e73f8e61 is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>Can I retrieve my information?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can export your database or lists at any time, whether to use other software or switch to a competitor, you are not locked into our solution.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns ghostkit-custom-ZAxH7y is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-b034166f28e7bdb5b1158e004b20126f is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>What is a contact?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A contact is a natural or legal person registered in your database, they can be of different types: member, volunteer, supplier, donor, etc. The different types are configurable.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-8945794db8e9e9158949512f08c25a9c is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>Can I change plans during my subscription?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can upgrade to a higher plan at any time. You will pay the new price for the remaining period of your subscription.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns ghostkit-custom-Z2vFiik is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-53c161e29a778813fd1cc3551514fe07 is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>What are the transaction fees?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are no transaction fees, our solution suggests a tip during payment that covers the fees. If the tip is refused, the transaction fees are 2.4% + \u20ac0.25.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-8c1df96b1caf35f699d6a2f3a4e816f6 is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>How is the subscription renewed?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At the end of the current subscription, you will be invited to renew it. If you do not wish to do so, simply do not respond. In case of non-renewal, your data will be destroyed 3 months after the end of the term.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns ghostkit-custom-ZGWLAV is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column roundDiv has-contrast-color has-base-background-color has-text-color has-background has-link-color wp-elements-a073a54debb189dbe910d724cff9e04d is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>What is the member portal?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each contact in your database has access to their member portal where they can update their information, make payments by credit card, and register for activities.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column ghostkit-custom-23GB5D has-contrast-color has-text-color has-link-color wp-elements-300dc8ad7b83fde1c823ac6d36e53510 is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Other questions?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a data-type=\"page\" data-id=\"4568\" href=\"https:\/\/www.kananas.com\/en\/contact\/\">Contact us<\/a><\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns ghostkit-custom-Z2fnz1p has-base-3-color has-accent-background-color has-text-color has-background has-link-color wp-elements-b0656e3a3493e36b55e6d0f8f0fd049b is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><strong>Optimize your time, boost your association with Kananas<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Register for free on Kananas and enjoy a 30-day trial without a credit card.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div style=\"--wp--block-button--width: 50;\" class=\"wp-block-button has-custom-width wp-block-button__width wp-block-button__width-50\"><a class=\"wp-block-button__link has-accent-color has-base-2-background-color has-text-color has-background has-link-color has-medium-font-size has-custom-font-size wp-element-button\" href=\"https:\/\/app.kananas.com\/organisation\/add\/p\/1\/lang\/ENG\" target=\"_blank\" rel=\"noreferrer noopener\">Start free<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image is-style-rounded\">\n<figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.kananas.com\/wp-content\/uploads\/2024\/12\/Screenshot-2024-12-04-at-08-47-20-Free-Photo-Side-view-smiley-man-working-on-laptop-1024x683.png\" alt=\"\" style=\"width:300px;height:auto\"\/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:5%\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Pricing Kananas Pricing Calculator How many members are you managing? Move the slider to see the right plan for your organization. Prices in EUR &nbsp;\u00b7&nbsp; 30-day free trial included &nbsp;\u00b7&nbsp; No credit card required Do you have questions or need help? Take advantage of online documentation available 24\/7 Frequently Asked Questions How does the free &#8230; <a title=\"pricing\" class=\"read-more\" href=\"https:\/\/www.kananas.com\/en\/pricing\/\" aria-label=\"Read more about pricing\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4571","page","type-page","status-publish"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.kananas.com\/en\/pricing\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Kananas - association and membership management software\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"pricing - Kananas\" \/>\n\t\t<meta property=\"og:description\" content=\"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.kananas.com\/en\/pricing\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"457\" \/>\n\t\t<meta property=\"og:image:height\" content=\"471\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-07-11T14:18:55+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-02T10:10:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"pricing - Kananas\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kananas.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#listItem\",\"name\":\"pricing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#listItem\",\"position\":2,\"name\":\"pricing\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/#organization\",\"name\":\"Kananas\",\"description\":\"association and membership management software\",\"url\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2145\\\/2026\\\/06\\\/cropped-logo-2026-small.png\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#organizationLogo\",\"width\":317,\"height\":314},\"image\":{\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#webpage\",\"url\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/\",\"name\":\"pricing - Kananas\",\"description\":\"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/pricing\\\/#breadcrumblist\"},\"datePublished\":\"2023-07-11T16:18:55+02:00\",\"dateModified\":\"2026-07-02T12:10:36+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/\",\"name\":\"Kananas\",\"description\":\"association and membership management software\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.kananas.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"pricing - Kananas","description":"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required","canonical_url":"https:\/\/www.kananas.com\/en\/pricing\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.kananas.com\/en\/pricing\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.kananas.com\/en#listItem","position":1,"name":"Home","item":"https:\/\/www.kananas.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/www.kananas.com\/en\/pricing\/#listItem","name":"pricing"}},{"@type":"ListItem","@id":"https:\/\/www.kananas.com\/en\/pricing\/#listItem","position":2,"name":"pricing","previousItem":{"@type":"ListItem","@id":"https:\/\/www.kananas.com\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.kananas.com\/en\/#organization","name":"Kananas","description":"association and membership management software","url":"https:\/\/www.kananas.com\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2026\/06\/cropped-logo-2026-small.png","@id":"https:\/\/www.kananas.com\/en\/pricing\/#organizationLogo","width":317,"height":314},"image":{"@id":"https:\/\/www.kananas.com\/en\/pricing\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.kananas.com\/en\/pricing\/#webpage","url":"https:\/\/www.kananas.com\/en\/pricing\/","name":"pricing - Kananas","description":"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.kananas.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/www.kananas.com\/en\/pricing\/#breadcrumblist"},"datePublished":"2023-07-11T16:18:55+02:00","dateModified":"2026-07-02T12:10:36+02:00"},{"@type":"WebSite","@id":"https:\/\/www.kananas.com\/en\/#website","url":"https:\/\/www.kananas.com\/en\/","name":"Kananas","description":"association and membership management software","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.kananas.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Kananas - association and membership management software","og:type":"article","og:title":"pricing - Kananas","og:description":"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required","og:url":"https:\/\/www.kananas.com\/en\/pricing\/","og:image":"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png","og:image:secure_url":"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png","og:image:width":457,"og:image:height":471,"article:published_time":"2023-07-11T14:18:55+00:00","article:modified_time":"2026-07-02T10:10:36+00:00","twitter:card":"summary_large_image","twitter:title":"pricing - Kananas","twitter:description":"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required","twitter:image":"https:\/\/www.kananas.com\/en\/wp-content\/uploads\/sites\/2145\/2023\/07\/cropped-cropped-logo512x512.png"},"aioseo_meta_data":{"post_id":"4571","title":null,"description":"Compare Kananas plans for membership organizations, clubs and nonprofits. Flexible pricing by member count, with a 30-day free trial and no credit card required","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-11-04 17:38:18","updated":"2026-07-02 10:23:11","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.kananas.com\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tpricing\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.kananas.com\/en"},{"label":"pricing","link":"https:\/\/www.kananas.com\/en\/pricing\/"}],"_links":{"self":[{"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/pages\/4571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/comments?post=4571"}],"version-history":[{"count":10,"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/pages\/4571\/revisions"}],"predecessor-version":[{"id":7775,"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/pages\/4571\/revisions\/7775"}],"wp:attachment":[{"href":"https:\/\/www.kananas.com\/en\/wp-json\/wp\/v2\/media?parent=4571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}