







{"id":18236,"date":"2024-11-04T14:55:21","date_gmt":"2024-11-04T14:55:21","guid":{"rendered":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\/"},"modified":"2024-11-04T14:55:21","modified_gmt":"2024-11-04T14:55:21","slug":"software-de-gestao-de-arrendamentos-imobiliarios","status":"publish","type":"page","link":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios","title":{"rendered":"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios"},"content":{"rendered":"<p><script> jQuery(document).ready(function () { jQuery('#iframe-video').attr('src', ''); getAddonRating(); }); \/* #A - Get Addon Rating *\/ function getAddonRating() { setTimeout(() => { jQuery('#product-content').toggleClass('content-hidden', false); }, 1); } \/* #B - Update ratings *\/ function updateRatingsView(feedback) { } \/* #C - Update Comments *\/ function updateCommentsView(feedback) { } function showMoreComments() { } \/* UTIL - to formate a date dd-mm-yyyy *\/ function getFormatedDate(date) { date = new Date(date); var day = date.getDate(); var monthIndex = date.getMonth(); var year = date.getFullYear(); return day + '\/' + (monthIndex + 1 < 10 ? '0' + (monthIndex + 1) : (monthIndex + 1)) + '\/' + year; } function navigateSubscription(edition) { let id = 'u23313_arrenda'; let plan = 'ADVANCED'; switch(edition) { case 9: plan = 'CORPORATE'; break; case 10: plan = 'ADVANCED'; break; case 11: plan = 'ENTERPRISE'; break; } let isCoreProduct = ''; let urlToSubs = 'https:\/\/phcsoftware.com\/pt'; console.log(urlToSubs); let salesLang = 'pt'; if (edition > 9) { urlToSubs += '\/phc-go\/phc-go-pedido-de-demonstracao-planos\/'; } else { urlToSubs += '\/phc-go\/phc-go-pedido-de-trial\/'; } if (isCoreProduct == 'true') { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', '').replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } else { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', id).replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } window.open(urlToSubs, '_blank'); } function navigateSubscriptionByPlan(edition) { let id = 'u23313_arrenda'; let plan = 'ADVANCED'; switch(edition) { case 8: plan = 'GROW'; break; case 9: plan = 'CORPORATE'; break; case 10: plan = 'ADVANCED'; break; case 11: plan = 'ENTERPRISE'; break; } let isCoreProduct = ''; let urlToSubs = 'https:\/\/phcsoftware.com\/pt'; let salesLang = 'pt'; if (edition > 9) { urlToSubs += '\/phc-go\/phc-go-pedido-de-demonstracao-planos\/'; } else { urlToSubs += '\/phc-go\/phc-go-pedido-de-trial\/'; } if (isCoreProduct == 'true') { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', '').replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } else { urlToSubs += '?addonId={0}&plano={1}&pais={2}&lang={3}'.replace('{0}', id).replace('{1}', plan.toUpperCase()).replace('#038;', '').replace('{2}', salesLang).replace('{3}', \"pt\"); } window.open(urlToSubs, '_blank'); } function navigateToCustom() { let urlToSubs = ''; window.open(urlToSubs, '_blank'); } jQuery(document).ready(function($) { $('#switch-trienal').next('label').addClass('checked-label'); $('.requirement-item-price-month').hide(); $('.requirement-item-price-year').hide(); $('.requirement-item-price-triyear').show(); $('input[name=\"switcher\"]').change(function() { $('.switch-label').removeClass('checked-label'); $('.requirement-item-price-month').hide(); $('.requirement-item-price-year').hide(); $('.requirement-item-price-triyear').hide(); if ($('#switch-trienal').is(':checked')) { $('#switch-trienal').next('label').addClass('checked-label'); $('.requirement-item-price-triyear').show(); } else if ($('#switch-anual').is(':checked')) { $('#switch-anual').next('label').addClass('checked-label'); $('.requirement-item-price-year').show(); } else if ($('#switch-monthly').is(':checked')) { $('#switch-monthly').next('label').addClass('checked-label'); $('.requirement-item-price-month').show(); } }); }); <\/script> <\/p>\n<style> .product-content{ padding:0 } \/* Section header container *\/ .product-header-section{ background-color:#6D0000; background: url('https:\/\/phc24.yourcode-staging.com\/pt\/wp-content\/uploads\/sites\/3\/2024\/03\/banner-landing-addon.png') no-repeat; background-size:cover; display:flex; flex-flow:column; align-items: center; padding:2rem; border-radius: 16px; } .product-header-section .slogan-container{ color:#FFFFFF; flex: 1 1 40%; } .product-header-section .slogan-container h1{ color:#FFFFFF; font-size:20px; line-height: 32px; margin-top: 24px; } .product-header-section .slogan-container h2{ line-height:42px; color:#FFFFFF; } .product-header-section .video-container{ flex: 1 1 20%; } .product-header-section .screenshot-container{ flex: 1 1 20%; } .product-header-section img{ width:100%; height: auto; } \/* Section product description *\/ .product-description-section{ background-color:#FFFFFF; padding:10px; border-radius: 16px; } \/* Section product benefits *\/ .product-benefits-section{ margin-bottom:60px; } .product-benefits-section h2{ text-align:center; font-size: 30px; line-height: 42px; margin: 16px 0; } .product-benefits-section .benefits-list { display: flex; flex-flow: column; align-items: center; justify-content: space-around; } .product-benefits-section .benefits-item{ padding: 30px; border: 0.2px solid #f1f1f1; border-radius: 30px; width:90%; text-align: center; box-shadow: 0 0px 5px 0 #eaeaea; min-height: 228px; margin-bottom: 20px; } .product-benefits-section h3{ font-size:54px; text-align:center; margin-bottom:40px; } .product-benefits-section .benefits-item h5 { font-size: 16px; font-weight: bold; margin-bottom: 20px; line-height: 20px; } \/* Section product features *\/ .product-features-section{ display:flex; flex-flow:column; align-items: center; } .product-features-section h2{ text-align:center; font-size:30px; line-height:42px; } .product-features-section .features-list { flex: 1 1 40%; padding-right:20px; } .product-features-section .screenshot-container{ flex: 1 1 20%; } .product-features-section .benefit-text ul{ margin-left: 0; padding:0 10px 0 0; } .product-features-section .benefit-text ul li{ background: url('https:\/\/phc24.yourcode-staging.com\/pt\/wp-content\/uploads\/sites\/3\/2024\/03\/add-on-funcionalidade-check.png') no-repeat transparent; background-size:contain; list-style-type: none; margin: 0; padding: 0px 0px 1px 24px; vertical-align: middle; margin-bottom: 16px; background-size:20px; } .product-features-section img{ width:100%; } \/* Product Requirements *\/ .product-requirements{ padding: 30px 0; height:auto; } .switch { position: relative; height: 44px; display: flex; justify-content: space-between; margin:0; width:100%; } .switch-label { font-weight: bold; margin: 0; padding: 10px; width: 150px; line-height: 44px; font-size: 10px; color: #ffffff; text-align: center; cursor: pointer; background-color:#383838; border-radius:8px; transition: background-color 0.3s ease; } .switch-input { display: none; } .checked-label{ background-color: #FF5050; } .all-requirements{ display: block; margin: 0 auto; width: 70vw; text-align:center; color:#FFFFFF; } .requirement-item-first{ padding: 10px; text-align: center; position: relative; border-radius: 5px 5px 0px 0px; padding-top: 50px; padding-bottom: 20px; color:#FFFFFF; } .header-period-bg{ background-color: #FF5050; } .add-on-title{ text-transform: uppercase; font-size: 22px; margin-bottom: 18px; } .add-on-slogan{ font-size:13px; margin-top:5px; margin-bottom:20px; } .price-value{ font-size:42px; text-align: center; } .service-info { font-size: 13px; margin-left: 24px; margin-right: 24px; margin-top: 5px; font-weight:bold; } .description-price{ font-size:10px; margin-top:10px; } .requirement-item{ padding:10px; } .cta-button{ margin:20px 31px; cursor: pointer; font-size: 18px; color: #FFFFFF; background-color: #383838; border-radius: 8px; padding: 10px 15px; } .requirement-item-bottom-section{ padding: 16px; text-align: center; background-color: #D8D8D8; border-radius: 0px 0px 5px 5px; padding-top: 20px; padding-bottom: 20px; font-size: 14px; color:#383838; } .requirement-item-first .add-on-edition{ margin-bottom:20px; } .requirement-item-bottom-title{ margin-bottom: 15px; font-weight: bold; } .requirement-item-bottom-desc{ margin-bottom: 5px; } .requirement-item-bottom-desc a{ text-decoration:underline; } .requirement-item-bottom-section{ margin-bottom: 20px; } .requirement-item-bottom-section a{ margin-top: 5px; color: #000000; } @media(min-width:1400px){ .all-requirements{ width:18vw; } } @media(min-width:1200px){ .product-header-section{ padding: 7rem; } .product-header-section .slogan-container h1{ color:#FFFFFF; } .product-header-section .slogan-container h2{ color:#FFFFFF; padding-right: 50px; } .product-description-section{ padding: 20px 40px; } } @media(min-width:1000px){ .product-header-section .slogan-container h1{ font-size:20px; } .product-header-section .slogan-container h2{ font-size:30px; } } @media(min-width:600px){ .product-benefits-section .benefits-list{ flex-flow:wrap; } .product-benefits-section .benefits-item{ width:28%; } .product-header-section{ flex-flow: wrap; } .product-features-section{ flex-flow: wrap; } .product-features-section h2{ text-align:left; } .all-requirements{ width: 278px; } .switch{ width: 500px; margin: 20px auto; justify-content: center; } .switch-label{ padding:16px; font-size:14px; margin: 0 5px; } } <\/style>\n<div id=\"product-content\" class=\"product-content\"> <!-- Section header container --> <\/p>\n<div class=\"product-header-section\">\n<div class=\"slogan-container\">\n<h2>Angarie, registe e arrende im\u00f3veis, sem complica\u00e7\u00f5es.<\/h2>\n<h1> Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios <\/h1>\n<\/p><\/div>\n<div class=\"screenshot-container\">\n<div class=\"item\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\" alt=\"Imagem do Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios Gest\u00e3o de Arrendamentos Imobili\u00e1rios\"> <\/a> <\/div><\/div><\/div>\n<p> <!-- Section video container --> <!-- Section product benefits --> <\/p>\n<div class=\"product-description-section\"> <!-- Benifits Section --> <\/p>\n<div class=\"product-benefits-section\">\n<h2>O que a sua empresa pode ganhar com o add-on Gest\u00e3o de Arrendamentos Imobili\u00e1rios <\/h2>\n<div class=\"benefits-list\">\n<div class=\"benefits-item\">\n<h5>Tome decis\u00f5es apoiadas por m\u00e9tricas<\/h5>\n<p>Acompanhe o estado dos im\u00f3veis com o apoio de diferentes dashboards e an\u00e1lises para uma gest\u00e3o mais eficiente e preditiva.<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Controle as contas correntes<\/h5>\n<p>Assegure a gest\u00e3o de contas correntes de propriet\u00e1rios e inquilinos para maior controlo da atividade do neg\u00f3cio.<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Atualize facilmente todas as rendas<\/h5>\n<p>Ganhe mais tempo ao atualizar em simult\u00e2neo as rendas dos v\u00e1rios contratos, comunicando automaticamente, via e-mail, aos inquilinos as altera\u00e7\u00f5es.<\/p>\n<\/p><\/div>\n<div class=\"benefits-item\">\n<h5>Emita recibos rapidamente<\/h5>\n<p>Emita de uma s\u00f3 vez os recibos dos diferentes contratos de arrendamento com a possibilidade de aplicar coimas referentes a pagamentos que ultrapassem a data limite.<\/p>\n<\/p><\/div>\n<\/div><\/div>\n<p> <!-- Section product features --> <\/p>\n<div class=\"product-features-section\">\n<div class=\"features-list\">\n<h2> Principais funcionalidades <\/h2>\n<p> <\/p>\n<div class=\"benefit-text color-gray\">\n<ul>\n<li>Aceda a dashboards para an\u00e1lise em tempo real do estado do neg\u00f3cio, para uma tomada de decis\u00e3o mais r\u00e1pida.<\/li>\n<li>Registe im\u00f3veis, propriet\u00e1rios e inquilinos de forma simples e organizada.<\/li>\n<li>Centralize a gest\u00e3o das contas correntes de propriet\u00e1rios e inquilinos.<\/li>\n<li>Ganhe mais tempo com o c\u00e1lculo autom\u00e1tico das comiss\u00f5es.<\/li>\n<li>Atualize sem esfor\u00e7o as rendas de v\u00e1rios contratos de uma s\u00f3 vez, ou individualmente.<\/li>\n<li>Emita recibos de contratos de forma r\u00e1pida e f\u00e1cil.<\/li>\n<\/ul><\/div><\/div>\n<div class=\"screenshot-container\"> <a href=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_1.jpg\" target=\"_blank\" rel=\"noopener\"> <img decoding=\"async\" src=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_1.jpg\" alt=\"Funcionalidades do Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios Gest\u00e3o de Arrendamentos Imobili\u00e1rios\"> <\/a> <\/div><\/div><\/div>\n<p> <!-- Section product requirements --> <!-- Simple Prices --> <\/p>\n<div class=\"product-requirements\"> <!-- Switch --> <\/p>\n<div class=\"switch\">\n<div> <input id=\"switch-trienal\" name=\"switcher\" type=\"radio\" value=\"Y\" class=\"switch-input\" checked\/> <label for=\"switch-trienal\" class=\"switch-label switch-label-y\">Trienal (poupe 33%)<\/label> <\/div>\n<div> <input id=\"switch-anual\" name=\"switcher\" type=\"radio\" value=\"I\" class=\"switch-input\"\/> <label for=\"switch-anual\" class=\"switch-label switch-label-i\">Anual (poupe 20%)<\/label> <\/div>\n<div> <input id=\"switch-monthly\" name=\"switcher\" type=\"radio\" value=\"N\" class=\"switch-input\" \/> <label for=\"switch-monthly\" class=\"switch-label switch-label-n\">Mensal<\/label> <\/div><\/div>\n<p> <!-- All requirements --> <\/p>\n<div class=\"all-requirements\">\n<div class=\"header-period-bg\">\n<div class=\"requirement-item-first\">\n<div class=\"add-on-edition\"> <span>Dispon\u00edvel a partir do plano<br \/><strong>PHC GO Advanced<\/strong><\/span> <\/div>\n<div class=\"add-on-title\"><span>Gest\u00e3o de Arrendamentos Imobili\u00e1rios<\/span><\/div>\n<div class=\"add-on-slogan\"><span>Angarie, registe e arrende im\u00f3veis, sem complica\u00e7\u00f5es.<\/span><\/div><\/div>\n<div class=\"requirement-item-price-month\">\n<div class=\"price-month price-value\"><span>108.9\u20ac<\/span><\/div><\/div>\n<div class=\"requirement-item-price-year\">\n<div class=\"price-year price-value\"><span>1045\u20ac<\/span><\/div><\/div>\n<div class=\"requirement-item-price-triyear\">\n<div class=\"price-year price-value\"><span>2627\u20ac<\/span><\/div><\/div>\n<div class=\"description-price\">Este pre\u00e7o n\u00e3o inclui o valor do software PHC GO<\/div>\n<div class=\"requirement-item\">\n<div class=\"cta-button\" onclick=\"navigateSubscription(10)\">Pe\u00e7a uma demo<\/div><\/div><\/div>\n<div class=\"requirement-item-bottom-section\">\n<div class=\"requirement-item-bottom-title\">Suporte<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/www.arentia.pt\/phc\/manuais\/Manual%20de%20utiliza\u00e7\u00e3o%20do%20Add%20On%20Gest\u00e3o%20de%20Arrendamento.pdf\" target=\"_blank\" rel=\"noopener\">Como usar<\/a><\/div>\n<hr>\n<div class=\"requirement-item-bottom-title\">Developer<\/div>\n<div class=\"requirement-item-bottom-desc\"><a href=\"https:\/\/www.arentia.pt\/\" target=\"_blank\" rel=\"noopener\">Arentia<\/a><\/div>\n<hr><\/div><\/div><\/div>\n<p> <!-- Prices Per Plan --> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Angarie, registe e arrende im\u00f3veis, sem complica\u00e7\u00f5es. Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios O que a sua empresa pode ganhar com o add-on Gest\u00e3o de Arrendamentos Imobili\u00e1rios Tome decis\u00f5es apoiadas&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1765,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18236","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal<\/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:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal\" \/>\n<meta property=\"og:description\" content=\"Angarie, registe e arrende im\u00f3veis, sem complica\u00e7\u00f5es. Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios O que a sua empresa pode ganhar com o add-on Gest\u00e3o de Arrendamentos Imobili\u00e1rios Tome decis\u00f5es apoiadas...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\" \/>\n<meta property=\"og:site_name\" content=\"Portugal\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\",\"url\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\",\"name\":\"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal\",\"isPartOf\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage\"},\"image\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\",\"datePublished\":\"2024-11-04T14:55:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage\",\"url\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\",\"contentUrl\":\"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/phcsoftware.com\/pt\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cegid PHC GO Store\",\"item\":\"https:\/\/phcsoftware.com\/pt\/phc-go-store\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/phcsoftware.com\/pt\/#website\",\"url\":\"https:\/\/phcsoftware.com\/pt\/\",\"name\":\"Portugal\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/phcsoftware.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal","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:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios","og_locale":"pt_PT","og_type":"article","og_title":"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal","og_description":"Angarie, registe e arrende im\u00f3veis, sem complica\u00e7\u00f5es. Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios O que a sua empresa pode ganhar com o add-on Gest\u00e3o de Arrendamentos Imobili\u00e1rios Tome decis\u00f5es apoiadas...","og_url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios","og_site_name":"Portugal","og_image":[{"url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios","url":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios","name":"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios - Portugal","isPartOf":{"@id":"https:\/\/phcsoftware.com\/pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage"},"image":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage"},"thumbnailUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg","datePublished":"2024-11-04T14:55:21+00:00","breadcrumb":{"@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#primaryimage","url":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg","contentUrl":"https:\/\/sis05.drivefx.net\/phcgo-store\/GOSTOREWS\/Addons_Library\/u23313_arrenda\/8.24\/img_2.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/phcsoftware.com\/pt\/phc-go-store\/software-de-gestao-de-arrendamentos-imobiliarios#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/phcsoftware.com\/pt"},{"@type":"ListItem","position":2,"name":"Cegid PHC GO Store","item":"https:\/\/phcsoftware.com\/pt\/phc-go-store"},{"@type":"ListItem","position":3,"name":"Software de Gest\u00e3o de Arrendamentos Imobili\u00e1rios"}]},{"@type":"WebSite","@id":"https:\/\/phcsoftware.com\/pt\/#website","url":"https:\/\/phcsoftware.com\/pt\/","name":"Portugal","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/phcsoftware.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"}]}},"_links":{"self":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/18236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/comments?post=18236"}],"version-history":[{"count":0,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/18236\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/pages\/1765"}],"wp:attachment":[{"href":"https:\/\/phcsoftware.com\/pt\/wp-json\/wp\/v2\/media?parent=18236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}