{"id":8294,"date":"2026-05-11T19:20:46","date_gmt":"2026-05-11T23:20:46","guid":{"rendered":"https:\/\/montrealtips.com\/lease-form-f-checker\/"},"modified":"2026-05-11T20:25:31","modified_gmt":"2026-05-12T00:25:31","slug":"lease-form-f-checker","status":"publish","type":"page","link":"https:\/\/montrealtips.com\/fr\/lease-form-f-checker\/","title":{"rendered":"V\u00e9rificateur d&#039;augmentation de loyer au Qu\u00e9bec (TAL 2026) \u2014 Mon augmentation est-elle l\u00e9gale?"},"content":{"rendered":"\n<!-- ============================================================\n  MONTREAL TIPS \u2014 QUEBEC LEASE (FORM F) RENT INCREASE CHECKER (EN)\n  Slug: lease-form-f-checker\n  SEO Title: Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal?\n  Meta Description: Check if your Quebec rent increase follows the 2026 TAL guidelines. Free Form F calculator with the TAL formula. Refuse unfair hikes in 3 steps.\n============================================================ -->\n\n<div class=\"mtl-tool\" id=\"mtl-lease\">\n  <style>\n    .mtl-tool{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;color:#1a1a1a;max-width:760px;margin:24px auto;line-height:1.55}\n    .mtl-tool .mtl-card{background:#f7f9fc;border:1px solid #e3e8ef;border-radius:14px;padding:24px 26px}\n    .mtl-tool h2.mtl-h{margin:0 0 6px;font-size:22px;color:#0b1f3a}\n    .mtl-tool .mtl-sub{margin:0 0 18px;color:#475569;font-size:14px}\n    .mtl-tool label{display:block;font-weight:600;margin:14px 0 6px;font-size:14px;color:#0b1f3a}\n    .mtl-tool input,.mtl-tool select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;background:#fff;box-sizing:border-box}\n    .mtl-tool .mtl-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}\n    .mtl-tool .mtl-btn{background:#d8232a;color:#fff;border:0;padding:12px 22px;border-radius:8px;font-weight:700;cursor:pointer;font-size:15px;margin-top:18px;width:100%}\n    .mtl-tool .mtl-result{margin-top:18px;padding:18px;background:#fff;border-left:4px solid #d8232a;border-radius:8px;display:none}\n    .mtl-tool .mtl-result.show{display:block}\n    .mtl-tool .mtl-result.ok{border-left-color:#16a34a}\n    .mtl-tool .mtl-result.ok h3{color:#16a34a}\n    .mtl-tool .mtl-result h3{margin:0 0 8px;color:#d8232a;font-size:18px}\n    .mtl-tool .mtl-big{font-size:30px;font-weight:800;margin:8px 0;color:#0b1f3a}\n    .mtl-tool .mtl-note{font-size:12px;color:#64748b;margin-top:12px}\n    @media(max-width:520px){.mtl-tool .mtl-row{grid-template-columns:1fr}}\n  <\/style>\n\n  <div class=\"mtl-card\">\n    <h2 class=\"mtl-h\">&#x1f4dc; Quebec Rent Increase Checker (TAL 2026)<\/h2>\n    <p class=\"mtl-sub\">Got a Form F notice? Find out if your landlord&#8217;s increase follows the TAL guideline before you accept or refuse.<\/p>\n\n    <div class=\"mtl-row\">\n      <div>\n        <label>Current monthly rent ($)<\/label>\n        <input type=\"number\" id=\"mtl-l-cur\" min=\"100\" value=\"1200\">\n      <\/div>\n      <div>\n        <label>Proposed new rent ($)<\/label>\n        <input type=\"number\" id=\"mtl-l-new\" min=\"100\" value=\"1260\">\n      <\/div>\n    <\/div>\n\n    <label>Heating included in rent?<\/label>\n    <select id=\"mtl-l-heat\">\n      <option value=\"none\">No (tenant pays)<\/option>\n      <option value=\"elec\">Yes \u2014 electric<\/option>\n      <option value=\"gas\">Yes \u2014 gas<\/option>\n      <option value=\"oil\">Yes \u2014 oil\/propane<\/option>\n    <\/select>\n\n    <label>Major renovations in the unit this past year?<\/label>\n    <select id=\"mtl-l-reno\">\n      <option value=\"none\">None<\/option>\n      <option value=\"minor\">Minor ($1k\u2013$5k)<\/option>\n      <option value=\"major\">Major (>$5k)<\/option>\n    <\/select>\n\n    <button class=\"mtl-btn\" id=\"mtl-l-go\">Check the increase<\/button>\n\n    <div class=\"mtl-result\" id=\"mtl-l-result\">\n      <h3 id=\"mtl-l-head\"><\/h3>\n      <div class=\"mtl-big\" id=\"mtl-l-pct\"><\/div>\n      <p id=\"mtl-l-body\"><\/p>\n      <p class=\"mtl-note\">The TAL 2026 reference rates: <strong>4.0%<\/strong> (no heating included), <strong>3.7%<\/strong> (electric), <strong>4.4%<\/strong> (gas), <strong>7.3%<\/strong> (oil). These are baseline; renovations and tax changes add to it.<\/p>\n    <\/div>\n  <\/div>\n\n  <script>\n  (function(){\n    var TAL2026={none:0.040,elec:0.037,gas:0.044,oil:0.073};\n    var RENO={none:0,minor:0.005,major:0.015};\n    function go(){\n      var cur=parseFloat(document.getElementById('mtl-l-cur').value)||0;\n      var nw=parseFloat(document.getElementById('mtl-l-new').value)||0;\n      var heat=document.getElementById('mtl-l-heat').value;\n      var reno=document.getElementById('mtl-l-reno').value;\n      if(cur<=0||nw<=0){return;}\n      var pct=(nw-cur)\/cur;\n      var guide=TAL2026[heat]+RENO[reno];\n      var res=document.getElementById('mtl-l-result');var head=document.getElementById('mtl-l-head');var body=document.getElementById('mtl-l-body');var pctEl=document.getElementById('mtl-l-pct');\n      pctEl.textContent=(pct*100).toFixed(2)+'%';\n      res.className='mtl-result show';\n      if(pct<=guide){\n        res.className+=' ok';\n        head.textContent='\u2713 Your increase is within the TAL guideline';\n        body.innerHTML='Your landlord is proposing <strong>$'+(nw-cur).toFixed(2)+'\/month more<\/strong> ('+(pct*100).toFixed(2)+'%). The 2026 TAL guideline for your situation is <strong>'+(guide*100).toFixed(2)+'%<\/strong>. You can accept, but you don\\'t have to \u2014 you can still negotiate.';\n      } else {\n        head.textContent='&#x26a0;&#xfe0f; Above the TAL guideline \u2014 you can refuse';\n        var maxOk=cur*(1+guide);\n        body.innerHTML='Your landlord is asking for <strong>'+(pct*100).toFixed(2)+'%<\/strong>, above the TAL guideline of <strong>'+(guide*100).toFixed(2)+'%<\/strong>. The closest \"guideline-compliant\" rent would be <strong>$'+maxOk.toFixed(2)+'<\/strong>. You can refuse the increase in writing within 30 days and the landlord must apply to the TAL to justify the hike. <strong>You cannot be evicted for refusing.<\/strong>';\n      }\n    }\n    document.getElementById('mtl-l-go').addEventListener('click',go);\n    go();\n  })();\n  <\/script>\n<\/div>\n\n<h2>How to know if your Quebec rent increase is legal<\/h2>\n<p><strong>Quick answer:<\/strong> In Quebec, your landlord can <strong>propose<\/strong> any rent increase, but you can <strong>refuse<\/strong> any amount. If you refuse, the landlord must apply to the Tribunal administratif du logement (TAL). The TAL uses an annual calculation grid \u2014 for 2026, the baseline guideline is about <strong>4.0% for units without heating included<\/strong>. Anything significantly above that is likely refusable.<\/p>\n\n<h3>The 3-step Quebec rent process<\/h3>\n<ol>\n  <li><strong>Landlord sends a notice of modification<\/strong> 3\u20136 months before lease renewal (e.g. by March 31 for a July 1 lease). For yearly leases the notice must be sent 3 to 6 months before the end. For month-to-month leases: 1 to 2 months.<\/li>\n  <li><strong>You have 30 days to respond<\/strong> in writing. Three options:\n    <ul>\n      <li>Accept the increase (silence = acceptance \u2014 they&#8217;re counting on it).<\/li>\n      <li>Refuse the increase and stay (most powerful option).<\/li>\n      <li>Refuse the increase and leave at end of lease.<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>If you refuse and stay, the landlord must apply to the TAL<\/strong> within 1 month to set the rent. The TAL uses an objective formula. They almost always end up below the original ask.<\/li>\n<\/ol>\n\n<h3>The TAL formula (simplified)<\/h3>\n<p>The TAL grid considers:<\/p>\n<ul>\n  <li>Municipal &#038; school taxes (actual change)<\/li>\n  <li>Insurance premiums<\/li>\n  <li>Energy \/ fuel costs (heating type matters a lot \u2014 electric is cheapest, oil is highest)<\/li>\n  <li>Major renovations and capital improvements amortized over a useful life<\/li>\n  <li>A standard maintenance allowance<\/li>\n  <li>A return on the building&#8217;s value (the most disputed line)<\/li>\n<\/ul>\n<p>The 2026 indicative baseline (no major renos): approximately <strong>4.0% without heating, 3.7% with electric heating included, 4.4% with gas, 7.3% with oil<\/strong>.<\/p>\n\n<h3>What if I just bought a place and the lease is still in force?<\/h3>\n<p>You inherit the existing lease and rent. As the new owner you cannot raise rent mid-lease, and the tenant has the right to remain. At renewal, you can propose an increase \u2014 the TAL formula still applies.<\/p>\n\n<h3>What&#8217;s a &#8220;Section G&#8221; (Clause G)?<\/h3>\n<p>Section G of the standard Quebec lease asks the landlord to declare the <strong>lowest rent paid in the last 12 months<\/strong>. If they leave it blank or lie, you have <strong>10 years<\/strong> to apply to the TAL for an adjustment \u2014 including a refund of overpaid rent. Always check Section G before signing.<\/p>\n\n<h2>Quebec Rent Increase FAQ<\/h2>\n\n<h3>What is the 2026 TAL rent increase guideline?<\/h3>\n<p>The 2026 TAL guideline baseline rates are approximately: <strong>4.0%<\/strong> for units where the tenant pays heating, <strong>3.7%<\/strong> when electric heating is included in rent, <strong>4.4%<\/strong> for gas heating, and <strong>7.3%<\/strong> for oil heating. Major renovations and tax increases add to this baseline.<\/p>\n\n<h3>Can my landlord evict me for refusing a rent increase in Quebec?<\/h3>\n<p>No. In Quebec, you have the legal right to refuse a rent increase and stay in your unit. The landlord cannot evict you for that reason. They can apply to the TAL to have the rent set, but you remain the tenant.<\/p>\n\n<h3>When does my landlord have to send a rent increase notice in Quebec?<\/h3>\n<p>For a 12-month lease, the notice must be sent <strong>3 to 6 months before the end of the lease<\/strong>. For a lease longer than 12 months, 3 to 6 months. For a month-to-month lease, 1 to 2 months before the desired change date.<\/p>\n\n<h3>What is Section G of the Quebec lease?<\/h3>\n<p>Section G is where the landlord must declare the lowest rent paid for the unit in the previous 12 months. If the actual rent you&#8217;re being charged is much higher, you can apply to the TAL within 10 months of signing (or 2 months after discovering the false declaration) to have your rent reduced.<\/p>\n\n<h3>How do I refuse a rent increase in Quebec?<\/h3>\n<p>Reply to the landlord in writing (registered mail or signed receipt) within 30 days of receiving the notice. State clearly that you refuse the increase and wish to stay in the unit. Keep the proof of sending. Use the model letter on the TAL website.<\/p>\n\n<h3>Can my rent be lowered?<\/h3>\n<p>Yes, in two cases: (1) services or facilities are reduced (laundry removed, parking taken away), or (2) Section G shows the rent jumped illegally from the previous tenant. You apply to the TAL for a rent reduction.<\/p>\n\n<h3>How long does the TAL take to set a rent?<\/h3>\n<p>Hearings are typically scheduled 6\u201318 months out due to backlog. During that time, you continue paying your current rent. Once the TAL decides, any back-pay or refund is adjusted retroactively to the lease renewal date.<\/p>\n\n<h2>Related Montreal tools<\/h2>\n<ul>\n  <li><a href=\"\/hydro-quebec-bill-estimator\/\">Hydro-Qu\u00e9bec Bill Estimator<\/a> \u2014 verify &#8220;heating included&#8221; claims<\/li>\n  <li><a href=\"\/moving-day-checklist\/\">July 1 Moving Day Checklist<\/a><\/li>\n  <li><a href=\"\/neighborhood-match-quiz\/\">Montreal Neighborhood Match Quiz<\/a><\/li>\n<\/ul>\n\n<p style=\"font-size:13px;color:#64748b;margin-top:30px\">This page is educational and not legal advice. For specific cases, consult the TAL (tal.gouv.qc.ca) or a tenant rights group such as RCLALQ. Last updated May 2026.<\/p>\n\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[\n{\"@type\":\"Question\",\"name\":\"What is the 2026 TAL rent increase guideline in Quebec?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The 2026 TAL baseline guidelines are approximately 4.0% for units where the tenant pays heating, 3.7% if electric heating is included, 4.4% if gas heating is included, and 7.3% if oil heating is included. Renovations and tax changes can add to this baseline.\"}},\n{\"@type\":\"Question\",\"name\":\"Can my landlord evict me for refusing a rent increase in Quebec?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. In Quebec a tenant has the legal right to refuse a proposed rent increase and remain in the unit. The landlord must apply to the Tribunal administratif du logement to have a new rent set, but cannot evict for refusing.\"}},\n{\"@type\":\"Question\",\"name\":\"When does a Quebec landlord have to send a rent increase notice?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"For a 12-month lease, the notice must be sent 3 to 6 months before the end of the lease. For leases longer than 12 months, also 3 to 6 months. For month-to-month leases, 1 to 2 months before the desired change date.\"}},\n{\"@type\":\"Question\",\"name\":\"What is Section G of the Quebec lease?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Section G is where the landlord must declare the lowest rent paid in the previous 12 months. If the rent has jumped without justification, a tenant can apply to the TAL within 10 months of signing to have the rent reduced.\"}},\n{\"@type\":\"Question\",\"name\":\"How do I refuse a rent increase in Quebec?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Reply to the landlord in writing within 30 days of receiving the increase notice. Use registered mail or a signed receipt. State clearly that you refuse the increase and wish to renew the lease at the current rent.\"}},\n{\"@type\":\"Question\",\"name\":\"How long does the TAL take to set a rent?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"TAL hearings to set rent are typically scheduled 6 to 18 months after filing due to backlog. The tenant pays their current rent during the wait, and any adjustment is applied retroactively to the lease renewal date.\"}}\n]}\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>&#x1f4dc; Quebec Rent Increase Checker (TAL 2026) Got a Form F notice? Find out if your landlord&#8217;s increase follows the TAL guideline before you accept or refuse. Current monthly rent ($) Proposed new rent ($) Heating included in rent? No (tenant pays)Yes \u2014 electricYes \u2014 gasYes \u2014 oil\/propane Major renovations in the unit this past [&hellip;]<\/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-8294","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips<\/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:\/\/montrealtips.com\/fr\/lease-form-f-checker\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips\" \/>\n<meta property=\"og:description\" content=\"&#x1f4dc; Quebec Rent Increase Checker (TAL 2026) Got a Form F notice? Find out if your landlord&#8217;s increase follows the TAL guideline before you accept or refuse. Current monthly rent ($) Proposed new rent ($) Heating included in rent? No (tenant pays)Yes \u2014 electricYes \u2014 gasYes \u2014 oil\/propane Major renovations in the unit this past [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/montrealtips.com\/fr\/lease-form-f-checker\/\" \/>\n<meta property=\"og:site_name\" content=\"Montreal Tips\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mtltips\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-12T00:25:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1869\" \/>\n\t<meta property=\"og:image:height\" content=\"1246\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mtltips\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/lease-form-f-checker\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/lease-form-f-checker\\\/\",\"name\":\"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\"},\"datePublished\":\"2026-05-11T23:20:46+00:00\",\"dateModified\":\"2026-05-12T00:25:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/lease-form-f-checker\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/montrealtips.com\\\/lease-form-f-checker\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/lease-form-f-checker\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/montrealtips.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#website\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"name\":\"Montreal Tips\",\"description\":\"Montreal Updates, Features and Articles\",\"publisher\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/montrealtips.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#organization\",\"name\":\"Montreal Tips\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"contentUrl\":\"https:\\\/\\\/montrealtips.com\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/Untitled-2.jpg\",\"width\":1206,\"height\":1084,\"caption\":\"Montreal Tips\"},\"image\":{\"@id\":\"https:\\\/\\\/montrealtips.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mtltips\\\/\",\"https:\\\/\\\/x.com\\\/mtltips\",\"https:\\\/\\\/www.instagram.com\\\/mtltips\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/montreal-tips\\\/\",\"https:\\\/\\\/www.pinterest.ca\\\/mtltips\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips","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:\/\/montrealtips.com\/fr\/lease-form-f-checker\/","og_locale":"fr_CA","og_type":"article","og_title":"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips","og_description":"&#x1f4dc; Quebec Rent Increase Checker (TAL 2026) Got a Form F notice? Find out if your landlord&#8217;s increase follows the TAL guideline before you accept or refuse. Current monthly rent ($) Proposed new rent ($) Heating included in rent? No (tenant pays)Yes \u2014 electricYes \u2014 gasYes \u2014 oil\/propane Major renovations in the unit this past [&hellip;]","og_url":"https:\/\/montrealtips.com\/fr\/lease-form-f-checker\/","og_site_name":"Montreal Tips","article_publisher":"https:\/\/www.facebook.com\/mtltips\/","article_modified_time":"2026-05-12T00:25:31+00:00","og_image":[{"width":1869,"height":1246,"url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2017\/04\/Downtown-Church-Photo-From-Mont-Royal.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@mtltips","twitter_misc":{"Estimation du temps de lecture":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/montrealtips.com\/lease-form-f-checker\/","url":"https:\/\/montrealtips.com\/lease-form-f-checker\/","name":"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal? - Montreal Tips","isPartOf":{"@id":"https:\/\/montrealtips.com\/#website"},"datePublished":"2026-05-11T23:20:46+00:00","dateModified":"2026-05-12T00:25:31+00:00","breadcrumb":{"@id":"https:\/\/montrealtips.com\/lease-form-f-checker\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/montrealtips.com\/lease-form-f-checker\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/montrealtips.com\/lease-form-f-checker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/montrealtips.com\/"},{"@type":"ListItem","position":2,"name":"Quebec Rent Increase Checker (2026 TAL) \u2014 Is My Increase Legal?"}]},{"@type":"WebSite","@id":"https:\/\/montrealtips.com\/#website","url":"https:\/\/montrealtips.com\/","name":"Conseils pour Montr\u00e9al","description":"Actualit\u00e9s, reportages et articles sur Montr\u00e9al","publisher":{"@id":"https:\/\/montrealtips.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/montrealtips.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/montrealtips.com\/#organization","name":"Conseils pour Montr\u00e9al","url":"https:\/\/montrealtips.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/","url":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","contentUrl":"https:\/\/montrealtips.com\/wp-content\/uploads\/2018\/08\/Untitled-2.jpg","width":1206,"height":1084,"caption":"Montreal Tips"},"image":{"@id":"https:\/\/montrealtips.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mtltips\/","https:\/\/x.com\/mtltips","https:\/\/www.instagram.com\/mtltips\/","https:\/\/www.linkedin.com\/company\/montreal-tips\/","https:\/\/www.pinterest.ca\/mtltips\/"]}]}},"_links":{"self":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/comments?post=8294"}],"version-history":[{"count":1,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8294\/revisions"}],"predecessor-version":[{"id":8315,"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/pages\/8294\/revisions\/8315"}],"wp:attachment":[{"href":"https:\/\/montrealtips.com\/fr\/wp-json\/wp\/v2\/media?parent=8294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}