Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
65 third-party resources (73% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1947485b-d7e9-4c5f-8a29-1559f5c44997)<a href="https://beavercheck.com/results/1947485b-d7e9-4c5f-8a29-1559f5c44997"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fopenedition.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fopenedition.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 7.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 7.4s to load
+12% bounceUsers abandon at ~3s — you're 4.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $5,560/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,560 /mo
~$66,722 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,503 / year if left unfixed
$157,500
+3 more
$0.24 /mo
2973.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.332
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.76 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.42 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Textus & Musica article#oe-revues-first-2 > figure > a > img | www.openedition.org/docannexe/image/0/textusmusica_600%C3%97281-160x75.png | 22.2 KiB | 20.3 KiB |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons | static.openedition.org/openedition/images/shared/sprites.png | 25.8 KiB | 19.7 KiB |
Avignon Université ul > li > a > img | www.openedition.org/docannexe/image/19342/avignon_universite_CMJN-1_90x111px.jpg | 11.6 KiB | 10.0 KiB |
OpenEdition est un portail de ressources électroniques en sciences humaines et … body#home > div.page > main > div.oe-more | static.openedition.org/openedition/images/openedition/flower.png | 13.0 KiB | 9.7 KiB |
Aix-Marseille Université ul > li > a > img | www.openedition.org/docannexe/image/19340/logo_amu_bleu_rvb_130.png | 10.2 KiB | 8.5 KiB |
Investissements d'avenir ul > li > a > img | www.openedition.org/docannexe/image/19343/Logotype-rouge-bleu_100x100px.png | 9.2 KiB | 7.6 KiB |
École des Hautes Études en Sciences Sociales ul > li > a > img | www.openedition.org/docannexe/image/19341/Logo_EHESS_2021_CMJN_100x105px.png | 8.8 KiB | 7.1 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| openedition.org/ | 2.5 s |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| openedition.org/ | 0.0 ms |
| www.openedition.org/ | 330 ms |
| www.openedition.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
OpenEdition est un portail de ressources électroniques en sciences humaines et … body#home > div.page | 0.251 |
| 0.058 | |
À la Une
MES AMIS LES CHLEUHS
Souvenirs et scènes de vie berbère
Léopold Ju… div.page > main > div#books > section.first | 0.012 |
| 0.009 |
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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| analytics.openedition.org/matomo.js | 66.8 KiB | 37.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ob-header-bottom-row > div.ob-header-bottom-nav-container > div.ob-header-bottom-nav-mobile > button#ob-sidenav-button div.ob-header-bottom-row > div.ob-header-bottom-nav-container > div.ob-header-bottom-nav-mobile > button#ob-sidenav-button |
div.ob-header-bottom-nav-container > div.ob-header-bottom-tout-OE > div.ob-header-bottom-tout-OE-content > button#ob-grid-nav-content-open div.ob-header-bottom-nav-container > div.ob-header-bottom-tout-OE > div.ob-header-bottom-tout-OE-content > button#ob-grid-nav-content-open |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Rechercher dans...
Tout OpenEdition
Catalogue des revues
Catalogue des carnets div.ob-search-container > form > div.ob-dropdown-search > select.ob-dropdown-search-select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RECHERCHER div#ob-search > div.ob-search-container > form > button.ob-buttons-search |
L’Atelier div > header > h1 > a |
Lire la suite div.section-articles > article#oe-revues-first-0 > div > a.read-more |
Revue de la Société française Shakespeare div > header > h1 > a |
Lire la suite div.section-articles > article#oe-revues-first-1 > div > a.read-more |
Textus & Musica. Revue d’études interdisciplinaires div > header > h1 > a |
LIRE LES ARCHIVES div.more-infos > ul.read-more > li > a |
ACCÉDER AU CATALOGUE div.more-infos > ul.read-more > li > a |
RAPPORTS DE GENRE FACE AUX NOUVEAUX DÉFIS SOCIÉTAUX ET ÉCONOMIQUES : MUTATIONS,… div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-0 > div > p > a.read-more |
LES TRANSFORMATIONS DES MONDES SOCIAUX DE LA PÊCHE div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-1 > div > p > a.read-more |
SEXUALITÉ ET DÉVIANCES. PERSPECTIVES HISTORIQUES div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-2 > div > p > a.read-more |
VOIR TOUTES LES CATÉGORIES div.more-infos > ul.read-more > li > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ob-header-bottom-bar > div.ob-header-bottom-row > div.ob-header-bottom-logo > a div.ob-header-bottom-bar > div.ob-header-bottom-row > div.ob-header-bottom-logo > a |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Institut français d’études anatoliennes, 2026 article#oe-books-first-1 > div > header > h3 |
ENS Éditions, 2026 article#oe-books-first-4 > div > header > h3 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LIRE LES ARCHIVES div.more-infos > ul.read-more > li > a |
ACCÉDER AU CATALOGUE div.more-infos > ul.read-more > li > a |
Services li.oe-FooterBlock-links-subTitle > ul > li > a |
Équipe li.oe-FooterBlock-links-subTitle > ul > li > a |
Bilans et rapports li.oe-FooterBlock-links-subTitle > ul > li > a |
Grandes Dates li.oe-FooterBlock-links-subTitle > ul > li > a |
Conseils et comités li.oe-FooterBlock-links-subTitle > ul > li > a |
Expertise scientifique li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2024 li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2025 li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2026 li.oe-FooterBlock-links-subTitle > ul > li > a |
OpenEdition Journals li.oe-FooterBlock-links-subTitle > ul > li > a |
OpenEdition Books li.oe-FooterBlock-links-subTitle > ul > li > a |
Hypothèses li.oe-FooterBlock-links-subTitle > ul > li > a |
Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
Adhérer li.oe-FooterBlock-links-subTitle > ul > li > a |
Se former li.oe-FooterBlock-links-subTitle > ul > li > a |
Flux de syndication li.oe-FooterBlock-links-subTitle > ul > li > a |
Résolveur d’ISBN li.oe-FooterBlock-links-subTitle > ul > li > a |
Candidater à OpenEdition Journals li.oe-FooterBlock-links-subTitle > ul > li > a |
Candidater à OpenEdition Books li.oe-FooterBlock-links-subTitle > ul > li > a |
Identification des publications li.oe-FooterBlock-links-subTitle > ul > li > a |
Statistiques de fréquentation li.oe-FooterBlock-links-subTitle > ul > li > a |
Labellisation des revues li.oe-FooterBlock-links-subTitle > ul > li > a |
Outils de référencement li.oe-FooterBlock-links-subTitle > ul > li > a |
API de Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
Service OPDS li.oe-FooterBlock-links-subTitle > ul > li > a |
Commande de livres li.oe-FooterBlock-links-subTitle > ul > li > a |
Abonnement aux revues li.oe-FooterBlock-links-subTitle > ul > li > a |
Institutions partenaires li.oe-FooterBlock-links-subTitle > ul > li > a |
Référencement ul > li.oe-FooterBlock-links-subTitle > h2 > a |
Référencement li.oe-FooterBlock-links-subTitle > ul > li > a |
Dépôt OAI-PMH li.oe-FooterBlock-links-subTitle > ul > li > a |
Notices au format MARC li.oe-FooterBlock-links-subTitle > ul > li > a |
Fichiers au format KBART li.oe-FooterBlock-links-subTitle > ul > li > a |
Flux de syndication li.oe-FooterBlock-links-subTitle > ul > li > a |
API de Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
CGU li.oe-FooterBlock-links-subTitle > ul > li > a |
Crédits li.oe-FooterBlock-links-subTitle > ul > li > a |
Données personnelles li.oe-FooterBlock-links-subTitle > ul > li > a |
Gestion des Cookies li.oe-FooterBlock-links-subTitle > ul > li > a |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.openedition.org/ | Allowed |
| www.openedition.org/favicon.ico | Blocked |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Mixed Content: The page at 'https://openedition.org/' was loaded over HTTPS, but requested an insecure favicon 'http://www.openedition.org/favicon.ico'. This request has been blocked; the content must be served over HTTPS. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Mar div#datepicker > div.ui-datepicker-inline > div.ui-datepicker-header > a.ui-datepicker-prev |
Mai div#datepicker > div.ui-datepicker-inline > div.ui-datepicker-header > a.ui-datepicker-next |
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.min.css?cachebuster=1.25.0"><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 |
| 12 | .centered-div { | Syntax not understood |
| 13 | text-align: center; | Unknown directive |
| 14 | } | Syntax not understood |
| 17 | font-variant-numeric: tabular-nums; | Unknown directive |
| 18 | } | Syntax not understood |
| 21 | display: none; | Unknown directive |
| 22 | width: 90%; | Unknown directive |
| 23 | width: min(20rem, 90%); | Unknown directive |
| 24 | height: 2rem; | Unknown directive |
| 25 | border-radius: 1rem; | Unknown directive |
| 26 | overflow: hidden; | Unknown directive |
| 27 | margin: 1rem 0 2rem; | Unknown directive |
| 28 | outline-offset: 2px; | Unknown directive |
| 29 | outline: #b16286 solid 4px; | Unknown directive |
| 30 | } | Syntax not understood |
| 32 | .bar-inner { | Syntax not understood |
| 33 | background-color: #b16286; | Unknown directive |
| 34 | height: 100%; | Unknown directive |
| 35 | width: 0; | Unknown directive |
| 36 | transition: width 0.25s ease-in; | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | </style><script id="anubis_version" type="application/json">"1.25.0" | Syntax not understood |
| 39 | </script><script id="anubis_challenge" type="application/json">null | Syntax not understood |
| 40 | </script><script id="anubis_base_prefix" type="application/json">"" | Syntax not understood |
| 41 | </script><script id="anubis_public_url" type="application/json">"" | Syntax not understood |
| 42 | </script></head><body id="top"><script type="ignore"><a href="/.within.website/x/cmd/anubis/api/honeypot/c2f84439-1974-45d3-8881-ee2d533bd87a/init">Don't click me</a></script><main><h1 id="title" class="centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:100%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=1.25.0"><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>. Made with ❤️ in 🇨🇦.</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>1.25.0</code>.</p></div></footer></main></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.139
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.42 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.93 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Textus & Musica article#oe-revues-first-2 > figure > a > img | www.openedition.org/docannexe/image/0/textusmusica_600%C3%97281-160x75.png | 22.2 KiB | 20.3 KiB |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons | static.openedition.org/openedition/images/shared/sprites.png | 25.8 KiB | 19.7 KiB |
Avignon Université ul > li > a > img | www.openedition.org/docannexe/image/19342/avignon_universite_CMJN-1_90x111px.jpg | 11.6 KiB | 10.0 KiB |
OpenEdition est un portail de ressources électroniques en sciences humaines et … body#home > div.page > main > div.oe-more | static.openedition.org/openedition/images/openedition/flower.png | 13.0 KiB | 9.7 KiB |
Aix-Marseille Université ul > li > a > img | www.openedition.org/docannexe/image/19340/logo_amu_bleu_rvb_130.png | 10.2 KiB | 8.5 KiB |
Investissements d'avenir ul > li > a > img | www.openedition.org/docannexe/image/19343/Logotype-rouge-bleu_100x100px.png | 9.2 KiB | 7.6 KiB |
École des Hautes Études en Sciences Sociales ul > li > a > img | www.openedition.org/docannexe/image/19341/Logo_EHESS_2021_CMJN_100x105px.png | 8.8 KiB | 7.1 KiB |
openedition.org li.oe-FooterBlock-links-list-item > h2.oe-FooterBlock-links-subTitle > a > img | static.openedition.org/openedition/images/openedition/logo_openedition.png | 6.3 KiB | 5.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| analytics.openedition.org/matomo.js | 66.8 KiB | 37.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| openedition.org/ | 559 ms |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| openedition.org/ | 0.0 ms |
| www.openedition.org/ | 110 ms |
| www.openedition.org/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
OpenEdition est un portail de ressources électroniques en sciences humaines et … body#home > div.page | 0.121 |
| 0.017 | |
15 AVRIL 2026
LA VILLE DE BLOIS ET LE FLEUVE LOIRE. VOLUME II
Cet ouvrage abond… div#books > section.third > div.section-articles > article#oe-books-third-2 | 0.001 |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Partager div.ob-header-top-right > div.ob-header-top-right-share > div#socialNetworksNavigation > ul.nav |
ACCUEIL
16265 LIVRES
672 REVUES
5129 CARNETS
61391 ÉVÉNEMENTS div.ob-header-bottom-nav-container > div.ob-header-bottom-nav > nav#ob-mobile-sidenav > ul.ob-mobile-sidenav |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
div.more-infos > ul.asc-desc > li > button.down div.more-infos > ul.asc-desc > li > button.down |
div.more-infos > ul.asc-desc > li > button.up div.more-infos > ul.asc-desc > li > button.up |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Rechercher dans...
Tout OpenEdition
Catalogue des revues
Catalogue des carnets div.ob-search-container > form > div.ob-dropdown-search > select.ob-dropdown-search-select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
main > div.separator_4 > h1 > a main > div.separator_4 > h1 > a |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
div.more-infos > ul.read-more > li.to-right > a.icons div.more-infos > ul.read-more > li.to-right > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
li.follow-us > ul > li > a.icons li.follow-us > ul > li > a.icons |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RECHERCHER div#ob-search > div.ob-search-container > form > button.ob-buttons-search |
L’Atelier div > header > h1 > a |
Lire la suite div.section-articles > article#oe-revues-first-0 > div > a.read-more |
Revue de la Société française Shakespeare div > header > h1 > a |
Lire la suite div.section-articles > article#oe-revues-first-1 > div > a.read-more |
Textus & Musica. Revue d’études interdisciplinaires div > header > h1 > a |
Lire la suite div.section-articles > article#oe-revues-first-2 > div > a.read-more |
Football(s). Histoire, culture, économie, société div > header > h1 > a |
Centre Lucien Febvre article#oe-revues-first-3 > div > p > a |
Université Marie & Louis Pasteur article#oe-revues-first-3 > div > p > a |
Presses universitaires de Franche-Comté article#oe-revues-first-3 > div > p > a |
Lire la suite div.section-articles > article#oe-revues-first-3 > div > a.read-more |
LIRE LES ARCHIVES div.more-infos > ul.read-more > li > a |
ACCÉDER AU CATALOGUE div.more-infos > ul.read-more > li > a |
Rivista di estetica 89 | 2025 article#oe-revues-second-0 > header > h1 > a |
Semen 58 | 2025 article#oe-revues-second-1 > header > h1 > a |
Quaderni di Sociologia 98 - LXIX | 2025 article#oe-revues-second-2 > header > h1 > a |
Histoire Politique 58 | -0001 article#oe-revues-second-3 > header > h1 > a |
Parcours anthropologiques 21 | -0001 article#oe-revues-second-4 > header > h1 > a |
Recherches en éducation 62 | -0001 article#oe-revues-second-5 > header > h1 > a |
Cahiers d’histoire. Revue d’histoire critique 165 | 2026 article#oe-revues-second-6 > header > h1 > a |
Essais 25 | -0001 article#oe-revues-second-7 > header > h1 > a |
No 147, juillet 2028 – La critique de la justice article#oe-revues-third-0 > header > h1 > a |
La santé sous contrainte article#oe-revues-third-1 > header > h1 > a |
32/1 Canguilhem et les erreurs du vivant article#oe-revues-third-2 > header > h1 > a |
32/1 Canguilhem and the Errors of the Living article#oe-revues-third-3 > header > h1 > a |
What Is the “New”? article#oe-revues-third-4 > header > h1 > a |
The Transformative Virtue of Surprise in Politics article#oe-revues-third-5 > header > h1 > a |
Badiou e il nuovo come irruzione dell’evento article#oe-revues-third-6 > header > h1 > a |
What Is the “New”? article#oe-revues-third-7 > header > h1 > a |
The (Old) Myth of Dematerialization and Its Overestimation in Contemporary Arts article#oe-revues-third-8 > header > h1 > a |
What Is So Special About Artistic Novelty? article#oe-revues-third-9 > header > h1 > a |
Novelty, Engagement, and Renascence: Some Aesthetic Concepts in Architecture article#oe-revues-third-10 > header > h1 > a |
RAPPORTS DE GENRE FACE AUX NOUVEAUX DÉFIS SOCIÉTAUX ET ÉCONOMIQUES : MUTATIONS,… div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-0 > div > p > a.read-more |
LES TRANSFORMATIONS DES MONDES SOCIAUX DE LA PÊCHE div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-1 > div > p > a.read-more |
SEXUALITÉ ET DÉVIANCES. PERSPECTIVES HISTORIQUES div > header > h1 > a |
LIRE LA SUITE article#oe-calenda-first-2 > div > p > a.read-more |
L’EAU DANS L’HISTOIRE DES ALPES-MARITIMES, ENJEUX SOCIÉTAUX, JURIDIQUES ET POLI… div > header > h1 > a |
VOIR TOUTES LES CATÉGORIES div.more-infos > ul.read-more > li > a |
Those Who Serve: Service, Labor, and Social Hierarchies in Historical Perspecti… article#oe-calenda-second-0 > header > h1 > a |
Rapports de genre face aux nouveaux défis sociétaux et économiques : mutations,… article#oe-calenda-second-1 > header > h1 > a |
L'université à l'épreuve de la désinformation article#oe-calenda-second-2 > header > h1 > a |
Appel à projets 2027 - Maison des sciences humaines et sociales (MSH) Paris Nord article#oe-calenda-second-3 > header > h1 > a |
Plurilinguisme en contextes variés à l’ère de l’intelligence artificielle : cré… article#oe-calenda-second-4 > header > h1 > a |
Contre-nature article#oe-calenda-second-5 > header > h1 > a |
Colloque franco espagnol sur les transitions sociales et environnementales du t… article#oe-calenda-second-6 > header > h1 > a |
Transition(s) socioécologique et territoriale : politiques, pédagogie, économie… article#oe-calenda-second-7 > header > h1 > a |
LES DERNIÈRES NOUVELLES SUR CALENDA div.more-infos > ul.read-more > li > a |
AVRIL div.ui-datepicker-inline > div.ui-datepicker-header > div.ui-datepicker-title > span.ui-datepicker-month |
2026 div.ui-datepicker-inline > div.ui-datepicker-header > div.ui-datepicker-title > span.ui-datepicker-year |
21 tbody > tr > td.ui-datepicker-days-cell-over > a.ui-state-default |
21 AVRIL 2026 div#Calenda > section.third > div#calendaEvents > time#calendaDay |
De la science des océans à l’économie bleue : bâtir la transition durable ul > li > h1 > a |
Living together in the Absurd ul > li > h1 > a |
Corps, sport, genre, rapports de pouvoir ul > li > h1 > a |
TOUS LES ÉVÉNEMENTS DU MOIS div.more-infos > ul.read-more > li > a |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ob-header-bottom-bar > div.ob-header-bottom-row > div.ob-header-bottom-logo > a div.ob-header-bottom-bar > div.ob-header-bottom-row > div.ob-header-bottom-logo > a |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Institut français d’études anatoliennes, 2026 article#oe-books-first-1 > div > header > h3 |
ENS Éditions, 2026 article#oe-books-first-4 > div > header > h3 |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LIRE LES ARCHIVES div.more-infos > ul.read-more > li > a |
ACCÉDER AU CATALOGUE div.more-infos > ul.read-more > li > a |
1 tbody > tr > td > a.ui-state-default |
2 tbody > tr > td > a.ui-state-default |
3 tbody > tr > td > a.ui-state-default |
4 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
5 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
6 tbody > tr > td > a.ui-state-default |
7 tbody > tr > td > a.ui-state-default |
8 tbody > tr > td > a.ui-state-default |
9 tbody > tr > td > a.ui-state-default |
10 tbody > tr > td > a.ui-state-default |
11 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
12 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
13 tbody > tr > td > a.ui-state-default |
14 tbody > tr > td > a.ui-state-default |
15 tbody > tr > td > a.ui-state-default |
16 tbody > tr > td > a.ui-state-default |
17 tbody > tr > td > a.ui-state-default |
18 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
19 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
20 tbody > tr > td > a.ui-state-default |
21 tbody > tr > td.ui-datepicker-days-cell-over > a.ui-state-default |
22 tbody > tr > td > a.ui-state-default |
23 tbody > tr > td > a.ui-state-default |
24 tbody > tr > td > a.ui-state-default |
25 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
26 tbody > tr > td.ui-datepicker-week-end > a.ui-state-default |
27 tbody > tr > td > a.ui-state-default |
28 tbody > tr > td > a.ui-state-default |
29 tbody > tr > td > a.ui-state-default |
30 tbody > tr > td > a.ui-state-default |
TOUS LES ÉVÉNEMENTS DU JOUR div.more-infos > ul.read-more > li#calendaDayAll > a |
TOUS LES ÉVÉNEMENTS DU MOIS div.more-infos > ul.read-more > li > a |
Services li.oe-FooterBlock-links-subTitle > ul > li > a |
Équipe li.oe-FooterBlock-links-subTitle > ul > li > a |
Bilans et rapports li.oe-FooterBlock-links-subTitle > ul > li > a |
Grandes Dates li.oe-FooterBlock-links-subTitle > ul > li > a |
Conseils et comités li.oe-FooterBlock-links-subTitle > ul > li > a |
Expertise scientifique li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2024 li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2025 li.oe-FooterBlock-links-subTitle > ul > li > a |
Plan annuel 2026 li.oe-FooterBlock-links-subTitle > ul > li > a |
OpenEdition Journals li.oe-FooterBlock-links-subTitle > ul > li > a |
OpenEdition Books li.oe-FooterBlock-links-subTitle > ul > li > a |
Hypothèses li.oe-FooterBlock-links-subTitle > ul > li > a |
Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
Adhérer li.oe-FooterBlock-links-subTitle > ul > li > a |
Se former li.oe-FooterBlock-links-subTitle > ul > li > a |
Flux de syndication li.oe-FooterBlock-links-subTitle > ul > li > a |
Résolveur d’ISBN li.oe-FooterBlock-links-subTitle > ul > li > a |
Identification des publications li.oe-FooterBlock-links-subTitle > ul > li > a |
Statistiques de fréquentation li.oe-FooterBlock-links-subTitle > ul > li > a |
Labellisation des revues li.oe-FooterBlock-links-subTitle > ul > li > a |
Outils de référencement li.oe-FooterBlock-links-subTitle > ul > li > a |
API de Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
Service OPDS li.oe-FooterBlock-links-subTitle > ul > li > a |
Commande de livres li.oe-FooterBlock-links-subTitle > ul > li > a |
Abonnement aux revues li.oe-FooterBlock-links-subTitle > ul > li > a |
Institutions partenaires li.oe-FooterBlock-links-subTitle > ul > li > a |
Référencement ul > li.oe-FooterBlock-links-subTitle > h2 > a |
Référencement li.oe-FooterBlock-links-subTitle > ul > li > a |
Dépôt OAI-PMH li.oe-FooterBlock-links-subTitle > ul > li > a |
Notices au format MARC li.oe-FooterBlock-links-subTitle > ul > li > a |
Fichiers au format KBART li.oe-FooterBlock-links-subTitle > ul > li > a |
Flux de syndication li.oe-FooterBlock-links-subTitle > ul > li > a |
API de Calenda li.oe-FooterBlock-links-subTitle > ul > li > a |
CGU li.oe-FooterBlock-links-subTitle > ul > li > a |
Crédits li.oe-FooterBlock-links-subTitle > ul > li > a |
Données personnelles li.oe-FooterBlock-links-subTitle > ul > li > a |
Gestion des Cookies li.oe-FooterBlock-links-subTitle > ul > li > a |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.openedition.org/ | Allowed |
| www.openedition.org/favicon.ico | Blocked |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () | |
Mixed Content: The page at 'https://openedition.org/' was loaded over HTTPS, but requested an insecure favicon 'http://www.openedition.org/favicon.ico'. This request has been blocked; the content must be served over HTTPS. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Mixed content |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
MAR div#datepicker > div.ui-datepicker-inline > div.ui-datepicker-header > a.ui-datepicker-prev |
MAI div#datepicker > div.ui-datepicker-inline > div.ui-datepicker-header > a.ui-datepicker-next |
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.min.css?cachebuster=1.25.0"><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 |
| 12 | .centered-div { | Syntax not understood |
| 13 | text-align: center; | Unknown directive |
| 14 | } | Syntax not understood |
| 17 | font-variant-numeric: tabular-nums; | Unknown directive |
| 18 | } | Syntax not understood |
| 21 | display: none; | Unknown directive |
| 22 | width: 90%; | Unknown directive |
| 23 | width: min(20rem, 90%); | Unknown directive |
| 24 | height: 2rem; | Unknown directive |
| 25 | border-radius: 1rem; | Unknown directive |
| 26 | overflow: hidden; | Unknown directive |
| 27 | margin: 1rem 0 2rem; | Unknown directive |
| 28 | outline-offset: 2px; | Unknown directive |
| 29 | outline: #b16286 solid 4px; | Unknown directive |
| 30 | } | Syntax not understood |
| 32 | .bar-inner { | Syntax not understood |
| 33 | background-color: #b16286; | Unknown directive |
| 34 | height: 100%; | Unknown directive |
| 35 | width: 0; | Unknown directive |
| 36 | transition: width 0.25s ease-in; | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | </style><script id="anubis_version" type="application/json">"1.25.0" | Syntax not understood |
| 39 | </script><script id="anubis_challenge" type="application/json">null | Syntax not understood |
| 40 | </script><script id="anubis_base_prefix" type="application/json">"" | Syntax not understood |
| 41 | </script><script id="anubis_public_url" type="application/json">"" | Syntax not understood |
| 42 | </script></head><body id="top"><script type="ignore"><a href="/.within.website/x/cmd/anubis/api/honeypot/8932f98f-f0c8-4370-a8f3-a1203b0c7086/init">Don't click me</a></script><main><h1 id="title" class="centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:100%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=1.25.0"><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>. Made with ❤️ in 🇨🇦.</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>1.25.0</code>.</p></div></footer></main></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback