Loading...
Loading...
{
"latency": 171,
"ipAddresses": [
"100.28.201.155",
"34.234.106.80"
],
"dns": {
"NS": [
"dns1.p01.nsone.net.",
"dns2.p01.nsone.net.",
"dns3.p01.nsone.net.",
"dns4.p01.nsone.net."
],
"A": [
"100.28.201.155",
"34.234.106.80"
],
"TXT": [
"v=spf1 include:spf.protection.outlook.com -all"
]
}
}
[
{
"url": "https://studenterhuset.dk",
"technologies": [
{
"slug": "contentful",
"name": "Contentful",
"icon": "Contentful.svg",
"versions": [],
"categories": [
{
"id": 1,
"slug": "cms",
"name": "CMS"
}
],
"confirmedAt": 1724829752
},
{
"slug": "google-tag-manager",
"name": "Google Tag Manager",
"icon": "Google Tag Manager.svg",
"versions": [],
"categories": [
{
"id": 42,
"slug": "tag-managers",
"name": "Tag managers"
}
],
"confirmedAt": 1724829752
},
{
"slug": "google-analytics",
"name": "Google Analytics",
"icon": "Google Analytics.svg",
"versions": [],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724829752
},
{
"slug": "facebook-pixel",
"name": "Facebook Pixel",
"icon": "Facebook.svg",
"versions": [
"2.9.166"
],
"categories": [
{
"id": 10,
"slug": "analytics",
"name": "Analytics"
}
],
"confirmedAt": 1724829752
},
{
"slug": "core-js",
"name": "core-js",
"icon": "core-js.png",
"versions": [
"3.0.0"
],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724829752
},
{
"slug": "google-font-api",
"name": "Google Font API",
"icon": "Google Font API.svg",
"versions": [],
"categories": [
{
"id": 17,
"slug": "font-scripts",
"name": "Font scripts"
}
],
"confirmedAt": 1724829752
},
{
"slug": "flickity",
"name": "Flickity",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 59,
"slug": "javascript-libraries",
"name": "JavaScript libraries"
}
],
"confirmedAt": 1724829752
},
{
"slug": "netlify",
"name": "Netlify",
"icon": "Netlify.svg",
"versions": [],
"categories": [
{
"id": 62,
"slug": "paas",
"name": "PaaS"
},
{
"id": 31,
"slug": "cdn",
"name": "CDN"
}
],
"confirmedAt": 1724829752
},
{
"slug": "hsts",
"name": "HSTS",
"icon": "default.svg",
"versions": [],
"categories": [
{
"id": 16,
"slug": "security",
"name": "Security"
}
],
"confirmedAt": 1724829752
},
{
"slug": "webpack",
"name": "Webpack",
"icon": "Webpack.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724829752
},
{
"slug": "pwa",
"name": "PWA",
"icon": "PWA.svg",
"versions": [],
"categories": [
{
"id": 19,
"slug": "miscellaneous",
"name": "Miscellaneous"
}
],
"confirmedAt": 1724829752
}
]
}
]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page not found</title>
<style>
:root {
--colorRgbFacetsTeal600: 2 128 125;
--colorTealAction: var(--colorRgbFacetsTeal600);
--colorRgbFacetsNeutralLight200: 233 235 237;
--colorHr: var(--colorRgbFacetsNeutralLight200);
--colorRgbFacetsNeutralLight700: 53 58 62;
--colorGrayDarkest: var(--colorRgbFacetsNeutralLight700);
--colorGrayLighter: var(--colorRgbFacetsNeutralLight200);
--colorText: var(--colorGrayDarkest);
--effectShadowLightShallow: 0 1px 10px 0 rgb(53 58 62 / 6%),
0 2px 4px 0 rgb(53 58 62 / 8%);
--colorRgbFacetsNeutralDark900: 6 11 16;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol";
background: white;
overflow: hidden;
margin: 0;
padding: 0;
line-height: 1.5;
color: rgb(var(--colorText));
}
@media (prefers-color-scheme: dark) {
body {
background: rgb(var(--colorRgbFacetsNeutralDark900));
}
}
h1 {
margin: 0;
font-size: 1.375rem;
line-height: 1;
}
h1 + p {
margin-top: 8px;
}
.main {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
.card {
position: relative;
width: 75%;
max-width: 364px;
padding: 24px;
background: white;
border-radius: 8px;
box-shadow: var(--effectShadowLightShallow);
border: 1px solid rgb(var(--colorGrayLighter));
}
a {
margin: 0;
font-weight: 600;
color: rgb(var(--colorTealAction));
text-decoration-skip-ink: all;
text-decoration-thickness: 1px;
text-underline-offset: 2px;
text-decoration-color: rgb(var(--colorTealAction) / 0.5);
transition: text-decoration-color 0.15s ease-in-out;
}
a:hover,
a:focus-visible {
text-decoration-color: rgb(var(--colorTealAction));
}
p:last-of-type {
margin-bottom: 0;
}
hr {
border: 0;
height: 1px;
background: rgb(var(--colorHr));
margin-top: 16px;
margin-bottom: 16px;
}
.your-site {
font-size: 0.875rem;
}
</style>
</head>
<body>
<div class="main">
<div class="card">
<h1>Page not found</h1>
<p>
Looks like you’ve followed a broken link or entered a URL that doesn’t
exist on this site.
</p>
<hr />
<p class="your-site">
If this is your site, and you weren’t expecting a 404 for this path,
please visit Netlify’s
<a
href="https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking"
>“page not found” support guide</a
>
for troubleshooting tips.
</p>
</div>
</div>
</body>
</html>
{
"error": false,
"result": {
"success": true,
"author": "Contentful",
"ogTitle": "Studenterhuset",
"ogDescription": "Studenterhuset, Gammeltorv 10, 9000 Aalborg",
"ogLocale": "da",
"favicon": "/frontline/img/favicon/android-icon-192x192.png",
"charset": "utf-8",
"requestUrl": "https://studenterhuset.dk"
},
"response": {}
}
{
"status": 200,
"statusText": "",
"headers": {
"accept-ranges": "bytes",
"age": "0",
"cache-control": "public,max-age=0,must-revalidate",
"cache-status": "\"Netlify Edge\"; fwd=miss",
"content-encoding": "br",
"content-type": "text/html; charset=UTF-8",
"date": "Sat, 08 Feb 2025 03:01:07 GMT",
"etag": "\"effcb93af601c9377112daf671466d9b-ssl-df\"",
"server": "Netlify",
"strict-transport-security": "max-age=31536000",
"transfer-encoding": "chunked",
"vary": "Accept-Encoding",
"x-nf-request-id": "01JKHR1XR7G03ESBRC5BCYGTAH"
}
}
{
"data": {
"total": 11,
"personal_emails": 7,
"generic_emails": 4,
"department": {
"executive": 1,
"it": 0,
"finance": 0,
"management": 0,
"sales": 0,
"legal": 0,
"support": 0,
"hr": 0,
"marketing": 0,
"communication": 1,
"education": 0,
"design": 0,
"health": 0,
"operations": 0
},
"seniority": {
"junior": 0,
"senior": 0,
"executive": 0
}
},
"meta": {
"params": {
"domain": "studenterhuset.dk",
"company": null,
"type": null
}
}
}
{
"Google Analytics": "Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.",
"Google Analytics 4": "Google Analytics 4 formerly known as App + Web is a new version of Google Analytics that was released in October 2020.",
"Facebook Pixel": "Facebook Pixel is Facebooks conversion tracking system for ads on Facebook to websites.",
"Facebook Signal": "Journalists use Signal to surface relevant trends, photos, videos and posts from Facebook and Instagram for use in their storytelling and reporting.",
"Facebook Conversion Tracking": "Conversion tracking functionality from Facebook, allows a user to track advertisement clicks.",
"Global Site Tag": "Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.",
"Google Font API": "The Google Font API helps you add web fonts to any web page.",
"CrUX Dataset": "CrUX is a data collection system that gathers information about how real users interact with websites. This website is included in the user experiences data gathered from Google Chrome and thus considered sufficiently popular on the Internet.",
"CrUX Top 5m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 5 million.",
"CrUX Top 10m": "Relative measure of site popularity within the CrUX dataset, measured by the total number of navigations on the origin. This site is in the top 10 million.",
"Google Tag Manager": "Tag management that lets you add and update website tags without changes to underlying website code.",
"US Privacy User Signal Mechanism": "The US Privacy API (USP API) is a lightweight API used to communicate signals represented in the US Privacy String.",
"Danish": "Website content is written in Danish. Based on HTML langauge attributes on the website",
"Viewport Meta": "This page uses the viewport meta tag which means the content may be optimized for mobile content.",
"IPhone / Mobile Compatible": "The website contains code that allows the page to support IPhone / Mobile Content.",
"Apple Mobile Web Clips Icon": "This page contains an icon for iPhone, iPad and iTouch devices.",
"GStatic Google Static Content": "Google has off-loaded static content (Javascript/Images/CSS) to a different domain name in an effort to reduce bandwidth usage and increase network performance for the end user.",
"Contentful": "A headless CMS with an API at its core.",
"Google Search Appliance": "Google Search for Work system provides searching of internal business systems.",
"Facebook for Websites": "Allows a user to make a website more sociable and connected with integrations from the hugely popular Facebook website.",
"Polyfill IO": "Hosted polyfill script.",
"Webpack": "webpack takes modules with dependencies and generates static assets representing those modules.",
"Moment JS": "moment.js is a date library for parsing, validating, manipulating, and formatting dates.",
"Flickity": "Touch responsive flickable carousels.",
"Facebook SDK": "JavaScript SDK enables you to access all of the features of the Graph API via JavaScript, and it provides a rich set of client-side functionality for authentication and sharing. It differs from Facebook Connect.",
"core-js": "Modular standard library for JavaScript.",
"Intersection Observer": "API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport.",
"DoubleClick.Net": "DoubleClick enables agencies, marketers and publishers to work together successfully and profit from their digital marketing investments. Owned by Google and now referred to as DoubleClick Digital Marketing or Google Enterprise Advertising.",
"Facebook Custom Audiences": "Custom Audiences from your website makes it possible to reach people who visit your website and deliver the right message to them on Facebook.",
"Facebook": "The website mentions facebook.com in some form.",
"Instagram": "The website mentions Instagram in some form.",
"GitHub": "The website mentions github.com in some form.",
"YouTube Link": "This website mentions YouTube.com on it in some form or another.",
"Netlify": "Netlify is a platform that automates your code to create web sites.",
"Amazon": "This site is hosted on Amazon AWS EC2 Infrastructure.",
"Amazon Sydney Region": "Amazon Hosted EC2 Instances in Sydney",
"Amazon Frankfurt Region": "Amazon Hosted EC2 Instances in Frankfurt, Germany.",
"Amazon California Region": "Amazon Hosted EC2 Instances in California",
"Amazon Virginia Region": "Amazon Hosted EC2 Instances in Virginia",
"Amazon Singapore Region": "Amazon Hosted EC2 Instances in Singapore",
"German Server Location": "The web server is located in Germany.",
"NSONE": "NSONE delivers data driven DNS with enterprise level support and transparent pricing.",
"Microsoft Exchange Online": "A rich hosted Exchange environment for every user without having to manage a server.",
"SPF": "The Sender Policy Framework is an open standard specifying a technical method to prevent sender address forgery.",
"Office 365 Mail": "Email sent from this domain has records showing Office 365 usage.",
"LetsEncrypt": "Let’s Encrypt is a free open Certificate Authority.",
"SSL by Default": "The website redirects traffic to an HTTPS/SSL version by default.",
"HSTS": "Forces browsers to only communicate with the site using HTTPS.",
"Amazon S3 CDN": "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.",
"Content Delivery Network": "This page contains links that give the impression that some of the site contents are stored on a content delivery network."
}
{
"whois.punktum.dk": {
"Domain Status": [
"Active"
],
"Name Server": [
"studenterhuset.dk",
"dns1.p01.nsone.net",
"dns2.p01.nsone.net",
"dns3.p01.nsone.net",
"dns4.p01.nsone.net"
],
"# Version": "5.4.0",
"Domain Name": "studenterhuset.dk",
"Created Date": "2000-02-10",
"Expiry Date": "2025-03-31",
"Registration period": "1 year",
"VID": "no",
"DNSSEC": "Unsigned delegation",
"text": [
"# Hello 2605:4c40:40:b747:0:bfca:8c6b:1. Your session has been logged.",
"#",
"# Copyright (c) 2002 - 2025 by Punktum dk A/S",
"#",
"#",
"# The data in the DK Whois database is provided by Punktum dk A/S",
"# for information purposes only, and to assist persons in obtaining",
"# information about or related to a domain name registration record.",
"# We do not guarantee its accuracy. We will reserve the right to remove",
"# access for entities abusing the data, without notice.",
"#",
"# Any use of this material to target advertising or similar activities",
"# are explicitly forbidden and will be prosecuted. Punktum dk A/S",
"# requests to be notified of any such activities or suspicions thereof.",
"Nameservers",
"",
"# Use option --show-handles to get handle information.",
"# whois -h whois.punktum.dk HELP for more help."
]
}
}