Skip to content
https://hal.science

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

49

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Open and share the knowledge Upload An international scope Your publicati… body.env-production > main > section.home-submit
hal.science/assets/img/hal-index-bg.png595.6 KiB408.1 KiB
Logo body.env-production > nav.navbar > a.navbar-brand > img
hal.science/assets/img/hal-logo-header.png89.7 KiB88.9 KiB
CNRS div.custom-footer-outer > div.col-sm-6 > a > img
hal.science/public/cnrs.png18.6 KiB18.1 KiB
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4
hal.science/assets/img/CoreTrustSeal.png18.0 KiB13.0 KiB
Logo body.env-production > nav.navbar > a.navbar-brand > img
hal.science/assets/img/hal-logo-text.png6.2 KiB6.1 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-SECTION
nodeLabel: Open and share the knowledge Upload An international scope Your publicati…
path: 1,HTML,1,BODY,3,MAIN,6,SECTION
selector: body.env-production > main > section.home-submit
snippet: <section class="home-submit">

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 3.1 s

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 170 ms 112.6 KiB

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.6 s 340.9 KiB

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 6.2 KiB
URLTransfer SizeEst Savings
hal.science/static/js/tarteaucitron/css/tarteaucitron.css30.5 KiB6.2 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
CNRS div.custom-footer-outer > div.col-sm-6 > a > img
hal.science/public/cnrs.png
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4
hal.science/assets/img/CoreTrustSeal.png
Inria div.custom-footer-outer > div.col-sm-6 > a > img
hal.science/public/inria.svg
INRAE div.custom-footer-outer > div.col-sm-6 > a > img
hal.science/public/inrae.svg
Ministère de l'enseignement supérieur et de la recherche div.custom-footer-outer > div.col-sm-6 > a > img
hal.science/public/mesr.svg

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Forced reflow
LCP breakdown
Modern HTTP
Optimize viewport for mobile
JavaScript execution time 0.6 s
Minimizes main-thread work 1.7 s
Avoid long main-thread tasks 3 long tasks found
Network Requests
Network Round Trip Times 20 ms
Server Backend Latencies 70 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 180 ms
Avoid large layout shifts 2 layout shifts found
INP breakdown
User Timing marks and measures
Avoid non-composited animations
97

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.row > div.col-md-12 > div.input-group > input.form-control div.row > div.col-md-12 > div.input-group > input.form-control

These are opportunities to improve the legibility of your content.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

General

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Manifest: Line: 1, column: 1, Syntax error.
Manifest: Line: 1, column: 1, Syntax error.

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
83

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Crawling and Indexing

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
1<!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.css?cachebuster=devel"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="robots" content="noindex,nofollow"><style>Syntax not understood
2 body,Syntax not understood
3 html {Syntax not understood
4 height: 100%;Unknown directive
5 display: flex;Unknown directive
6 justify-content: center;Unknown directive
7 align-items: center;Unknown directive
8 margin-left: auto;Unknown directive
9 margin-right: auto;Unknown directive
10 }Syntax not understood
11 .centered-div {Syntax not understood
12 text-align: center;Unknown directive
13 }Syntax not understood
15 font-variant-numeric: tabular-nums;Unknown directive
16 }Syntax not understood
18 display: none;Unknown directive
19 width: min(20rem, 90%);Unknown directive
20 height: 2rem;Unknown directive
21 border-radius: 1rem;Unknown directive
22 overflow: hidden;Unknown directive
23 margin: 1rem 0 2rem;Unknown directive
24 outline-offset: 2px;Unknown directive
25 outline: #b16286 solid 4px;Unknown directive
26 }Syntax not understood
27 .bar-inner {Syntax not understood
28 background-color: #b16286;Unknown directive
29 height: 100%;Unknown directive
30 width: 0;Unknown directive
31 transition: width 0.25s ease-in;Unknown directive
32 }Syntax not understood
33 img#image {Syntax not understood
34 width: 20% !important;Unknown directive
35 }Syntax not understood
36 </style><script id="anubis_version" type="application/json">"devel"Syntax not understood
37</script><script id="anubis_challenge" type="application/json">nullSyntax not understood
38</script><script id="anubis_base_prefix" type="application/json">""Syntax not understood
39</script><script id="anubis_public_url" type="application/json">""Syntax not understood
40</script></head><body id="top"><script type="ignore"><a href="/.within.website/x/cmd/anubis/api/honeypot/0ed8209c-f676-42ee-9363-a1127cc15fcf/init">Don't click me</a></script><main><svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.28 233.87"><defs><style>Unknown directive
41 .cls-1 { fill: #2ab6b8; } .cls-2 { fill: #4e4093; } .cls-3 { fill: #e84a1d; }Unknown directive
42 .cls-4 { fill: #ce3b1b; } .cls-5 { fill: #412781; } .cls-6 { fill: #64286e; }Unknown directive
43 .cls-7 { fill: #292d67; } .cls-8 { fill: #a63232; }Unknown directive
44 .cls-9 { font-family: CCSDmanrope-Regular, CCSD_manrope; font-size: 21.16px; font-variation-settings: 'wght' 400; }Unknown directive
45 .cls-9,Syntax not understood
46 .cls-10 { fill: #77509c; } .cls-11 { fill: #254496; } .cls-12 { letter-spacing: 0em; }Unknown directive
47 .cls-13 { fill: #7e2d46; } .cls-14 { fill: #222651; } .cls-15 { letter-spacing: -.02em; }Unknown directive
48 .cls-16,Syntax not understood
49 .cls-17 { fill: #0c8fbe; } .cls-18 { letter-spacing: 0em; } .cls-19 { fill: #1964ae; }Unknown directive
50 .cls-20 { letter-spacing: 0em; }Unknown directive
51 .cls-17 { font-family: 'CCSD_manrope-Regular', CCSD; font-size: 21.96px; }Unknown directive
52 .cls-21 { fill: #0ca0b9; } .cls-22 { fill: #222551; } .cls-23 { fill: #a36eac; }Unknown directive
53 </style></defs> <g><g><path class="cls-3" d="M43.16,176.5c.56.57,1.32.88,2.12.89h.01c.69,0,1.34-.23,1.87-.65-1.09-1.69-2.51-3.14-4.18-4.26-.44.53-.69,1.2-.69,1.9,0,.8.31,1.56.87,2.12Z"></path> <path class="cls-4" d="M42.27,177.46c-1.65-1.64-2.56-3.82-2.55-6.14,0-.16,0-.31.02-.47-.97-.34-1.99-.58-3.04-.71-.04.39-.06.78-.06,1.17-.01,3.15,1.22,6.11,3.46,8.34,2.32,2.31,5.37,3.46,8.43,3.46.28,0,.57-.01.85-.03-.11-1.06-.33-2.08-.66-3.06-2.33.05-4.68-.8-6.45-2.56Z"></path> <path class="cls-8" d="M39.21,180.6c-2.99-2.97-5.16-6.54-6.39-10.42-1.04.15-2.04.41-3,.76,1.37,4.42,3.82,8.48,7.22,11.85,3.32,3.3,7.26,5.64,11.45,7.03.37-.95.64-1.95.8-2.99-3.69-1.24-7.15-3.32-10.08-6.23Z"></path> <path class="cls-13" d="M46.24,193.71l-20.38-20.53c-.81.64-1.55,1.37-2.21,2.16l20.41,20.55c.8-.65,1.53-1.38,2.18-2.19Z"></path> <path class="cls-6" d="M21.26,179.49c-.36.96-.62,1.96-.77,3,3.78,1.23,7.33,3.33,10.33,6.31,2.93,2.91,5.07,6.38,6.31,10.17,1.04-.16,2.04-.43,2.99-.8-1.39-4.31-3.8-8.26-7.13-11.56-3.4-3.38-7.44-5.75-11.74-7.12Z"></path> <path class="cls-5" d="M29.93,189.75c-2.58-2.57-6.09-3.71-9.48-3.41.13,1.05.36,2.07.7,3.05,2.38-.09,4.79.76,6.6,2.56,1.65,1.64,2.56,3.82,2.55,6.14,0,.11,0,.21,0,.32.98.33,2,.55,3.05.66.03-.32.05-.64.05-.97.01-3.15-1.22-6.11-3.46-8.34Z"></path> <path class="cls-7" d="M26.87,192.9c-.56-.57-1.32-.88-2.12-.89h-.01c-.71,0-1.38.25-1.92.7,1.12,1.66,2.58,3.08,4.28,4.16.42-.52.64-1.17.65-1.85,0-.8-.31-1.56-.87-2.12Z"></path></g> <g><polygon class="cls-22" points="72.56 182.74 64.59 182.74 64.59 177.44 60.63 177.44 60.63 191.73 64.59 191.73 64.59 185.99 72.56 185.99 72.56 191.73 76.52 191.73 76.52 177.44 72.56 177.44 72.56 182.74"></polygon> <polygon class="cls-22" points="103.12 188.37 103.12 177.44 99.17 177.44 99.17 191.73 111.87 191.73 111.87 188.37 103.12 188.37"></polygon> <path class="cls-22" d="M85.05,177.44l-6.34,14.3h3.98l1.15-2.65h0l.31-.71h7.09l.32.71h0l.53,1.2h0s.64,1.45.64,1.45h4.25l-6.63-14.3h-5.3ZM89.73,185.01h-4.12l2.03-4.69,2.09,4.69Z"></path></g></g> <g><g><path class="cls-22" d="M98.08,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M176.62,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M255.25,104.51v-.68h19.47c.23,2.34,1.21,7.32,12.37,7.32h.45c10.94,0,12.37-3.09,12.37-5.89,0-2.94-1.74-4.98-11.02-5.21l-7.7-.23c-19.62-.6-25.28-8.07-25.28-16.75v-.68c0-9.28,5.43-16.83,29.35-16.83h2.87c25.96,0,29.8,9.21,29.8,17.05v.6h-19.17c-.38-2.34-1.81-5.73-11.85-5.73h-.68c-9.58,0-11.54,1.89-11.54,4.6,0,2.57,1.89,4.6,10.41,4.83l7.92.23c20.9.6,25.88,7.17,25.88,16.68v.91c0,8.68-3.92,18.71-30.48,18.71h-2.04c-28.14,0-31.16-11.77-31.16-18.94Z"></path> <path class="cls-22" d="M360.8,66.33c30.03,0,36.75,14.26,36.75,26.33v2.26c0,12.37-5.58,27.54-36.67,27.54h-31.01v-56.14h30.94ZM359.22,108.96c17.81,0,19.54-8.53,19.54-14.56v-.45c0-5.81-1.81-14.19-19.54-14.19h-11.32v29.2h11.32Z"></path></g> <circle class="cls-3" cx="422.34" cy="111.43" r="12.4"></circle> <rect class="cls-1" x="442.46" y="100.52" width="21.82" height="21.82"></rect> <polygon class="cls-23" points="490.9 100.52 478.3 100.52 472 111.43 478.3 122.34 490.9 122.34 497.2 111.43 490.9 100.52"></polygon></g> <g><g><text class="cls-17" transform="translate(245.45 191.07)"><tspan x="0" y="0">sciences</tspan></text> <g><path class="cls-14" d="M214.14,180.17h-9.71v2.46h9.4v3.41h-9.4v2.62h9.83v3.33h-13.95v-15.11h13.83v3.29Z"></path> <path class="cls-14" d="M237.46,191.99v-15.11h4.18v15.11h-4.18Z"></path> <path class="cls-14" d="M228.06,176.88h-10.23v15.11h4.18v-4.83h6.05c4.71,0,6.25-2.17,6.25-5.04v-.22c0-2.92-1.48-5.02-6.25-5.02ZM229.97,182.06c0,1.08-.67,1.73-2.21,1.73h-5.75v-3.53h5.75c1.54,0,2.21.67,2.21,1.73v.08Z"></path></g></g> <g><polygon class="cls-1" points="160.25 170.58 160.25 173.63 186.05 173.63 186.05 199.44 189.1 199.44 189.1 170.58 160.25 170.58"></polygon> <polygon class="cls-21" points="160.25 176.95 160.25 180.01 179.32 178.34 181.17 199.44 184.23 199.44 182.1 175.04 160.25 176.95"></polygon> <polygon class="cls-16" points="160.25 182.72 160.25 185.82 173.47 183.49 176.28 199.44 179.38 199.44 175.94 179.96 160.25 182.72"></polygon> <polygon class="cls-19" points="160.25 188.12 160.25 191.28 168.53 189.06 171.31 199.44 174.47 199.44 170.69 185.32 160.25 188.12"></polygon> <polygon class="cls-11" points="160.25 193.16 160.25 196.4 164.58 194.83 166.26 199.44 169.5 199.44 166.4 190.92 160.25 193.16"></polygon> <polygon class="cls-7" points="160.25 198.06 160.25 199.44 164.19 199.44 162.96 196.8 160.25 198.06"></polygon></g></g> <g><g><path class="cls-10" d="M385.37,198.44l-11.64-6.72v-13.44l11.64-6.72,11.64,6.72v13.44l-11.64,6.72ZM376.78,189.97l8.6,4.96,8.6-4.96v-9.93l-8.6-4.96-8.6,4.96v9.93Z"></path> <path class="cls-2" d="M385.37,192.81l-6.76-3.9v-7.8l6.76-3.9,6.76,3.9v7.8l-6.76,3.9ZM381.65,187.16l3.72,2.15,3.72-2.15v-4.29l-3.72-2.15-3.72,2.15v4.29Z"></path> <polygon class="cls-7" points="385.37 182.84 383.5 183.93 383.5 186.09 385.37 187.17 387.25 186.09 387.25 183.93 385.37 182.84"></polygon> <g><polygon class="cls-23" points="383.13 170.74 377.14 170.74 374.14 175.93 383.13 170.74"></polygon> <polygon class="cls-23" points="374.14 194.09 377.14 199.27 383.13 199.27 374.14 194.09"></polygon> <polygon class="cls-23" points="371.89 179.82 368.9 185.01 371.89 190.19 371.89 179.82"></polygon> <polygon class="cls-23" points="387.62 199.27 393.61 199.27 396.61 194.09 387.62 199.27"></polygon> <polygon class="cls-23" points="398.85 190.19 401.85 185.01 398.85 179.82 398.85 190.19"></polygon> <polygon class="cls-23" points="387.62 170.74 396.61 175.93 393.61 170.74 387.62 170.74"></polygon></g></g> <g><g><path class="cls-14" d="M499.78,184.69v-.59c0-3.03,1.76-7.16,8.41-7.16h.9c6.1,0,8.14,2.99,8.14,5.75v.04h-4.15c-.06-.41-.61-2.47-4.44-2.47-3.56,0-4.68,2-4.68,3.95v.27c0,1.8,1.15,4.09,4.7,4.09,3.87,0,4.36-2.09,4.42-2.56h4.15v.06c0,2.66-1.96,5.85-8.14,5.85h-.9c-6.65,0-8.41-4.26-8.41-7.24Z"></path> <path class="cls-14" d="M538.04,184.11v.59c0,3.13-1.94,7.26-8.74,7.26h-.86c-6.81,0-8.74-4.13-8.74-7.26v-.59c0-3.17,1.94-7.18,8.74-7.18h.86c6.81,0,8.74,3.99,8.74,7.18ZM528.86,180.25c-4.07,0-4.99,2.21-4.99,4.01v.27c0,1.76.98,4.07,4.99,4.07s4.99-2.31,4.99-4.07v-.27c0-1.8-.88-4.01-4.99-4.01Z"></path> <path class="cls-14" d="M545.13,191.72h-3.93v-14.56h4.15l8.51,9.37v-9.37h3.91v14.56h-3.95l-8.69-9.43v9.43Z"></path> <path class="cls-14" d="M574.85,180.39h-9.25v2.6h8.98v3.33h-8.98v5.4h-4.01v-14.56h13.26v3.23Z"></path></g> <text class="cls-9" transform="translate(409.76 190.84)"><tspan x="0" y="0">sciences</tspan></text></g></g></svg><h1 id="title" class=".centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:20%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=devel"><p>Access Denied: error code 4d1dbaddfcc0f385.</p><p><a href="/">Go home</a></p></div><footer><div class="centered-div"><p>Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> From <a href="https://techaro.lol">Techaro</a>.</p><p>Mascot design by <a href="https://bsky.app/profile/celphase.bsky.social">CELPHASE</a>.</p><p>This website is running Anubis version <code>devel</code>.</p></div></footer></main></body></html>Unknown directive

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback