Language EN
GR RU

Properties for Sale in Cyprus

Selection of scenic coastal properties for sale in Cyprus, offering breathtaking views of the Mediterranean. These properties provide a unique opportunity to live or invest near some of the most picturesque coastal landscapes in Europe. Whether you’re searching for a tranquil retreat or an active seaside lifestyle, these homes offer the perfect backdrop with panoramic views, easy access to sandy beaches, and a vibrant community. Invest in Cyprus real estate and enjoy the beauty of the coast year-round. Home › Properties for Sale in Cyprus › Page 147 document.addEventListener("DOMContentLoaded", function () { try { const pageUrl = location.href.split('#')[0]; const base = location.origin; const pageTitle = document.title || ""; const pageDesc = (document.querySelector('meta[name="description"]')?.content || "").trim(); // ανιχνεύουμε αν είναι σελίδα 2+ const pageNum = (pageUrl.match(/\/(\d+)\/Properties/i) || [,''])[1] || ""; const isPaginated = !!pageNum; // κάρτες let cards = document.querySelectorAll(".result-card"); if (!cards || cards.length === 0) cards = document.querySelectorAll(".re_prop .col-xs-4"); const itemList = []; cards.forEach((card, index) => { const a = card.querySelector("a.hcaption") || card.querySelector("a"); const h2 = card.querySelector("h2.prop-title, h2.prop-title-fixer, h2"); const img = card.querySelector("img"); let href = a ? a.getAttribute("href") : null; if (href) href = new URL(href, base).href; const name = (h2?.textContent || "").trim(); let image = img ? (img.getAttribute("data-src") || img.getAttribute("data-lazy") || img.getAttribute("src")) : null; if (image) image = new URL(image, base).href; const priceText = (card.querySelector("p.prop-title-fixer")?.textContent || "").replace(/\s+/g," ").trim(); if (href && name) { const li = { "@type": "ListItem", "position": index + 1, "url": href, "name": name }; if (image) li.image = image; // εικόνα if (priceText) li.description = priceText; // τιμή ως κείμενο itemList.push(li); } }); // JSON-LD (χωρίς breadcrumbs στις σελίδες 2+) const graph = [ { "@type":"CollectionPage", "@id": pageUrl + "#webpage", "url": pageUrl, "name": pageTitle, "description": pageDesc }, { "@type":"ItemList", "@id": pageUrl + "#itemlist", // ...read more