{"id":24220,"date":"2026-08-21T05:18:05","date_gmt":"2026-08-21T05:18:05","guid":{"rendered":"https:\/\/linguafranca.lv\/?page_id=24220"},"modified":"2026-08-21T05:26:20","modified_gmt":"2026-08-21T05:26:20","slug":"discounts-draft-en","status":"publish","type":"page","link":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/","title":{"rendered":"Discounts draft (EN)"},"content":{"rendered":"\n<div class=\"lf-discount-table\">\n\n<style>\n\n\/* ==========================================================\n   LINGUA FRANCA \u2014 DISCOUNT TABLE\n   WordPress \/ Enfold Code Block\n   ========================================================== *\/\n\n.lf-discount-table {\n\n    --white: #ffffff;\n    --card: #fcfcfc;\n    --soft: #f8faf4;\n\n    --dark: #11202a;\n    --dark2: #28343c;\n    --slate: #344652;\n    --slate2: #55606e;\n\n    --bluegrey: #8ea1ad;\n    --muted: #889095;\n    --muted2: #909798;\n\n    --lightblue: #e4e6f0;\n    --border: #e1e1e1;\n\n    --red: #c05f5f;\n    --coral: #ca8266;\n    --hover: #a7abb1;\n\n    width: 100%;\n    max-width: 1240px;\n\n    margin: 0 auto;\n\n    padding: 45px 12px 70px;\n\n    background: var(--white);\n\n    color: var(--dark);\n\n    font-family: inherit;\n}\n\n.lf-discount-table *,\n.lf-discount-table *::before,\n.lf-discount-table *::after {\n    box-sizing: border-box;\n}\n\n\n\/* ==========================================================\n   INTRODUCTION\n   ========================================================== *\/\n\n.lf-discount-intro {\n\n    max-width: 900px;\n\n    margin: 0 auto 45px;\n\n    text-align: center;\n}\n\n.lf-discount-intro h1 {\n\n    margin: 0 0 15px;\n\n    color: var(--dark);\n\n    font-size: 32px;\n\n    line-height: 1.2;\n\n    font-weight: 700;\n}\n\n.lf-discount-intro p {\n\n    margin: 0;\n\n    color: var(--slate2);\n\n    font-size: 17px;\n\n    line-height: 1.65;\n}\n\n\n\/* ==========================================================\n   DISCOUNT ROW\n   ========================================================== *\/\n\n.lf-discount-row {\n\n    position: relative;\n\n    display: grid;\n\n    grid-template-columns:\n        minmax(270px, .9fr)\n        minmax(400px, 1.8fr)\n        minmax(150px, .55fr);\n\n    align-items: center;\n\n    gap: 30px;\n\n    min-height: 125px;\n\n    margin-bottom: 12px;\n\n    padding: 25px 30px 25px 34px;\n\n    border: 1px solid var(--border);\n\n    background: var(--card);\n\n    box-shadow: 0 3px 10px var(--border);\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease,\n        border-color .2s ease;\n}\n\n\n\/* ==========================================================\n   HOVER\n   ========================================================== *\/\n\n.lf-discount-row:hover {\n\n    transform: translateY(-2px);\n\n    border-color: var(--hover);\n\n    box-shadow: 0 7px 17px var(--border);\n}\n\n\n\/* ==========================================================\n   LEFT ACCENT\n   ========================================================== *\/\n\n.lf-discount-row::before {\n\n    content: \"\";\n\n    position: absolute;\n\n    left: 0;\n\n    top: 0;\n\n    bottom: 0;\n\n    width: 4px;\n\n    background: var(--slate);\n}\n\n.lf-discount-row.lf-discount-highlight::before {\n    background: var(--red);\n}\n\n\n\/* ==========================================================\n   DISCOUNT CATEGORY\n   ========================================================== *\/\n\n.lf-discount-category {\n\n    min-width: 0;\n}\n\n.lf-discount-label {\n\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--slate2);\n\n    font-size: 11px;\n\n    line-height: 1.2;\n\n    font-weight: 700;\n\n    letter-spacing: .8px;\n\n    text-transform: uppercase;\n}\n\n.lf-discount-category h2 {\n\n    margin: 0;\n\n    color: var(--dark);\n\n    font-size: 22px;\n\n    line-height: 1.3;\n\n    font-weight: 700;\n}\n\n\n\/* ==========================================================\n   DISCOUNT DESCRIPTION\n   ========================================================== *\/\n\n.lf-discount-description {\n\n    color: var(--slate2);\n\n    font-size: 16px;\n\n    line-height: 1.6;\n}\n\n\n\/* ==========================================================\n   DISCOUNT AMOUNT\n   ========================================================== *\/\n\n.lf-discount-value {\n\n    color: var(--red);\n\n    font-size: 30px;\n\n    line-height: 1;\n\n    font-weight: 800;\n\n    letter-spacing: -.4px;\n\n    text-align: right;\n}\n\n.lf-discount-value span {\n\n    display: block;\n\n    margin-top: 7px;\n\n    color: var(--slate2);\n\n    font-size: 11px;\n\n    line-height: 1.35;\n\n    font-weight: 400;\n\n    letter-spacing: 0;\n\n    text-align: right;\n}\n\n\n\/* ==========================================================\n   FAMILY DISCOUNT \u2014 TWO OFFERS\n   ========================================================== *\/\n\n.lf-family-row .lf-discount-description {\n\n    grid-column: 2 \/ 4;\n\n    width: 100%;\n\n    min-width: 0;\n}\n\n\n\/* Hide the empty third grid item in the family row *\/\n\n.lf-family-row > div:last-child {\n\n    display: none;\n}\n\n\n.lf-family-discount-options {\n\n    display: flex;\n\n    flex-direction: column;\n\n    gap: 16px;\n\n    width: 100%;\n}\n\n\n.lf-family-discount-option {\n\n    position: relative;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 30px;\n\n    width: 100%;\n}\n\n\n.lf-family-discount-option > div:first-child {\n\n    flex: 1 1 auto;\n\n    min-width: 0;\n}\n\n\n.lf-family-discount-option strong {\n\n    color: var(--dark);\n\n    font-weight: 700;\n}\n\n\n\/* ==========================================================\n   DIVIDER BETWEEN FAMILY DISCOUNTS\n   ========================================================== *\/\n\n.lf-family-discount-option + .lf-family-discount-option {\n\n    padding-top: 16px;\n\n    border-top: 1px solid var(--border);\n}\n\n\n\/* ==========================================================\n   FAMILY DISCOUNT PERCENTAGE\n   ========================================================== *\/\n\n.lf-family-discount-value {\n\n    flex: 0 0 120px;\n\n    color: var(--red);\n\n    font-size: 30px;\n\n    line-height: 1;\n\n    font-weight: 800;\n\n    letter-spacing: -.4px;\n\n    text-align: right;\n}\n\n\n.lf-family-discount-value span {\n\n    display: block;\n\n    margin-top: 7px;\n\n    color: var(--slate2);\n\n    font-size: 11px;\n\n    line-height: 1.35;\n\n    font-weight: 400;\n\n    letter-spacing: 0;\n\n    text-align: right;\n}\n\n\n\/* ==========================================================\n   DISCOUNT BADGE\n   ========================================================== *\/\n\n.lf-discount-badge {\n\n    display: inline-flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    min-width: 105px;\n\n    padding: 10px 14px;\n\n    border: 1px solid var(--lightblue);\n\n    background: var(--soft);\n\n    color: var(--slate);\n\n    font-size: 11px;\n\n    line-height: 1.2;\n\n    font-weight: 700;\n\n    letter-spacing: .5px;\n\n    text-transform: uppercase;\n}\n\n\n\/* ==========================================================\n   IMPORTANT INFORMATION\n   ========================================================== *\/\n\n.lf-discount-notes {\n\n    margin-top: 45px;\n\n    padding: 30px;\n\n    border: 1px solid var(--border);\n\n    background: var(--soft);\n}\n\n.lf-discount-notes h2 {\n\n    margin: 0 0 20px;\n\n    color: var(--dark);\n\n    font-size: 22px;\n\n    line-height: 1.2;\n\n    font-weight: 700;\n}\n\n.lf-discount-note {\n\n    padding: 14px 0;\n\n    border-top: 1px solid var(--border);\n\n    color: var(--slate2);\n\n    font-size: 14px;\n\n    line-height: 1.7;\n}\n\n.lf-discount-note:first-of-type {\n\n    border-top: 0;\n\n    padding-top: 0;\n}\n\n.lf-discount-note strong {\n\n    color: var(--dark);\n\n    font-weight: 700;\n}\n\n\n\/* ==========================================================\n   TABLET\n   ========================================================== *\/\n\n@media (max-width: 900px) {\n\n    .lf-discount-row {\n\n        grid-template-columns:\n            minmax(230px, .9fr)\n            minmax(300px, 1.5fr)\n            minmax(125px, .5fr);\n\n        gap: 22px;\n\n        padding: 24px 25px 24px 30px;\n    }\n\n\n    .lf-family-discount-option {\n\n        gap: 20px;\n    }\n\n}\n\n\n\/* ==========================================================\n   TABLET \/ SMALL DESKTOP\n   ========================================================== *\/\n\n@media (max-width: 700px) {\n\n    .lf-discount-row {\n\n        display: grid;\n\n        grid-template-columns: 1fr auto;\n\n        gap: 18px;\n\n        min-height: 0;\n\n        padding: 24px 24px 24px 29px;\n    }\n\n\n    .lf-discount-description {\n\n        grid-column: 1 \/ -1;\n\n        grid-row: 2;\n    }\n\n\n    .lf-discount-value {\n\n        grid-column: 2;\n\n        grid-row: 1;\n\n        text-align: right;\n    }\n\n\n    .lf-discount-badge {\n\n        grid-column: 1 \/ -1;\n\n        grid-row: 3;\n\n        justify-self: start;\n    }\n\n\n    \/* ======================================================\n       FAMILY ROW \u2014 RESET DESKTOP SPAN\n       ====================================================== *\/\n\n    .lf-family-row .lf-discount-description {\n\n        grid-column: 1 \/ -1;\n\n        grid-row: 2;\n    }\n\n\n    .lf-family-row > div:last-child {\n\n        display: none;\n    }\n\n\n    .lf-family-discount-options {\n\n        gap: 14px;\n\n        width: 100%;\n    }\n\n\n    .lf-family-discount-option {\n\n        gap: 20px;\n\n        width: 100%;\n    }\n\n\n    .lf-family-discount-value {\n\n        flex-basis: 100px;\n    }\n\n}\n\n\n\/* ==========================================================\n   MOBILE\n   ========================================================== *\/\n\n@media (max-width: 600px) {\n\n    .lf-discount-table {\n\n        padding: 30px 8px 50px;\n    }\n\n\n    .lf-discount-intro {\n\n        margin-bottom: 35px;\n    }\n\n\n    .lf-discount-intro h1 {\n\n        font-size: 27px;\n    }\n\n\n    .lf-discount-intro p {\n\n        font-size: 15px;\n\n        line-height: 1.6;\n    }\n\n\n    .lf-discount-row {\n\n        display: block;\n\n        margin-bottom: 12px;\n\n        padding: 24px 21px 24px 26px;\n    }\n\n\n    .lf-discount-category {\n\n        margin-bottom: 16px;\n    }\n\n\n    .lf-discount-category h2 {\n\n        font-size: 21px;\n    }\n\n\n    .lf-discount-description {\n\n        margin-bottom: 18px;\n\n        font-size: 15px;\n\n        line-height: 1.65;\n    }\n\n\n    .lf-discount-value {\n\n        padding-top: 16px;\n\n        border-top: 1px solid var(--border);\n\n        text-align: left;\n\n        font-size: 29px;\n    }\n\n\n    .lf-discount-value span {\n\n        text-align: left;\n    }\n\n\n    .lf-discount-badge {\n\n        margin-top: 14px;\n    }\n\n\n    \/* ======================================================\n       FAMILY OFFERS \u2014 MOBILE\n       ====================================================== *\/\n\n    .lf-family-row .lf-discount-description {\n\n        width: 100%;\n\n        margin-bottom: 0;\n    }\n\n\n    .lf-family-discount-options {\n\n        gap: 14px;\n\n        width: 100%;\n    }\n\n\n    .lf-family-discount-option {\n\n        display: flex;\n\n        flex-direction: row;\n\n        align-items: center;\n\n        justify-content: space-between;\n\n        gap: 15px;\n\n        width: 100%;\n    }\n\n\n    .lf-family-discount-option + .lf-family-discount-option {\n\n        padding-top: 14px;\n\n        border-top: 1px solid var(--border);\n    }\n\n\n    .lf-family-discount-value {\n\n        flex: 0 0 90px;\n\n        font-size: 29px;\n\n        text-align: right;\n    }\n\n\n    .lf-family-discount-value span {\n\n        text-align: right;\n    }\n\n\n    .lf-discount-notes {\n\n        margin-top: 38px;\n\n        padding: 24px 20px;\n    }\n\n\n    .lf-discount-notes h2 {\n\n        font-size: 20px;\n    }\n\n\n    .lf-discount-note {\n\n        font-size: 13px;\n\n        line-height: 1.65;\n    }\n\n}\n\n<\/style>\n\n\n<!-- ========================================================\n     DISCOUNT 1 \u2014 STUDENTS\n     ======================================================== -->\n\n<article class=\"lf-discount-row lf-discount-highlight\">\n\n    <div class=\"lf-discount-category\">\n\n        <span class=\"lf-discount-label\">\n            Special Offer\n        <\/span>\n\n        <h2>\n            ISIC Discount\n        <\/h2>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-description\">\n\n        Students presenting a valid ISIC student card\n        receive a <strong>10% discount<\/strong>\n        on a language course.\n\n    <\/div>\n\n\n    <div class=\"lf-discount-value\">\n\n        10%\n\n        <span>\n            discount\n        <\/span>\n\n    <\/div>\n\n<\/article>\n\n\n<!-- ========================================================\n     DISCOUNT 2 \u2014 FRIENDS\n     ======================================================== -->\n\n<article class=\"lf-discount-row lf-discount-highlight\">\n\n    <div class=\"lf-discount-category\">\n\n        <span class=\"lf-discount-label\">\n            Refer a Friend\n        <\/span>\n\n        <h2>\n            Friends Discount\n        <\/h2>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-description\">\n\n        Bring a friend to our language courses,\n        and <strong>both of you will receive a 10% discount<\/strong>\n        on one course.\n\n        <br><br>\n\n        The discount is valid only if the new student\n        has not previously studied at our language centre,\n        is not registered in our database, and attends\n        the full course.\n\n    <\/div>\n\n\n    <div class=\"lf-discount-value\">\n\n        10%\n\n        <span>\n            each\n        <\/span>\n\n    <\/div>\n\n<\/article>\n\n\n<!-- ========================================================\n     DISCOUNT 3 \u2014 FAMILY\n     ======================================================== -->\n\n<article class=\"lf-discount-row lf-discount-highlight lf-family-row\">\n\n    <div class=\"lf-discount-category\">\n\n        <span class=\"lf-discount-label\">\n            Families\n        <\/span>\n\n        <h2>\n            Family Discount\n        <\/h2>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-description\">\n\n        <div class=\"lf-family-discount-options\">\n\n\n            <!-- FAMILY OF TWO -->\n\n            <div class=\"lf-family-discount-option\">\n\n                <div>\n\n                    If two members of the same family\n                    attend language courses at the same time,\n                    <strong>both receive a 10% discount.<\/strong>\n\n                <\/div>\n\n                <div class=\"lf-family-discount-value\">\n\n                    10%\n\n                    <span>\n                        each\n                    <\/span>\n\n                <\/div>\n\n            <\/div>\n\n\n            <!-- FAMILY OF THREE -->\n\n            <div class=\"lf-family-discount-option\">\n\n                <div>\n\n                    If three members of the same family\n                    attend language courses at the same time,\n                    each family member receives a\n                    <strong>15% discount.<\/strong>\n\n                <\/div>\n\n                <div class=\"lf-family-discount-value\">\n\n                    15%\n\n                    <span>\n                        each\n                    <\/span>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n\n    <div><\/div>\n\n<\/article>\n\n\n<!-- ========================================================\n     DISCOUNT 4 \u2014 FULL YEAR\n     ======================================================== -->\n\n<article class=\"lf-discount-row lf-discount-highlight\">\n\n    <div class=\"lf-discount-category\">\n\n        <span class=\"lf-discount-label\">\n            Full Academic Year Offer\n        <\/span>\n\n        <h2>\n            Language All Year\n        <\/h2>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-description\">\n\n        Pay for the entire academic year in advance\n        and receive a <strong>10% discount<\/strong>\n        on the language course.\n\n    <\/div>\n\n\n    <div class=\"lf-discount-value\">\n\n        10%\n\n        <span>\n            discount\n        <\/span>\n\n    <\/div>\n\n<\/article>\n\n\n<!-- ========================================================\n     DISCOUNT 5 \u2014 TWO LANGUAGES AT ONCE\n     ======================================================== -->\n\n<article class=\"lf-discount-row\">\n\n    <div class=\"lf-discount-category\">\n\n        <span class=\"lf-discount-label\">\n            Learning Two Languages\n        <\/span>\n\n        <h2>\n            Two Languages at Once\n        <\/h2>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-description\">\n\n        If you would like to learn two languages\n        at the same time,\n        <strong>a 10% discount is applied to the\n        second language you study.<\/strong>\n\n    <\/div>\n\n\n    <div class=\"lf-discount-value\">\n\n        10%\n\n        <span>\n            second language\n        <\/span>\n\n    <\/div>\n\n<\/article>\n\n\n<!-- ========================================================\n     IMPORTANT INFORMATION\n     ======================================================== -->\n\n<div class=\"lf-discount-notes\">\n\n    <h2>\n        Important Information About Discounts\n    <\/h2>\n\n\n    <div class=\"lf-discount-note\">\n\n        <strong>Discounts do not apply to:<\/strong>\n\n        intensive English language courses,\n        Russian language courses, English conversation\n        courses and private lessons.\n\n    <\/div>\n\n\n    <div class=\"lf-discount-note\">\n\n        <strong>Discounts cannot be combined.<\/strong>\n\n        Different discounts cannot be combined\n        or added to any other discounts we offer.\n\n    <\/div>\n\n\n    <div class=\"lf-discount-note\">\n\n        <strong>The discount is valid when attending the full course.<\/strong>\n\n        In order to receive the stated discount,\n        the student must attend the entire\n        language course.\n\n    <\/div>\n\n\n<\/div>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Special Offer ISIC Discount Students presenting a valid ISIC student card receive a 10% discount on a language course. 10% discount Refer a Friend Friends Discount Bring a friend to our language courses, and both of you will receive a 10% discount on one course. The discount is valid only if the new student has [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-24220","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Lingua Franca | Ang\u013cu, Fran\u010du un Krievu valodu kursi\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Discounts draft (EN) | Lingua Franca\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-21T05:18:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-21T05:26:20+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Discounts draft (EN) | Lingua Franca\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linguafranca.lv\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/#listItem\",\"name\":\"Discounts draft (EN)\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/#listItem\",\"position\":2,\"name\":\"Discounts draft (EN)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/#organization\",\"name\":\"Lingua Franca\",\"description\":\"Ang\\u013cu, Fran\\u010du un Krievu valodu kursi\",\"url\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/#webpage\",\"url\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/\",\"name\":\"Discounts draft (EN) | Lingua Franca\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/discounts-draft-en\\\/#breadcrumblist\"},\"datePublished\":\"2026-08-21T05:18:05+00:00\",\"dateModified\":\"2026-08-21T05:26:20+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/\",\"name\":\"Lingua Franca\",\"description\":\"Ang\\u013cu, Fran\\u010du un Krievu valodu kursi\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/linguafranca.lv\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Discounts draft (EN) | Lingua Franca","description":"","canonical_url":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/linguafranca.lv\/en#listItem","position":1,"name":"Home","item":"https:\/\/linguafranca.lv\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/#listItem","name":"Discounts draft (EN)"}},{"@type":"ListItem","@id":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/#listItem","position":2,"name":"Discounts draft (EN)","previousItem":{"@type":"ListItem","@id":"https:\/\/linguafranca.lv\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/linguafranca.lv\/en\/#organization","name":"Lingua Franca","description":"Ang\u013cu, Fran\u010du un Krievu valodu kursi","url":"https:\/\/linguafranca.lv\/en\/"},{"@type":"WebPage","@id":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/#webpage","url":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/","name":"Discounts draft (EN) | Lingua Franca","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/linguafranca.lv\/en\/#website"},"breadcrumb":{"@id":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/#breadcrumblist"},"datePublished":"2026-08-21T05:18:05+00:00","dateModified":"2026-08-21T05:26:20+00:00"},{"@type":"WebSite","@id":"https:\/\/linguafranca.lv\/en\/#website","url":"https:\/\/linguafranca.lv\/en\/","name":"Lingua Franca","description":"Ang\u013cu, Fran\u010du un Krievu valodu kursi","inLanguage":"en-US","publisher":{"@id":"https:\/\/linguafranca.lv\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Lingua Franca | Ang\u013cu, Fran\u010du un Krievu valodu kursi","og:type":"article","og:title":"Discounts draft (EN) | Lingua Franca","og:url":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/","article:published_time":"2026-08-21T05:18:05+00:00","article:modified_time":"2026-08-21T05:26:20+00:00","twitter:card":"summary","twitter:title":"Discounts draft (EN) | Lingua Franca"},"aioseo_meta_data":{"post_id":"24220","title":null,"description":null,"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":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-21 05:17:01","updated":"2026-08-21 06:08:01","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/linguafranca.lv\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tDiscounts draft (EN)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/linguafranca.lv\/en"},{"label":"Discounts draft (EN)","link":"https:\/\/linguafranca.lv\/en\/discounts-draft-en\/"}],"_links":{"self":[{"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/pages\/24220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/comments?post=24220"}],"version-history":[{"count":2,"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/pages\/24220\/revisions"}],"predecessor-version":[{"id":24222,"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/pages\/24220\/revisions\/24222"}],"wp:attachment":[{"href":"https:\/\/linguafranca.lv\/en\/wp-json\/wp\/v2\/media?parent=24220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}