• DELETE FROM KEYWORDS WHERE ID_DOMAINE=6355754
  • DoneDoneDone

    URL:www.habitatireland.ie

    Date: Wed, 30 Oct 2024 20:17:30 GMT
    Content-Length: 154
    Content-Type: text/html; charset=UTF-8
    Location: https://www.habitatireland.org/
    Server: Microsoft-IIS/10.0
    
    
    Location => https://www.habitatireland.org/
    Status => 301
    <head><title>Document Moved</title></head>
    

    (vide) Tentative en https

    https://www.habitatireland.org/

    <!DOCTYPE html>
    <html lang="en" xmlns:ng="http://angularjs.org" id="ng-app" data-ng-app="habitatApp" data-ng-controller="main">
      <head id="Head1" >
      <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-HCVC91JSG2"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());  gtag('config', 'G-HCVC91JSG2');
    </script>
    
        <meta charset="UTF-8">
    
        <title>Home | Habitat for Humanity Ireland</title>
        <meta name="description" content="At Habitat for Humanity, our vision is of a world where everyone has a decent place to live." />
        <meta name="keywords" content="habitat for humanity,poverty,housing,christian,charity,house,building,home,international,overseas,volunteer,volunteering,simple,decent,homes,UK,GB,NI,northern ireland,ireland,ROI,republic of ireland" />
    
        <meta property="og:title" content="Home | Habitat for Humanity Ireland" />
    
        <meta property="og:url" content="https://www.habitatireland.org/" />
        <meta property="og:description" content="At Habitat for Humanity, our vision is of a world where everyone has a decent place to live." />
    	<meta property="og:type" content="website">
        <meta property="og:image" content="/images/habitat_new_logo.png">
        <meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=no">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    
              <link rel="canonical" href="https://www.habitatireland.org/" />
        <style>
          button.disabled { opacity: 0.4; }
        </style>
          <!--[if lt IE 9]><script src="/scripts/html5shiv.js"></script><![endif]-->
        <link rel="stylesheet" href="/css/normalize.css">
        <link rel="stylesheet" href="/css/style.css">
        <link rel="stylesheet" href="/css/jquery.fancybox.css?v=2.1.4">
    
        <link rel="stylesheet" href="/css/animate.css">
        <link rel="stylesheet" href="/css/font-awesome.min.css">
        <!-- Opera Speed Dial Favicon -->
        <link rel="icon" type="image/png" href="/images/speeddial-160px.png">
        <!-- Standard Favicon -->
        <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
        <!-- For iPhone 4 Retina display: -->
        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
        <!-- For iPad: -->
        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
        <!-- For iPhone: -->
        <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-57x57-precomposed.png">
    	
    	<!--<script src="https://www.tfaforms.com/publish/4970417" data-qp-target-id="" defer></script>-->
    	
        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
        <script src="/scripts/jquery.fancybox.pack.js?v=2.1.4"></script>
        <script src="/scripts/jquery.fancybox-media.js?v=1.0.5"></script>
        <script src="/scripts/ddaccordion.js"></script>
        <script src="/scripts/site-specific-scripts.js"></script>
        <script src="/scripts/jquery.cycle2.js"></script>
        <script src="/scripts/jquery.magnific-popup.js"></script>
        <script src="/scripts/css3-mediaqueries.js"></script>
        <script src="/scripts/tabcontent.js"></script>
        <link rel="stylesheet" href="/css/jquery.sidr.dark.css">
        <script src="/scripts/jquery.sidr.min.js"></script>
        <script src="/scripts/lazyload.min.js"></script>
        <script type="text/javascript" src="/scripts/canvasjs.min.js"></script>
        <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
    
    
    <script type="text/javascript">
      (function () {
        var path = '//easy.myfonts.net/v2/js?sid=218693(font-family=Neue+Haas+Grotesk+Std+Text+55+Roman)&sid=218695(font-family=Neue+Haas+Grotesk+Std+Text+65+Medium)&sid=218705(font-family=Neue+Haas+Grotesk+Std+Display+45+Light)&sid=218711(font-family=Neue+Haas+Grotesk+Std+Display+75+Bold)&key=orHPp9zfhe',
            protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
            trial = document.createElement('script');
        trial.type = 'text/javascript';
        trial.async = true;
        trial.src = protocol + path;
        var head = document.getElementsByTagName("head")[0];
        head.appendChild(trial);
      })();
    </script>
    
    <script src="https://use.typekit.net/zgw1lxp.js"></script>
    <script>try { Typekit.load({ async: true }); } catch (e) { }</script>
    
    
        <script>
          // This adds 'placeholder' to the items listed in the jQuery .support object.
          jQuery(function() {
            jQuery.support.placeholder = false;
            test = document.createElement('input');
            if ('placeholder' in test) jQuery.support.placeholder = true;
          });
          // This adds placeholder support to browsers that wouldn't otherwise support it.
          $(function() {
            if (!$.support.placeholder) {
              var active = document.activeElement;
              $(':text').focus(function() {
                if ($(this).attr('placeholder') != '' && $(this).val() == $(this).attr('placeholder')) {
                  $(this).val('').removeClass('hasPlaceholder');
                }
              }).blur(function() {
                if ($(this).attr('placeholder') != '' && ($(this).val() == '' || $(this).val() == $(this).attr('placeholder'))) {
                  $(this).val($(this).attr('placeholder')).addClass('hasPlaceholder');
                }
              });
              $(':text').blur();
              $(active).focus();
              $('form:eq(0)').submit(function() {
                $(':text.hasPlaceholder').val('');
              });
            }
          });
        </script>
    
        <script src="/scripts/angular.js"></script>
    
        <script src="/scripts/app.js"></script>
          <script src="/scripts/controllers.js?v=12"></script>
    
          <script src="/scripts/angular-recaptcha.js"></script>
    
          <!--[if (gte IE 6)&(lte IE 8)]>
        <script type="text/javascript" src="/scripts/selectivizr-min.js"></script>
          <![endif]-->
    
          <!-- Facebook Pixel Code -->
          <script>
    !function(f,b,e,v,n,t,s)
    {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
    n.callMethod.apply(n,arguments):n.queue.push(arguments)};
    if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
    n.queue=[];t=b.createElement(e);t.async=!0;
    t.src=v;s=b.getElementsByTagName(e)[0];
    s.parentNode.insertBefore(t,s)}(window,document,'script',
    'https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '832793220216014');
    fbq('track', 'PageView');
          </script>
          <noscript>
              <img height="1" width="1"
                   src="https://www.facebook.com/tr?id=832793220216014&ev=PageView
    &noscript=1" />
          </noscript>
          <!-- End Facebook Pixel Code -->
    
      </head>
        

    Home | Habitat for Humanity Ireland

    Recherche META Description de la page

    At Habitat for Humanity, our vision is of a world where everyone has a decent place to live.

    Recherche META Keywords de la page

    habitat for humanity,poverty,housing,christian,charity,house,building,home,international,overseas,volunteer,volunteering,simple,decent,homes,UK,GB,NI,northern ireland,ireland,ROI,republic of ireland

    UPDATE DOMAINES SET server='Microsoft-IIS/10.0',redirection='https://www.habitatireland.org/',Status='200',err='',[TITRE]=N'Home | Habitat for Humanity Ireland',[DESCRIPTION]=N'At Habitat for Humanity, our vision is of a world where everyone has a decent place to live.',[KEYWORDS]=N'habitat for humanity,poverty,housing,christian,charity,house,building,home,international,overseas,volunteer,volunteering,simple,decent,homes,UK,GB,NI,northern ireland,ireland,ROI,republic of ireland' WHERE id=6355754
  • 0

    Home | Habitat for Humanity Ireland At Habitat for Humanity our vision is of a world where everyone has a decent place to live. habitat for humanity poverty housing christian charity house building home international overseas volunteer volunteering simple decent homes UK GB NI northern ireland ireland ROI republic of ireland

  • 0. Home (4)
  • --------->0
  • 1. | (1)
  • --------->0
  • 2. Habitat (7)
  • --------->0
  • 3. for (3)
  • --------->0
  • 4. Humanity (8)
  • --------->0
  • 5. Ireland (7)
  • --------->0
  • 6. At (2)
  • --------->0
  • 11. our (3)
  • --------->0
  • 12. vision (6)
  • --------->0
  • 13. is (2)
  • --------->0
  • 14. of (2)
  • --------->0
  • 15. a (1)
  • --------->0
  • 16. world (5)
  • --------->0
  • 17. where (5)
  • --------->0
  • 18. everyone (8)
  • --------->0
  • 19. has (3)
  • --------->0
  • 21. decent (6)
  • --------->0
  • 22. place (5)
  • --------->0
  • 23. to (2)
  • --------->0
  • 24. live (4)
  • --------->0
  • 28. poverty (7)
  • --------->0
  • 29. housing (7)
  • --------->0
  • 30. christian (9)
  • --------->0
  • 31. charity (7)
  • --------->0
  • 32. house (5)
  • --------->0
  • 33. building (8)
  • --------->0
  • 35. international (13)
  • --------->0
  • 36. overseas (8)
  • --------->0
  • 37. volunteer (9)
  • --------->0
  • 38. volunteering (12)
  • --------->0
  • 39. simple (6)
  • --------->0
  • 41. homes (5)
  • --------->0
  • 42. UK (2)
  • --------->0
  • 43. GB (2)
  • --------->0
  • 44. NI (2)
  • --------->0
  • 45. northern (8)
  • --------->0
  • 48. ROI (3)
  • --------->0
  • 49. republic (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Home',6355754),(N'|',6355754),(N'Habitat',6355754),(N'for',6355754),(N'Humanity',6355754),(N'Ireland',6355754),(N'At',6355754),(N'our',6355754),(N'vision',6355754),(N'is',6355754),(N'of',6355754),(N'a',6355754),(N'world',6355754),(N'where',6355754),(N'everyone',6355754),(N'has',6355754),(N'decent',6355754),(N'place',6355754),(N'to',6355754),(N'live',6355754),(N'poverty',6355754),(N'housing',6355754),(N'christian',6355754),(N'charity',6355754),(N'house',6355754),(N'building',6355754),(N'international',6355754),(N'overseas',6355754),(N'volunteer',6355754),(N'volunteering',6355754),(N'simple',6355754),(N'homes',6355754),(N'UK',6355754),(N'GB',6355754),(N'NI',6355754),(N'northern',6355754),(N'ROI',6355754),(N'republic',6355754)