Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /content/dam/media/corp/financial-reports/annual-report-2... | 14400.0 s | 296.6 KiB |
| /is/image/sikacs/glo-SustainablySika-Diversity-250383-for... | 35991.0 s | 76.9 KiB |
| /is/image/sikacs/glo-ar-2023-battersea-power-station-lond... | 35991.0 s | 74.0 KiB |
| /is/image/sikacs/glo-hero-january-2026-05443557?wid=960&h... | 35991.0 s | 67.3 KiB |
| /is/image/sikacs/glo-ar-2023-wind-farm-sustainability-018... | 35991.0 s | 66.5 KiB |
| /is/image/sika/glo-strategy-2028-beyond-the-expected?wid=... | 35991.0 s | 36.4 KiB |
| /is/image/sika/Sika_NoClaim_pos_rgb_mobile?wid=320&hei=27... | 35991.0 s | 10.1 KiB |
| /tools/common/eurolandiframeautoheight/eurolandtoolsinteg... | 600.0 s | 5.0 KiB |
| /beacon.min.js/vcd15cbe7772f49c399c6a5babf22c124171768917... | 86400.0 s | 6.9 KiB |
| www.sika.com/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js | 14400.0 s | 1011 B |
| sika.scene7.com/is/content/sikacs/glo-hero-january-2026-05841731 | 19246.0 s | 0 B |
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.
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.
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 | |
|---|---|---|---|
Marienhof Station, Munich, Germany div.sika-ui-hero-teaser-item > div.sika-ui-hero-teaser-item__image-wrapper > picture > img.sika-ui-hero-teaser-item__image | /content/dam/media/corp/financial-reports/annual-report-2... | 296.1 KiB | 266.1 KiB |
Engineers Collaborate in Modern Robotics Laboratory div.sika-ui-hero-teaser-item > div.sika-ui-hero-teaser-item__image-wrapper > picture > img.sika-ui-hero-teaser-item__image | /is/image/sikacs/glo-SustainablySika-Diversity-250383-for... | 76.5 KiB | 64.7 KiB |
Curved Modern Building Against Clear Sky View div > div.sika-ui-hero > picture > img | /is/image/sikacs/glo-hero-january-2026-05443557?wid=960&h... | 66.9 KiB | 54.6 KiB |
AR 2023 div.sika-ui-hero-teaser-item > div.sika-ui-hero-teaser-item__image-wrapper > picture > img.sika-ui-hero-teaser-item__image | /is/image/sikacs/glo-ar-2023-wind-farm-sustainability-018... | 66.1 KiB | 36.2 KiB |
AR 2023 div > div.sika-ui-fullscreen-teaser > picture > img | /is/image/sikacs/glo-ar-2023-battersea-power-station-lond... | 73.6 KiB | 29.6 KiB |
div.sika-ui-hero-teaser-item > div.sika-ui-hero-teaser-item__image-wrapper > picture > img.sika-ui-hero-teaser-item__image div.sika-ui-hero-teaser-item > div.sika-ui-hero-teaser-item__image-wrapper > picture > img.sika-ui-hero-teaser-item__image | /is/image/sika/glo-strategy-2028-beyond-the-expected?wid=... | 36.0 KiB | 22.8 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /etc.clientlibs/sika/clientlibs/clientlib-base.lc-f02ab50... | 3.4 s | 854 ms | 2.0 s |
| www.sika.com/ | 776 ms | 43 ms | 4.5 ms |
| Unattributable | 581 ms | 13 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5JM3WCQM | 563 ms | 457 ms | 94 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Parsing & Compilation | 2.2 s |
| Script Evaluation | 1.4 s |
| Other | 787 ms |
| Style & Layout | 663 ms |
| Parse HTML & CSS | 239 ms |
| Rendering | 94 ms |
| Garbage Collection | 90 ms |
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.
| URL | |
|---|---|
Curved Modern Building Against Clear Sky View div > div.sika-ui-hero > picture > img | /is/image/sikacs/glo-hero-january-2026-05443557?wid=960&h... |
div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo | /is/image/sika/Sika_NoClaim_pos_rgb_mobile?wid=320&hei=27... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Line 6 São Paolo Metro
Beneath the bustling heart of São Paulo, innovation is … div.sika-ui-story-listing__wrapper > div.sika-ui-base-listing > div.sika-ui-base-listing__results > div.sika-ui-story-listing__teaser-board |
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.
Names and labels
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.sika-ui-helpbox__grid > div.sika-ui-helpbox__left > form.sika-ui-helpbox__search > button.sika-ui-helpbox__search-button div.sika-ui-helpbox__grid > div.sika-ui-helpbox__left > form.sika-ui-helpbox__search > button.sika-ui-helpbox__search-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.htmlcode > div > iframe#EurolandToolID div > div.htmlcode > div > iframe#EurolandToolID |
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 |
|---|
div.sika-ui-header__container > div.sika-ui-header__yellow-band > div.sika-ui-header__left-content > a div.sika-ui-header__container > div.sika-ui-header__yellow-band > div.sika-ui-header__left-content > a |
div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link |
div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link |
div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link |
div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link |
div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link div.sika-ui-footer > div.sika-ui-footer__content > div.sika-ui-footer__social > a.sika-ui-pictogram__link |
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.
Navigation
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 |
|---|
How can we help you? div.sika-ui-helpbox > div.sika-ui-helpbox__grid > div.sika-ui-helpbox__left > h3.sika-ui-helpbox__title |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Media Release / 2026 / April
Sika expands its activities in Central Asia with … div.sika-ui-base-listing__results > div.sika-ui-base-listing__list > article.sika-ui-news-listing__card-item > a.sika-ui-news-listing__card-link |
AD HOC
April / Ad hoc / Financial / Media Release / 2026
Sika reports Q1 2026… div.sika-ui-base-listing__results > div.sika-ui-base-listing__list > article.sika-ui-news-listing__card-item > a.sika-ui-news-listing__card-link |
Media Release / 2026 / March / Construction
Sika advances digitalization in co… div.sika-ui-base-listing__results > div.sika-ui-base-listing__list > article.sika-ui-news-listing__card-item > a.sika-ui-news-listing__card-link |
Line 6 São Paolo Metro
Beneath the bustling heart of São Paulo, innovation is … div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Munich’s Future in the Making
At record depth, the construction of a second ma… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Digital Momentum and Strategic Discipline
Sika continued to advance its strate… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
The Increasing Value of Real-Time Data
Sika continues to integrate innovative … div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Sika is now an Official Sponsor of the IIHF Ice Hockey World Championship
Sika… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Replacing Steel Reinforcement With Macro-Fibers
The World Business Council for… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
The Smart Roof That Heals Itself
Modern flat roofs are remarkably versatile: t… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Sika Is Leading the Path to Sustainability
Cities play a major role as economi… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Smart and Durable Solutions for Data Center Construction
Cloud computing, data… div.sika-ui-story-listing__teaser-board > div.sika-ui-story-listing__grid > article.sika-ui-story-listing__item > a.sika-ui-story-listing__link |
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | /etc.clientlibs/sika/clientlibs/clientlib-base.lc-f02ab50... line 171, col 32605 |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.sika.com/en/about-us/strategy.html | Learn more |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo div.sika-ui-header__left-content > a > picture > img.sika-ui-header__logo |
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 5 | Disallow: https://www.sika.com/dms/getdocument.get/01f8f084-20c6-404e-9877-32244c24bb7d/glo-sika-car-parks-fit-vehicles-future-oct-2022.pdf | Pattern should either be empty, start with "/" or "*" |
| 18 | Disallow: https://www.sika.com/en/dima-tst-page.html | Pattern should either be empty, start with "/" or "*" |
| 19 | Disallow: https://www.sika.com/en/footer.html | Pattern should either be empty, start with "/" or "*" |
| 20 | Disallow: https://www.sika.com/en/footer/legal-notice.html | Pattern should either be empty, start with "/" or "*" |
| 21 | Disallow: https://www.sika.com/en/footer/imprint.html | Pattern should either be empty, start with "/" or "*" |
| 22 | Disallow: https://www.sika.com/en/footer/privacy-notice.html | Pattern should either be empty, start with "/" or "*" |
| 23 | Disallow: https://www.sika.com/en/footer/dop.html | Pattern should either be empty, start with "/" or "*" |
| 24 | Disallow: https://www.sika.com/en/footer/dop/austria-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 25 | Disallow: https://www.sika.com/en/footer/dop/austria-contact-form/austria-success.html | Pattern should either be empty, start with "/" or "*" |
| 26 | Disallow: https://www.sika.com/en/footer/dop/belgium-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 27 | Disallow: https://www.sika.com/en/footer/dop/belgium-contact-form/belgium-success.html | Pattern should either be empty, start with "/" or "*" |
| 28 | Disallow: https://www.sika.com/en/footer/dop/bulgaria-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 29 | Disallow: https://www.sika.com/en/footer/dop/bulgaria-contact-form/bulgaria-success.html | Pattern should either be empty, start with "/" or "*" |
| 30 | Disallow: https://www.sika.com/en/footer/dop/croatia-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 31 | Disallow: https://www.sika.com/en/footer/dop/croatia-contact-form/croatia-success.html | Pattern should either be empty, start with "/" or "*" |
| 32 | Disallow: https://www.sika.com/en/footer/dop/czech-republic-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 33 | Disallow: https://www.sika.com/en/footer/dop/czech-republic-contact-form/czech-republic-success.html | Pattern should either be empty, start with "/" or "*" |
| 34 | Disallow: https://www.sika.com/en/footer/dop/denmark-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 35 | Disallow: https://www.sika.com/en/footer/dop/denmark-contact-form/denmark-success.html | Pattern should either be empty, start with "/" or "*" |
| 36 | Disallow: https://www.sika.com/en/footer/dop/estonia-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 37 | Disallow: https://www.sika.com/en/footer/dop/estonia-contact-form/estonia-success.html | Pattern should either be empty, start with "/" or "*" |
| 38 | Disallow: https://www.sika.com/en/footer/dop/finland-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 39 | Disallow: https://www.sika.com/en/footer/dop/finland-contact-form/finland-success.html | Pattern should either be empty, start with "/" or "*" |
| 40 | Disallow: https://www.sika.com/en/footer/dop/france-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 41 | Disallow: https://www.sika.com/en/footer/dop/france-contact-form/france-success.html | Pattern should either be empty, start with "/" or "*" |
| 42 | Disallow: https://www.sika.com/en/footer/dop/greece-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 43 | Disallow: https://www.sika.com/en/footer/dop/greece-contact-form/greece-success.html | Pattern should either be empty, start with "/" or "*" |
| 44 | Disallow: https://www.sika.com/en/footer/dop/hungary-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 45 | Disallow: https://www.sika.com/en/footer/dop/hungary-contact-form/hungary-success.html | Pattern should either be empty, start with "/" or "*" |
| 46 | Disallow: https://www.sika.com/en/footer/dop/ireland-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 47 | Disallow: https://www.sika.com/en/footer/dop/ireland-contact-form/ireland-success.html | Pattern should either be empty, start with "/" or "*" |
| 48 | Disallow: https://www.sika.com/en/footer/dop/italy-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 49 | Disallow: https://www.sika.com/en/footer/dop/italy-contact-form/italy-success.html | Pattern should either be empty, start with "/" or "*" |
| 50 | Disallow: https://www.sika.com/en/footer/dop/latvia-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 51 | Disallow: https://www.sika.com/en/footer/dop/latvia-contact-form/latvia-success.html | Pattern should either be empty, start with "/" or "*" |
| 52 | Disallow: https://www.sika.com/en/footer/dop/lithuania-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 53 | Disallow: https://www.sika.com/en/footer/dop/lithuania-contact-form/lithuania-success.html | Pattern should either be empty, start with "/" or "*" |
| 54 | Disallow: https://www.sika.com/en/footer/dop/netherlands-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 55 | Disallow: https://www.sika.com/en/footer/dop/netherlands-contact-form/netherlands-success.html | Pattern should either be empty, start with "/" or "*" |
| 56 | Disallow: https://www.sika.com/en/footer/dop/portugal-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 57 | Disallow: https://www.sika.com/en/footer/dop/portugal-contact-form/portugal-success.html | Pattern should either be empty, start with "/" or "*" |
| 58 | Disallow: https://www.sika.com/en/footer/dop/poland-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 59 | Disallow: https://www.sika.com/en/footer/dop/poland-contact-form/poland-success.html | Pattern should either be empty, start with "/" or "*" |
| 60 | Disallow: https://www.sika.com/en/footer/dop/romania-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 61 | Disallow: https://www.sika.com/en/footer/dop/romania-contact-form/romania-success.html | Pattern should either be empty, start with "/" or "*" |
| 62 | Disallow: https://www.sika.com/en/footer/dop/slovakia-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 63 | Disallow: https://www.sika.com/en/footer/dop/slovakia-contact-form/slovakia-success.html | Pattern should either be empty, start with "/" or "*" |
| 64 | Disallow: https://www.sika.com/en/footer/dop/slovenia-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 65 | Disallow: https://www.sika.com/en/footer/dop/slovenia-contact-form/slovenia-success.html | Pattern should either be empty, start with "/" or "*" |
| 66 | Disallow: https://www.sika.com/en/footer/dop/spain-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 67 | Disallow: https://www.sika.com/en/footer/dop/spain-contact-form/spain-success.html | Pattern should either be empty, start with "/" or "*" |
| 68 | Disallow: https://www.sika.com/en/footer/dop/sweden-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 69 | Disallow: https://www.sika.com/en/footer/dop/sweden-contact-form/sweden-success.html | Pattern should either be empty, start with "/" or "*" |
| 70 | Disallow: https://www.sika.com/en/footer/dop/uk-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 71 | Disallow: https://www.sika.com/en/footer/dop/uk-contact-form/uk-success.html | Pattern should either be empty, start with "/" or "*" |
| 72 | Disallow: https://www.sika.com/en/footer/dop/switzerland-d-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 73 | Disallow: https://www.sika.com/en/footer/dop/switzerland-d-contact-form/switzerland-d-success.html | Pattern should either be empty, start with "/" or "*" |
| 74 | Disallow: https://www.sika.com/en/footer/dop/switzerland-f-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 75 | Disallow: https://www.sika.com/en/footer/dop/switzerland-f-contact-form/switzerland-f-success.html | Pattern should either be empty, start with "/" or "*" |
| 76 | Disallow: https://www.sika.com/en/footer/dop/germany-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 77 | Disallow: https://www.sika.com/en/footer/dop/germany-contact-form/germany-success.html | Pattern should either be empty, start with "/" or "*" |
| 78 | Disallow: https://www.sika.com/en/footer/dop/norway-contact-form.html | Pattern should either be empty, start with "/" or "*" |
| 79 | Disallow: https://www.sika.com/en/footer/dop/norway-contact-form/norway-success.html | Pattern should either be empty, start with "/" or "*" |
| 80 | Disallow: https://www.sika.com/en/footer/dop/portugal-contact-form-english/portugal-success.html | Pattern should either be empty, start with "/" or "*" |
| 81 | Disallow: https://www.sika.com/en/footer/dop/romania-contact-form1/romania-success.html | Pattern should either be empty, start with "/" or "*" |
| 82 | Disallow: https://www.sika.com/en/footer/data-protection-switzerland.html | Pattern should either be empty, start with "/" or "*" |
| 83 | Disallow: https://www.sika.com/en/footer/data-protection-information.html | Pattern should either be empty, start with "/" or "*" |
| 84 | Disallow: https://www.sika.com/en/footer/sika-digital-applications.html | Pattern should either be empty, start with "/" or "*" |
| 85 | Disallow: https://www.sika.com/en/footer/sika-digital-applications/privacy-notice.html | Pattern should either be empty, start with "/" or "*" |
| 86 | Disallow: https://www.sika.com/en/footer/sika-digital-applications/privacy-notice-sika-anchorfix-web-app.html | Pattern should either be empty, start with "/" or "*" |
| 87 | Disallow: https://www.sika.com/en/footer/sika-digital-applications/privacy-notice-sikaroof-monitoring-system.html | Pattern should either be empty, start with "/" or "*" |
| 88 | Disallow: https://www.sika.com/en/footer/sika-digital-applications/privacy-notice-sika-srm-application.html | Pattern should either be empty, start with "/" or "*" |
| 89 | Disallow: https://www.sika.com/en/footer/emea-privacy-information.html | Pattern should either be empty, start with "/" or "*" |
| 90 | Disallow: https://www.sika.com/en/smartrecruiters.html | Pattern should either be empty, start with "/" or "*" |
| 91 | Disallow: https://www.sika.com/en/construction/digital-products-tools/sand-app/download.html | Pattern should either be empty, start with "/" or "*" |
| 92 | Disallow: https://www.sika.com/en/campaign.html | Pattern should either be empty, start with "/" or "*" |
| 93 | Disallow: https://www.sika.com/en/campaign/ramboll-webinar-series-27112024.html | Pattern should either be empty, start with "/" or "*" |
| 94 | Disallow: https://www.sika.com/en/campaign/innovate.html | Pattern should either be empty, start with "/" or "*" |
| 95 | Disallow: https://www.sika.com/en/campaign/sika-pro-talks-corrosion-protection-monitoring.html | Pattern should either be empty, start with "/" or "*" |
| 96 | Disallow: https://www.sika.com/en/investors/events/2022-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 97 | Disallow: https://www.sika.com/en/investors/events/2022-capital-markets-day/2022-agenda-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 98 | Disallow: https://www.sika.com/en/investors/events/2023-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 99 | Disallow: https://www.sika.com/en/investors/events/2021-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 100 | Disallow: https://www.sika.com/en/investors/events/2021-capital-markets-day/2021-agenda-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 101 | Disallow: https://www.sika.com/en/investors/reports-publications/financial-reports/order-annual-report/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 102 | Disallow: https://www.sika.com/en/brands/sikaceram/sikaceram-880-easy-epoxy.html | Pattern should either be empty, start with "/" or "*" |
| 103 | Disallow: https://www.sika.com/en/knowledge-hub/fire-stopping-solution-finder-linear.html | Pattern should either be empty, start with "/" or "*" |
| 104 | Disallow: https://www.sika.com/en/knowledge-hub/fire-stopping-solution-finder.html | Pattern should either be empty, start with "/" or "*" |
| 105 | Disallow: https://www.sika.com/en/knowledge-hub/car-park-specialist-report.html | Pattern should either be empty, start with "/" or "*" |
| 106 | Disallow: https://www.sika.com/en/knowledge-hub/facade-explorer.html | Pattern should either be empty, start with "/" or "*" |
| 107 | Disallow: https://www.sika.com/en/knowledge-hub/wtc/tunneling-knowhow-library.html | Pattern should either be empty, start with "/" or "*" |
| 108 | Disallow: https://www.sika.com/en/knowledge-hub/wtc.html | Pattern should either be empty, start with "/" or "*" |
| 109 | Disallow: https://www.sika.com/de/investors.html | Pattern should either be empty, start with "/" or "*" |
| 110 | Disallow: https://www.sika.com/de/investors/reports-publications/presentations.html | Pattern should either be empty, start with "/" or "*" |
| 111 | Disallow: https://www.sika.com/de/investors/events.html | Pattern should either be empty, start with "/" or "*" |
| 112 | Disallow: https://www.sika.com/de/investors/events/general-meetings.html | Pattern should either be empty, start with "/" or "*" |
| 113 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2025-generalversammlung.html | Pattern should either be empty, start with "/" or "*" |
| 114 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2025-generalversammlung/agm-2025-agenda.html | Pattern should either be empty, start with "/" or "*" |
| 115 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2025-generalversammlung/speaker.html | Pattern should either be empty, start with "/" or "*" |
| 116 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2024-generalversammlung.html | Pattern should either be empty, start with "/" or "*" |
| 117 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2024-generalversammlung/agm-2024-agenda.html | Pattern should either be empty, start with "/" or "*" |
| 118 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2024-generalversammlung/speaker.html | Pattern should either be empty, start with "/" or "*" |
| 119 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2023-generalversammlung.html | Pattern should either be empty, start with "/" or "*" |
| 120 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2023-generalversammlung/agm-2023-agenda.html | Pattern should either be empty, start with "/" or "*" |
| 121 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2023-generalversammlung/speaker.html | Pattern should either be empty, start with "/" or "*" |
| 122 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2022-annual-general-meeting.html | Pattern should either be empty, start with "/" or "*" |
| 123 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2022-annual-general-meeting/agm-2022-agenda.html | Pattern should either be empty, start with "/" or "*" |
| 124 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2022-annual-general-meeting/speaker.html | Pattern should either be empty, start with "/" or "*" |
| 125 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2022-extraordinary-general-meeting.html | Pattern should either be empty, start with "/" or "*" |
| 126 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2021-annual-general-meeting.html | Pattern should either be empty, start with "/" or "*" |
| 127 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2021-annual-general-meeting/agm-2021-agenda.html | Pattern should either be empty, start with "/" or "*" |
| 128 | Disallow: https://www.sika.com/de/investors/events/general-meetings/2021-annual-general-meeting/speaker.html | Pattern should either be empty, start with "/" or "*" |
| 129 | Disallow: https://www.sika.com/de/investors/events/sika-live-webcast.html | Pattern should either be empty, start with "/" or "*" |
| 130 | Disallow: https://www.sika.com/de/investors/contact/stay-informed.html | Pattern should either be empty, start with "/" or "*" |
| 131 | Disallow: https://www.sika.com/en/construction/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 132 | Disallow: https://www.sika.com/en/about-us/who-we-are/procurement/supplier-evaluation.html | Pattern should either be empty, start with "/" or "*" |
| 133 | Disallow: https://www.sika.com/en/media/media-releases/faq.html | Pattern should either be empty, start with "/" or "*" |
| 134 | Disallow: https://www.sika.com/en/knowledge-hub/sika-anchorfix-software-chemical-anchor-calculation.html | Pattern should either be empty, start with "/" or "*" |
| 135 | Disallow: https://www.sika.com/en/investors/events/2024-capital-markets-day.html | Pattern should either be empty, start with "/" or "*" |
| 136 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-recycling.html | Pattern should either be empty, start with "/" or "*" |
| 137 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-reuse.html | Pattern should either be empty, start with "/" or "*" |
| 138 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-mix-design.html | Pattern should either be empty, start with "/" or "*" |
| 139 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-production.html | Pattern should either be empty, start with "/" or "*" |
| 140 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-washing-water.html | Pattern should either be empty, start with "/" or "*" |
| 141 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-service-life.html | Pattern should either be empty, start with "/" or "*" |
| 142 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-maintain.html | Pattern should either be empty, start with "/" or "*" |
| 143 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-installation.html | Pattern should either be empty, start with "/" or "*" |
| 144 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-transport.html | Pattern should either be empty, start with "/" or "*" |
| 145 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-protect.html | Pattern should either be empty, start with "/" or "*" |
| 146 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-returned-concrete.html | Pattern should either be empty, start with "/" or "*" |
| 147 | Disallow: https://www.sika.com/en/knowledge-hub/enable-circularity-make-concrete-more-resource-efficient/hotspot-raw-materials.html | Pattern should either be empty, start with "/" or "*" |
| 148 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-balcony.html | Pattern should either be empty, start with "/" or "*" |
| 149 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-facade.html | Pattern should either be empty, start with "/" or "*" |
| 150 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-garage.html | Pattern should either be empty, start with "/" or "*" |
| 151 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-living.html | Pattern should either be empty, start with "/" or "*" |
| 152 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-basement.html | Pattern should either be empty, start with "/" or "*" |
| 153 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-roof.html | Pattern should either be empty, start with "/" or "*" |
| 154 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-entrance.html | Pattern should either be empty, start with "/" or "*" |
| 155 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-pool.html | Pattern should either be empty, start with "/" or "*" |
| 156 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-bedroom.html | Pattern should either be empty, start with "/" or "*" |
| 157 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-kitchen.html | Pattern should either be empty, start with "/" or "*" |
| 158 | Disallow: https://www.sika.com/en/solutions-for-projects/residential/hotspot-bathroom.html | Pattern should either be empty, start with "/" or "*" |
| 159 | Disallow: https://www.sika.com/en/career/contact/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 160 | Disallow: https://www.sika.com/en/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 161 | Disallow: https://www.sika.com/en/about-us.html | Pattern should either be empty, start with "/" or "*" |
| 162 | Disallow: https://www.sika.com/en/errors.html | Pattern should either be empty, start with "/" or "*" |
| 163 | Disallow: https://www.sika.com/en/sustainability/downloads-links.html | Pattern should either be empty, start with "/" or "*" |
| 164 | Disallow: https://www.sika.com/en/sustainability/social-dimension/education-and-training.html | Pattern should either be empty, start with "/" or "*" |
| 165 | Disallow: https://www.sika.com/en/contact/thank-you-innovate.html | Pattern should either be empty, start with "/" or "*" |
| 166 | Disallow: https://www.sika.com/en/contact/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 167 | Disallow: https://www.sika.com/en/serp.html | Pattern should either be empty, start with "/" or "*" |
| 168 | Disallow: https://www.sika.com/en/sikapro/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 169 | Disallow: https://www.sika.com/en/sikapro.html | Pattern should either be empty, start with "/" or "*" |
| 170 | Disallow: https://www.sika.com/en/sikapro/sikapro.html | Pattern should either be empty, start with "/" or "*" |
| 171 | Disallow: https://www.sika.com/en/investors/contact/stay-informed/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 172 | Disallow: https://www.sika.com/en/brands/purform-construction/sikaflex-11-fc-purform-cartridges.html | Pattern should either be empty, start with "/" or "*" |
| 173 | Disallow: https://www.sika.com/en/knowledge-hub/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 174 | Disallow: https://www.sika.com/en/knowledge-hub/webinars-global-customers.html | Pattern should either be empty, start with "/" or "*" |
| 175 | Disallow: https://www.sika.com/en/knowledge-hub/floor-explorer.html | Pattern should either be empty, start with "/" or "*" |
| 176 | Disallow: https://www.sika.com/en/sustainability/sustainable-solutions/faqs-product-sustainability.html | Pattern should either be empty, start with "/" or "*" |
| 177 | Disallow: https://www.sika.com/beyond-the-expected/en/errors.html | Pattern should either be empty, start with "/" or "*" |
| 178 | Disallow: https://www.sika.com/beyond-the-expected/en/contact/thank-you.html | Pattern should either be empty, start with "/" or "*" |
| 179 | Disallow: https://www.sika.com/beyond-the-expected/en/serp.html | Pattern should either be empty, start with "/" or "*" |
| 180 | Disallow: https://www.sika.com/beyond-the-expected/fr/errors.html | Pattern should either be empty, start with "/" or "*" |
| 181 | Disallow: https://www.sika.com/beyond-the-expected/fr/serp.html | Pattern should either be empty, start with "/" or "*" |
| 182 | Disallow: https://www.sika.com/beyond-the-expected/de/errors.html | Pattern should either be empty, start with "/" or "*" |
| 183 | Disallow: https://www.sika.com/beyond-the-expected/de/serp.html | Pattern should either be empty, start with "/" or "*" |
To appear in search results, crawlers need access to your app.