• DELETE FROM KEYWORDS WHERE ID_DOMAINE=6353399
  • DoneDoneDone

    URL:midgardsenteret.no

    Cache-Control: max-age=3600
    Cache-Control: public
    Connection: keep-alive
    Date: Wed, 30 Oct 2024 22:11:16 GMT
    Transfer-Encoding: chunked
    Content-Type: text/html
    Expires: Wed, 30 Oct 2024 23:11:16 GMT
    Location: https://vestfoldmuseene.no/midgard-vikingsenter/
    Server: openresty
    
    
    Location => https://vestfoldmuseene.no/midgard-vikingsenter/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://vestfoldmuseene.no/midgard-vikingsenter/

    <!DOCTYPE html><html data-ng-app="m24App" data-ng-controller="BodyCtrl" lang="no" data-fullscreen="false" data-basecss="1" id="portal"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Forside - Midgard vikingsenter</title><meta name="description" content><meta name="keywords" content><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><script data-cookieconsent="ignore" src="/assets/gen/js_head_packed.js?fbc5abfc"></script><style>
           html { scroll-padding-top: 1em; }
        </style><link rel="stylesheet" type="text/css" href="/assets/gen/m24base1.css?43c79e7b"><link rel="stylesheet" type="text/css" href="/assets/gen/m24base1_map.css?dc69e9d2"><link rel="stylesheet" type="text/css" href="/api/design/183/style.css"><script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"></script><script src="https://cdn.jsdelivr.net/npm/universal-parallax@1.3.2/dist/universal-parallax.min.js"></script><script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script><script>
    
          HAS_INTROSECTIONS = false; 
    
          function mapsInit() {
            //Todo: Load mapapi async and then init all maps inside this function..
          }
        </script><script src="//maps.googleapis.com/maps/api/js?key=AIzaSyCl4pumdVSLB70uTIW7Ax_iV5ySQ48L0EA&callback=mapsInit"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-Y2R17MDKGX"></script><script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-Y2R17MDKGX');
    </script><script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/7bf409394aaaa142a1b99eb0a/224ca89762d1528fecce05824.js");</script><style>
       .layout--title  h2 {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45' height='56' viewBox='0 0 45 56'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Crect width='45' height='56'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' clip-path='url(%23b)'%3E%3Cg transform='translate(-1380.438 -1789.51)'%3E%3Crect width='6' height='52' transform='translate(1382 1791.381)' opacity='0.846'/%3E%3Cg transform='translate(1392.679 1791.4)'%3E%3Crect width='51.461' height='4.78' transform='translate(0 51.637) rotate(-86.157)'/%3E%3Cpath d='M0,0H8.86V51.283H0Z' transform='matrix(0.976, -0.218, 0.218, 0.976, 11.134, 1.932)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
       }
    
       .header[aria-expanded=true]:after,
       .footer:after,
       body.scrolled-bottom .footerbanner:before  {
          background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='5px' viewBox='0 0 100 1px'%3E%3Crect x='0%25' width='9%25' height='100%25' fill='%23BFC1D0'/%3E%3Crect x='9%25' width='12%25' height='100%25' fill='%23E15918'/%3E%3Crect x='21%25' width='6%25' height='100%25' fill='%238FBAD8' /%3E%3Crect x='27%25' width='8%25' height='100%25' fill='%23214F32'/%3E%3Crect x='35%25' width='7%25' height='100%25' fill='%23020002'/%3E%3Crect x='42%25' width='9%25' height='100%25' fill='%23F28620'/%3E%3Crect x='51%25' width='3%25' height='100%25' fill='%230B0B30'/%3E%3Crect x='54%25' width='10%25' height='100%25' fill='%23015DFB'/%3E%3Crect x='64%25' width='8%25' height='100%25' fill='%23FF0F17'/%3E%3Crect x='72%25' width='28%25' height='100%25' fill='%23FF7DDD'/%3E%3C/svg%3E");
       }
    
    </style><script>
    $(window).scroll(function() {
       modifyBody();
    });
    $(window).resize(function() {
       modifyBody();
    });
    
    function modifyBody() {
       if($(document).height() - ($(window).scrollTop() + $(window).height())  <= 5) {
          document.body.classList.add("scrolled-bottom");
       } else {
          document.body.classList.remove("scrolled-bottom");
       }
    }
    </script><script>
    $(document).ready(function() {
    
       $(".module--content .togglebody").on("click", function() {
         if($(this).closest(".module--content").hasClass("expanded")) {
         $(this).closest(".module--content").removeClass("expanded");
         }  else {
         $(this).closest(".module--content").addClass("expanded");
         }
         $(this).parent().next(".module__body").toggle();
         return false;
       });
    
    });
    </script><script>
        var slideconfig = {
          animation: 'slide',  //if 'fade' --> html structure chages a bit a design breaks.
          animationSpeed: '1000',
          slideshowSpeed: '5500'
        };
      </script></head> 

    Forside - Midgard vikingsenter

    Recherche META Description de la page

    escription

    Recherche META Keywords de la page

    eywords

    UPDATE DOMAINES SET server='openresty',redirection='https://vestfoldmuseene.no/midgard-vikingsenter/',Status='200',err='',[TITRE]=N'Forside - Midgard vikingsenter',[DESCRIPTION]=N'escription',[KEYWORDS]=N'eywords' WHERE id=6353399
  • 0

    Forside - Midgard vikingsenter escription eywords

  • 0. Forside (7)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. Midgard (7)
  • --------->0
  • 3. vikingsenter (12)
  • --------->0
  • 4. escription (10)
  • --------->0
  • 5. eywords (7)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Forside',6353399),(N'-',6353399),(N'Midgard',6353399),(N'vikingsenter',6353399),(N'escription',6353399),(N'eywords',6353399)