DELETE FROM KEYWORDS WHERE ID_DOMAINE=157199DoneDoneDone
URL:www.acropole-immo.net
Date: Sat, 02 Nov 2024 04:32:12 GMT
Content-Length: 238
Content-Type: text/html; charset=iso-8859-1
Location: https://www.acropole-immo.net/
Server: Apache
x-iplb-request-id: 524041A8:F269_D5BA2110:0050_6725AB4C_19A8E:032D
x-iplb-instance: 51906
Location => https://www.acropole-immo.net/
Status => 301
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head>
(vide) Tentative en https
<!------------------------------------------------------------------------------------->
<!-- FONCTIONS JAVASCRIPT -->
<!------------------------------------------------------------------------------------->
<script language="JavaScript">
/* Gestion des photos ------------------------------------*/
function changephoto(adresse,haut_max,larg_max){
var newImg = new Image();
newImg.src = adresse;
hauteur = newImg.height;
largeur = newImg.width;
// Si il faut recadrer la photo
if (hauteur > haut_max || largeur > larg_max){
if (largeur > hauteur){
ratio = largeur/hauteur;
new_largeur = larg_max;
new_hauteur = larg_max/ratio;
}else{
ratio = hauteur/largeur;
new_hauteur = haut_max;
new_largeur = haut_max/ratio;
}
// Sinon, on garde les dimensions actuelle
}else{
new_hauteur = hauteur;
new_largeur = largeur;
}
document.images["principal"].src=adresse;
document.images["principal"].height = new_hauteur;
document.images["principal"].width = new_largeur;
}
/* Fonction pour fermer la popup attente -----------------*/
function fermer_attente(){
var attente = window.open('attente.php', 'attente', 'width=5, height=5, menubar=no, toolbar=no, status=no, statusbar=no, location=no, scrollbars=no, resizable=no, dependent=yes');
if (attente) attente.close();
}
/* Fonction pour ajouter aux favoris ---------------------*/
function addtofav(){
if (!document.all){
alert('Faites CTRL-D pour ajouter cette page dans vos favoris');
}else{
external.AddFavorite('https://www.acropole-immo.net','ACROPOLE-IMMO.NET : Annonces immobilières gratuites');
}
return false;
}
/* Fonction pour afficher les derniers biens -------------*/
function charger_biens(chemin){
document.location.href=chemin;
}
/* Détection résolution écran ----------------------------*/
function ma_resolution(bibli_f){
$.ajax({ // fonction permettant de faire de l'ajax
type: "GET",
url: bibli_f+"ma_resolution.php", // url du fichier php
data: "larg_ecran="+screen.width+"&haut_ecran="+screen.height, // données à transmettre
success: function(data){
}
});
};
</script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "https://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Annonces immobilières gratuites et locations de vacances</title>
<META name="keywords" content="Annonces immobilières gratuites,immobilier,location de vacances,locations vacances,annonces immo particuliers,annonce immobiliere,annonce immobilière,annonces immo gratuites,annonce immo gratuite,vacances en France,immobilier gratuit,vente maison,location appartement,achat villa,achat immobilier,vente immobiliere,défiscalisation,holiday in France,lodging,accomodations">
<META name="description" content="Location vacances, annonces gratuites, immobilier particulier: Location vacances, vente, achat, locations saisonnières, location de vacances pour particuliers et agences immobilieres.">
<meta name="ABSTRACT" content="annonces immobilières gratuites de particuliers, location de vacances et séjours en france et a l'étranger"/>
<meta name="SUBJECT" content="annonces immobilieres gratuites de particuliers"/>
<meta name="classification" content="annonces,immobilieres,particuliers"/>
<meta name="coverage" content="Worldwide"/>
<meta name="robots" content="follow, index, all">
<meta name="author" content="www.acropole-immo.net">
<meta name="Identifier-URL" content="https://www.acropole-immo.net/"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta HTTP-EQUIV="content-language" CONTENT="fr,en-us">
<meta name="google-site-verification" content="88aiKHVXaXImqfljVb7TLCI9EFpQPH5_rGzJSOgLoXQ"/>
<link rel="shortcut icon" href="https://www.acropole-immo.net/images/favicon.ico" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"/>
<link rel="stylesheet" type="text/CSS" href="https://www.acropole-immo.net/acro.css">
<!-- Google Custom Search Ads
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7298109914152497",
enable_page_level_ads: true
});
</script> -->
<!-- jquery -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<!-- Carte de France -->
<link href="https://www.acropole-immo.net/cartedefrance/jqvmap.css" media="screen" rel="stylesheet" type="text/css"/>
<script src="https://www.acropole-immo.net/cartedefrance/jquery.vmap.js" type="text/javascript"></script>
<script src="https://www.acropole-immo.net/cartedefrance/jquery.vmap.france.js" type="text/javascript"></script>
<script src="https://www.acropole-immo.net/cartedefrance/jquery.vmap.colorsFrance.js" type="text/javascript"></script>
<!-- encart Bannières CPM Ad6media -->
<script type="text/javascript" src="https://c.ad6media.fr/l.js"></script>
<!-- NATIVE ARTICLE AUTO The Moneytizer -->
<!-- Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) -->
<script type="text/javascript" async=true>
(function() {
var host = 'www.themoneytizer.com';
var element = document.createElement('script');
var firstScript = document.getElementsByTagName('script')[0];
var url = 'https://cmp.quantcast.com'
.concat('/choice/', '6Fv0cGNfc_bw8', '/', host, '/choice.js');
var uspTries = 0;
var uspTriesLimit = 3;
element.async = true;
element.type = 'text/javascript';
element.src = url;
firstScript.parentNode.insertBefore(element, firstScript);
function makeStub() {
var TCF_LOCATOR_NAME = '__tcfapiLocator';
var queue = [];
var win = window;
var cmpFrame;
function addFrame() {
var doc = win.document;
var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
if (!otherCMP) {
if (doc.body) {
var iframe = doc.createElement('iframe');
iframe.style.cssText = 'display:none';
iframe.name = TCF_LOCATOR_NAME;
doc.body.appendChild(iframe);
} else {
setTimeout(addFrame, 5);
}
}
return !otherCMP;
}
function tcfAPIHandler() {
var gdprApplies;
var args = arguments;
if (!args.length) {
return queue;
} else if (args[0] === 'setGdprApplies') {
if (
args.length > 3 &&
args[2] === 2 &&
typeof args[3] === 'boolean'
) {
gdprApplies = args[3];
if (typeof args[2] === 'function') {
args[2]('set', true);
}
}
} else if (args[0] === 'ping') {
var retr = {
gdprApplies: gdprApplies,
cmpLoaded: false,
cmpStatus: 'stub'
};
if (typeof args[2] === 'function') {
args[2](retr);
}
} else {
if(args[0] === 'init' && typeof args[3] === 'object') {
args[3] = { ...args[3], tag_version: 'V2' };
}
queue.push(args);
}
}
function postMessageEventHandler(event) {
var msgIsString = typeof event.data === 'string';
var json = {};
try {
if (msgIsString) {
json = JSON.parse(event.data);
} else {
json = event.data;
}
} catch (ignore) {}
var payload = json.__tcfapiCall;
if (payload) {
window.__tcfapi(
payload.command,
payload.version,
function(retValue, success) {
var returnMsg = {
__tcfapiReturn: {
returnValue: retValue,
success: success,
callId: payload.callId
}
};
if (msgIsString) {
returnMsg = JSON.stringify(returnMsg);
}
if (event && event.source && event.source.postMessage) {
event.source.postMessage(returnMsg, '*');
}
},
payload.parameter
);
}
}
while (win) {
try {
if (win.frames[TCF_LOCATOR_NAME]) {
cmpFrame = win;
break;
}
} catch (ignore) {}
if (win === window.top) {
break;
}
win = win.parent;
}
if (!cmpFrame) {
addFrame();
win.__tcfapi = tcfAPIHandler;
win.addEventListener('message', postMessageEventHandler, false);
}
};
makeStub();
var uspStubFunction = function() {
var arg = arguments;
if (typeof window.__uspapi !== uspStubFunction) {
setTimeout(function() {
if (typeof window.__uspapi !== 'undefined') {
window.__uspapi.apply(window.__uspapi, arg);
}
}, 500);
}
};
var checkIfUspIsReady = function() {
uspTries++;
if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
console.warn('USP is not accessible');
} else {
clearInterval(uspInterval);
}
};
if (typeof window.__uspapi === 'undefined') {
window.__uspapi = uspStubFunction;
var uspInterval = setInterval(checkIfUspIsReady, 6000);
}
})();
</script>
<!-- End Quantcast Choice. Consent Manager Tag v2.0 (for TCF 2.0) -->
</head>
Annonces immobilières gratuites et locations de vacances
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='Apache',redirection='https://www.acropole-immo.net/',Status='200',err='',[TITRE]=N'Annonces immobilières gratuites et locations de vacances',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=157199
0 Annonces immobilières gratuites et locations de vacances
0. Annonces (8)--------->0
1. immobilières (12)--------->0
2. gratuites (9)--------->0
3. et (2)--------->0
4. locations (9)--------->0
5. de (2)--------->0
6. vacances (8)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Annonces',157199),(N'immobilières',157199),(N'gratuites',157199),(N'et',157199),(N'locations',157199),(N'de',157199),(N'vacances',157199)