Skip to content
https://shopeemobile.com

Lighthouse Mobile

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

Detailed Report

Audit breakdown by category with detailed findings.

58

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-DIV
nodeLabel: body > div.page > div.poster > div.poster__image
path: 1,HTML,1,BODY,1,DIV,1,DIV,0,DIV
selector: body > div.page > div.poster > div.poster__image
snippet: <div class="poster__image">

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

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.

Why this matters

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.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 1.5 s
URLTime Spent
shopeemobile.com/1.5 s
shopee.com/0.0 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 150 ms 12.8 KiB
URLTransfer SizeEst Savings
/shopee/shopee-shopeecom-live-sg/static/js/index.37d69f29...32.1 KiB12.8 KiB

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 157.1 KiB

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

Layout shift culprits
Optimize DOM size
Font display
Forced reflow
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 648 KiB
User Timing marks and measures 7 user timings
JavaScript execution time 1.0 s
Minimizes main-thread work 1.5 s
Avoid long main-thread tasks 7 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 260 ms
Server Backend Latencies 20 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 260 ms
INP breakdown
Avoid non-composited animations
Avoid large layout shifts
76

Accessibility

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

Contrast

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
© Shopee. All Rights Reserved div.footer > div.container > div.footer__bottom > div.footer__bottom-copyright

These are opportunities to improve the legibility of your content.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

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

Best Practices

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

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.

Crawling and Indexing

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
1<!doctype html><html lang="en"><head><meta name="msvalidate.01" content="A8650C3843A8C2692D699CD74854A0AA"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0"><title>Leading Online Shopping Platform In Southeast Asia & Taiwan | Shopee</title><meta name="description" content="Shopee is the leading e-commerce online shopping platform in Southeast Asia and Taiwan. It provides customers with an easy, secure and fast online shopping experience through strong payment and logistical support. Shopee has a wide selection of product categories ranging from consumer electronics to home & living, health & beauty, baby & toys, fashion and fitness equipment."><link rel="dns-prefetch" href="https://www.googletagmanager.com/"><link rel="dns-prefetch" href="https://deo.shopeemobile.com/shopee/"><script>!function(e,t,a,n){e[n]=e[n]||[],e[n].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});var g=t.getElementsByTagName(a)[0],m=t.createElement(a);m.async=!0,m.src="https://www.googletagmanager.com/gtm.js?id=GTM-WJZQSJF",g.parentNode.insertBefore(m,g)}(window,document,"script","dataLayer")</script><meta content="telephone=no" name="format-detection"><link rel="canonical" href="https://shopee.com"><link rel="alternate" href="https://shopee.com" hreflang="x-default"><link rel="alternate" href="https://shopee.sg" hreflang="en-SG"><link rel="alternate" href="https://shopee.com.my" hreflang="en-MY"><link rel="alternate" href="https://shopee.co.th" hreflang="th-TH"><link rel="alternate" href="https://shopee.tw" hreflang="zh-TW"><link rel="alternate" href="https://shopee.co.id" hreflang="id-ID"><link rel="alternate" href="https://shopee.vn" hreflang="vi-VN"><link rel="alternate" href="https://shopee.ph" hreflang="en-PH"><link rel="alternate" href="https://shopee.com.br" hreflang="pt-BR"><link rel="alternate" href="https://shopee.com.mx" hreflang="es-MX"><link rel="alternate" href="https://shopee.com.co" hreflang="es-CO"><link rel="alternate" href="https://shopee.cl" hreflang="es-CL"><link rel="alternate" href="https://shopee.com.ar" hreflang="es-AR"><link rel="alternate" href="https://shopeekh.com" hreflang="km-KH"><link rel="alternate" href="https://shopee.com.la" hreflang="th-LA"><meta property="og:title" content="Leading Online Shopping Platform In Southeast Asia & Taiwan | Shopee"><meta property="og:description" content="Shopee is the leading e-commerce online shopping platform in Southeast Asia and Taiwan. It provides customers with an easy, secure and fast online shopping experience through strong payment and logistical support. Shopee has a wide selection of product categories ranging from consumer electronics to home & living, health & beauty, baby & toys, fashion and fitness equipment."><meta property="og:type" content="website"><meta property="og:url" content="https://shopee.com"><meta property="og:image" content="https://deo.shopeemobile.com/shopee/shopee-pcmall-live-sg/assets/ca5d12864c12916c05640b36e47ac5c9.png"><meta name="google-site-verification" content="tV8gOaMkvlQMPzLLvzacLw08QRIiJFECmt46JjFFevc"><meta name="ahrefs-site-verification" content="1ba832b5763f71544fe8b6f29a003193997e35e5448e585df071910f83597119"><script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","name":"Shopee","url":"https://shopee.com"}</script><link href="https://deo.shopeemobile.com/shopee/shopee-shopeecom-live-sg/favicon.ico" rel="icon"><script defer="defer" src="https://deo.shopeemobile.com/shopee/shopee-shopeecom-live-sg/static/js/index.4b3c4e88.js"></script><link href="https://deo.shopeemobile.com/shopee/shopee-shopeecom-live-sg/static/js/index.37d69f29.css" rel="stylesheet"></head><body><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJZQSJF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><div class="page"><div class="banner"><div class="container"><div class="banner__logo"><svg class="banner__logo-svg" enable-background="0 0 889 281" viewBox="0 0 889 281"><path d="M162.9159,199.1383 C165.4579,178.3093 152.0399,165.0233 116.6229,153.7203 C99.4679,147.8673 91.3869,140.2033 91.5759,129.6373 C92.2919,117.9403 103.1909,109.4093 117.6449,109.1243 C127.6629,109.3243 138.7909,111.7713 149.6119,118.9903 C150.8979,119.8003 151.8029,119.6733 152.5339,118.5673 C153.5359,116.9553 156.0219,113.0863 156.8579,111.6993 C157.4239,110.7933 157.5339,109.6233 156.1009,108.5793 C154.0499,107.0573 148.2969,103.9763 145.2089,102.6843 C136.8169,99.1713 127.3989,96.9593 117.3559,96.9793 C96.1979,97.0683 79.5249,110.4533 78.1339,128.3153 C77.2239,141.2043 83.6049,151.6743 97.3059,159.6563 C100.2089,161.3483 115.9269,167.5993 122.1779,169.5453 C141.8439,175.6683 152.0549,186.6443 149.6519,199.4413 C147.4709,211.0523 135.2549,218.5503 118.4169,218.7783 C105.0659,218.2693 93.0519,212.8273 83.7359,205.5813 C83.4999,205.4053 82.3299,204.4983 82.1709,204.3763 C81.0189,203.4743 79.7619,203.5333 78.9969,204.7003 C78.4299,205.5583 74.8299,210.7583 73.9209,212.1233 C73.0669,213.3253 73.5239,213.9863 74.4109,214.7233 C78.3039,217.9683 83.4679,221.5173 86.9899,223.3133 C96.6659,228.2463 107.1689,230.9503 118.3429,231.3743 C125.5279,231.8613 134.5919,230.3173 141.3539,227.4473 C153.5019,222.2913 161.3469,211.9923 162.9159,199.1383 Z M119.2109,15.5363 C96.2859,15.5363 77.5989,37.1433 76.7239,64.1893 L161.6979,64.1893 C160.8229,37.1433 142.1359,15.5363 119.2109,15.5363 Z M206.2459,266.0383 L205.3689,266.0453 L30.3869,266.0193 L30.3829,266.0193 C18.4809,265.5743 9.7289,255.9273 8.5349,243.9503 L8.4179,241.7923 L0.5939,69.6693 L0.5949,69.6683 C0.5839,69.5383 0.5799,69.4073 0.5799,69.2743 C0.5799,66.4973 2.8059,64.2403 5.5709,64.1903 L5.5709,64.1893 L60.7269,64.1893 C62.0789,28.4773 87.7459,0.0013 119.2109,0.0013 C150.6759,0.0013 176.3429,28.4773 177.6949,64.1893 L232.6929,64.1893 L232.7709,64.1893 C235.5809,64.1893 237.8569,66.4653 237.8569,69.2743 C237.8569,69.3623 237.8549,69.4493 237.8509,69.5363 L237.8509,69.5393 L229.2779,242.3403 L229.1999,243.8033 C228.1639,255.9293 218.3549,265.7103 206.2459,266.0383 Z M332.3783,151.3829 C370.0613,162.6609 384.8853,176.7679 382.5153,199.4149 C381.0553,213.3669 372.7123,224.7019 359.6363,230.5089 C352.4283,233.7099 342.7733,235.5289 335.0703,235.1429 C323.2133,234.9009 312.0043,232.2319 301.6283,227.1789 C297.8793,225.3549 292.3553,221.7299 288.0573,218.2819 L288.0423,218.2679 C286.0333,216.5779 285.7943,215.4789 287.1683,213.4409 C287.5243,212.8879 288.1743,211.9019 289.6783,209.6339 C290.9693,207.6879 292.2573,205.7309 292.3203,205.6349 C293.9283,203.2079 295.6273,203.2079 297.9713,204.8189 C297.9873,204.8309 298.1993,204.9879 298.8023,205.4359 C299.2813,205.7909 299.5763,206.0099 299.6303,206.0489 C310.2993,214.0319 322.6203,218.5309 334.9013,218.7849 C351.7083,218.2659 363.5593,210.7209 365.4653,199.5239 C367.5613,187.2079 357.3853,176.6499 337.5093,170.8539 C330.5543,168.8259 315.3603,163.1299 311.1193,160.9009 C296.2103,152.5789 289.0223,141.2679 289.7703,127.1949 C290.9493,107.7119 308.8043,92.9199 331.6063,92.4269 C341.6273,92.2329 351.6563,94.1189 361.3183,97.9569 C364.8013,99.3409 370.9023,102.4969 373.1033,104.0659 C375.6603,105.8719 375.6603,107.1179 374.4143,109.4519 C374.2383,109.7559 373.5743,110.7169 371.8523,113.1789 L371.8463,113.1869 C370.0293,115.7849 369.4843,116.5699 369.3243,116.8359 C367.8293,118.7729 366.5753,119.3709 364.0163,117.8259 C353.9543,111.3789 343.7523,108.3369 332.2193,108.3079 C318.0053,108.8359 307.5653,117.2619 307.0643,128.4369 C307.0683,138.5059 315.0483,145.8189 332.3783,151.3829 Z M438.08,145.7359 C461.069,145.7359 480.053,164.2959 480.139,187.0379 L480.139,231.4649 C480.139,234.0289 479.481,234.6329 476.964,234.6329 L466.402,234.6329 C463.86,234.6329 463.227,234.0289 463.227,231.4649 L463.227,187.1699 C463.17,173.4559 451.93,162.3609 438.08,162.3609 C424.264,162.3609 413.039,173.4039 412.932,187.0729 L412.932,231.4649 C412.932,233.6719 412.064,234.6339 409.758,234.6339 L399.171,234.6339 C396.654,234.6339 395.997,233.7019 395.997,231.4649 L395.997,95.5449 C395.997,93.2119 396.654,92.3769 399.171,92.3769 L409.758,92.3769 C412.027,92.3769 412.932,93.2569 412.932,95.5449 L412.932,154.0389 C420.164,148.6909 428.936,145.7359 438.08,145.7359 Z M539.0868,218.6231 C555.0018,218.6231 567.8978,205.9861 567.8978,190.4041 C567.8978,174.8221 555.0008,162.1851 539.0868,162.1851 C523.1708,162.1851 510.2748,174.8221 510.2748,190.4041 C510.2748,205.9861 523.1708,218.6231 539.0868,218.6231 Z M539.0958,145.8281 C564.2228,145.8281 584.5958,165.7911 584.5958,190.4261 C584.5958,215.0601 564.2228,235.0241 539.0958,235.0241 C513.9688,235.0241 493.5938,215.0601 493.5938,190.4261 C493.5938,165.7911 513.9678,145.8281 539.0958,145.8281 Z M820.2079,180.0728 L870.6129,180.0728 C866.9879,169.7868 856.4429,162.0988 845.1869,162.0988 C833.5149,162.0988 823.5149,169.2838 820.2079,180.0728 Z M883.1149,196.4258 C883.0399,196.4258 882.9649,196.4238 882.9139,196.4218 L819.1719,196.4218 C820.7889,204.6078 826.4109,211.5788 834.1869,215.4788 C836.1999,216.4408 838.3939,217.2398 840.7349,217.8688 C852.1229,220.2518 865.1949,218.5158 875.1579,209.6658 C875.3009,209.5088 875.5709,209.3388 875.8629,209.0818 C877.5319,207.6088 878.7069,207.9818 880.0159,209.6158 C880.0159,209.6158 881.8869,212.2158 885.2289,217.5348 C886.6679,219.7778 886.5619,220.8558 884.1499,223.3418 C884.0509,223.4418 883.8619,223.6188 883.5839,223.8638 C883.1259,224.2658 882.5789,224.7128 881.9429,225.1938 C880.1309,226.5588 877.9629,227.9238 875.4379,229.1948 C866.1049,233.8958 854.6019,236.1088 840.9299,234.4628 C840.4759,234.3938 840.1139,234.3368 839.7629,234.2778 L839.7629,234.3018 L838.9849,234.1568 C828.9919,232.2948 820.0159,227.3148 813.4119,220.0458 C813.3759,220.0088 813.3739,220.0068 813.3649,219.9948 C807.4399,213.4648 803.6289,205.3378 802.4359,196.4218 L802.4259,196.4218 L802.3559,195.8418 C802.1429,194.0268 802.0339,192.1968 802.0339,190.3568 C802.0339,165.7308 821.3439,145.7588 845.1739,145.7588 C869.0059,145.7588 888.3139,165.7298 888.3139,190.3568 C888.3139,190.5468 888.3129,190.6338 888.3119,190.6858 C888.3199,190.8038 888.3239,190.9258 888.3239,191.0608 C888.3239,193.9288 886.1299,196.2948 883.3479,196.4208 C883.2669,196.4238 883.1909,196.4258 883.1149,196.4258 Z M643.3036,218.3922 C658.9296,218.3922 671.5976,205.7582 671.5976,190.1732 C671.5976,174.5892 658.9296,161.9542 643.3036,161.9542 C627.9436,161.9542 615.3986,174.1772 615.0176,189.4412 L615.0176,190.8962 C615.4026,206.1742 627.9466,218.3922 643.3036,218.3922 Z M643.3116,145.5972 C668.0056,145.5972 688.0256,165.5642 688.0256,190.1952 C688.0256,214.8272 668.0056,234.7952 643.3116,234.7952 C632.8436,234.7952 622.9336,231.1922 615.0176,224.7302 L615.0176,277.0922 C615.0176,279.4422 614.3606,280.2592 611.8426,280.2592 L601.7726,280.2592 C599.2546,280.2592 598.5976,279.4232 598.5976,277.0922 L598.5976,148.7642 C598.5976,146.3022 599.2546,145.5972 601.7726,145.5972 L611.8426,145.5972 C614.3606,145.5972 615.0176,146.3662 615.0176,148.7642 L615.0176,155.6602 C622.9336,149.1992 632.8436,145.5972 643.3116,145.5972 Z M720.33,180.0728 L770.735,180.0728 C767.111,169.7868 756.566,162.0988 745.309,162.0988 C733.638,162.0988 723.638,169.2838 720.33,180.0728 Z M788.436,190.3568 C788.436,190.5468 788.436,190.6338 788.434,190.6858 C788.443,190.8038 788.446,190.9258 788.446,191.0608 C788.446,193.9288 786.252,196.2948 783.471,196.4208 C783.39,196.4238 783.314,196.4258 783.237,196.4258 C783.162,196.4258 783.087,196.4238 783.036,196.4218 L719.294,196.4218 C720.911,204.6078 726.534,211.5788 734.309,215.4788 C736.323,216.4408 738.517,217.2398 740.858,217.8688 C752.246,220.2518 765.317,218.5158 775.28,209.6658 C775.423,209.5088 775.693,209.3388 775.985,209.0818 C777.654,207.6088 778.83,207.9818 780.139,209.6158 C780.139,209.6158 782.01,212.2158 785.351,217.5348 C786.79,219.7778 786.684,220.8558 784.273,223.3418 C784.174,223.4418 783.985,223.6188 783.707,223.8638 C783.249,224.2658 782.701,224.7128 782.065,225.1938 C780.254,226.5588 778.086,227.9238 775.56,229.1948 C766.228,233.8958 754.725,236.1088 741.053,234.4628 C740.599,234.3938 740.236,234.3368 739.886,234.2778 L739.886,234.3018 L739.108,234.1568 C729.115,232.2948 720.138,227.3148 713.534,220.0458 C713.499,220.0088 713.497,220.0068 713.487,219.9948 C707.563,213.4648 703.751,205.3378 702.559,196.4218 L702.548,196.4218 L702.479,195.8418 C702.265,194.0268 702.156,192.1968 702.156,190.3568 C702.156,165.7308 721.467,145.7588 745.297,145.7588 C769.128,145.7588 788.436,165.7298 788.436,190.3568 Z"/></svg></div><div class="banner__follow" id="follow-us">Follow Us</div><div class="banner__social" id="social-links"><a class="banner__social-item banner__social-item--facebook" href="https://www.facebook.com/ShopeeSingapore"><div class="banner__social-item-name">Facebook</div></a><a class="banner__social-item banner__social-item--instagram" href="https://www.instagram.com/Shopee_SG/"><div class="banner__social-item-name">Instagram</div></a></div></div></div><div class="poster"><div class="poster__image"></div></div><div class="content"><div class="container"><h2 class="content__title">Welcome to Shopee</h2><h3 class="content__subtitle">Your preferred online shopping platform. Shopee offers a seamless, fun and reliable shopping experience to millions of users worldwide.<br>Choose a country or region.</h3><ul class="content__countries"><li class="content__country"><a class="content__country-mall-link" href="https://shopee.co.id"><div class="content__country-flag content__country-flag--id"></div><div class="content__country-name">Indonesia</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.tw"><div class="content__country-flag content__country-flag--tw"></div><div class="content__country-name">Taiwan</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.vn"><div class="content__country-flag content__country-flag--vn"></div><div class="content__country-name">Vietnam</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.co.th"><div class="content__country-flag content__country-flag--th"></div><div class="content__country-name">Thailand</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.ph"><div class="content__country-flag content__country-flag--ph"></div><div class="content__country-name">Philippines</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.com.my"><div class="content__country-flag content__country-flag--my"></div><div class="content__country-name">Malaysia</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.sg"><div class="content__country-flag content__country-flag--sg"></div><div class="content__country-name">Singapore</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.com.br"><div class="content__country-flag content__country-flag--br"></div><div class="content__country-name">Brazil</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.com.mx"><div class="content__country-flag content__country-flag--mx"></div><div class="content__country-name">Mexico</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.com.ar"><div class="content__country-flag content__country-flag--ar"></div><div class="content__country-name">Argentina</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopeekh.com"><div class="content__country-flag content__country-flag--kh"></div><div class="content__country-name">Cambodia</div></a></li><li class="content__country"><a class="content__country-mall-link" href="https://shopee.com.la"><div class="content__country-flag content__country-flag--la"></div><div class="content__country-name">Laos</div></a></li></ul></div></div><div class="footer"><div class="footer__features-section"><div class="container"><div class="footer__features"><div class="footer__feature"><div class="footer__feature-icon"><svg viewBox="0 0 47.72 48"><path d="m47.54 4.96c-15.05.44-23.68-4.92-23.68-4.92s-8.63 5.36-23.68 4.92c0 0-1.46 17.33 4 28.48a25.9 25.9 0 005.81 6.93 72.37 72.37 0 0013.87 7.67 72.37 72.37 0 0013.84-7.64 25.9 25.9 0 005.81-6.93c5.5-11.19 4.03-28.51 4.03-28.51zm-8.06 18.34-14.44-7.6c-2.4-.85-3.16 1-3.16 1-1.06 2.62 2.19 3.86 2.19 3.86l14.2 7.36c-.23.65-.47 1.28-.75 1.88a16.54 16.54 0 01-3.66 4.67 35.07 35.07 0 01-10 5.85 36 36 0 01-10-5.78 16 16 0 01-3.68-4.65 24.66 24.66 0 01-1.46-4.26l12.84 6.71c2.4.87 3.25-.84 3.25-.84 1.18-2.37-2.07-3.62-2.07-3.62l-15-7.72a61.75 61.75 0 01-.38-8.81c10.5.28 16.5-3.61 16.5-3.61s6 3.89 16.48 3.61a60 60 0 01-.86 11.95z"/></svg></div><div class="footer__feature-content"><div class="footer__feature-title">SHOPEE GUARANTEE</div><div class="footer__feature-subtitle">Get the items you ordered or get your money back.</div></div></div><div class="footer__feature"><div class="footer__feature-icon"><svg viewBox="0 0 44.94 48"><path d="m13.9 37.68a1.18 1.18 0 01-.64-.95 1 1 0 01 .94-1 1.54 1.54 0 01 .84.33l14.75 8.82 4.81-2.7-14.45-8.5a1.17 1.17 0 01-.76-1 1 1 0 011.69-.77l15.39 9.21 4.82-2.71-15-8.83c-.39-.24-.76-.51-.76-1a1 1 0 011.69-.77l15.85 9.48a6.54 6.54 0 001.88-5.08v-.87l-19.19-11.48a5.63 5.63 0 00-5.23.32l-7.7 4.48a5.26 5.26 0 01-5.54 0l-2.46-1.6s-.47-.35 0-.64l15.39-9.27a5.87 5.87 0 015.85 0l7.4 3.66a7.55 7.55 0 006.47-.52l4.89-2.94a5.24 5.24 0 00-2.6-3.48l-16.12-8.78a6.43 6.43 0 00-5.95-.64l-17.83 9.91s-2.33.82-2.33 4.76v17.61s-.12 3.87 2.7 5.4l15.77 8.68a7.1 7.1 0 007.26.32l2.13-1.2z" fill-rule="evenodd"/></svg></div><div class="footer__feature-content"><div class="footer__feature-title">TRUSTWORTHY SELLERS</div><div class="footer__feature-subtitle">Read their ratings and contact them with any questions.</div></div></div><div class="footer__feature"><div class="footer__feature-icon"><svg enable-background="new 0 0 48 48" viewBox="0 0 48 48"><path d="m42.4 14.3c.1-4.3-1.5-6.3-1.5-6.3s-3.6-4.5-5.4-6.2c-1.5-1.5-3.3-1.7-3.9-1.8-.2 0-.3 0-.3 0h-6.9-6.9s-.1 0-.3 0c-.7.1-2.5.3-3.9 1.8-1.7 1.8-5.3 6.2-5.3 6.2s-1.5 2-1.5 6.2v6.6l35.9-6.3s0-.1 0-.2zm-17.9-2.3c-2.1 0-3.8-1.7-3.8-3.8s1.7-3.8 3.8-3.8 3.8 1.7 3.8 3.8c-.1 2.1-1.7 3.8-3.8 3.8zm14.3 35.9c-4.3.1-14.3.1-14.3.1v-1.7 1.7s-10 0-14.4-.1c-3.9-.3-3.6-2.7-3.6-2.7s0-2.7 0-6.6l35.9-6.3v12.9s.3 2.4-3.6 2.7zm-34.3-24.1 9-1.6v3.6l-4.6.8v1.5l4.6-.8v3.5l-4.6.8v4.4l-4.4.8zm17.8 4.5 1.8 4.8-3.9.8-1.4-4.4-.4.1v.2 4.5l-3.7.7v-13l4.7-.8c.6-.1 1.2-.1 1.7-.1.5.1 1 .2 1.4.5.4.2.7.6 1 1s .4.9.5 1.4c.2 1 .1 1.9-.2 2.7-.3.7-.8 1.2-1.5 1.6zm-1.7-3.5c-.1-.4-.2-.6-.5-.7s-.6-.1-1.1 0l-.8.1v2.2l.8-.1c.5-.1 1-.3 1.2-.5.4-.3.5-.6.4-1zm13.6-2.8v-3.6l-9.2 1.6v13l9.2-1.6v-3.6l-4.9 1v-1.4l4.9-.8v-3.3l-4.9.8v-1.3zm10.2-1.8v-3.6l-9.2 1.6v13l9.2-1.6v-3.6l-4.9 1v-1.4l4.9-.8v-3.3l-4.9.8v-1.3z"/></svg></div><div class="footer__feature-content"><div class="footer__feature-title">FREE FOR ALL</div><div class="footer__feature-subtitle">No download cost, no listing fees, no commission. Enjoy Shopee for free!</div></div></div></div></div></div><div class="container"><div class="footer__bottom"><div class="footer__bottom-copyright">© Shopee. All Rights Reserved</div></div></div></div></div><script>document.addEventListener("DOMContentLoaded",function(){for(var e=document.getElementsByClassName("content__country"),t=document.getElementsByClassName("content__countries")[0],n=e.length,o=0;o<n-2;o++){var r=0+Math.floor(Math.random()*n),a=e[o+1];t.insertBefore(e[o],e[r]),t.insertBefore(e[r],a)}})</script></body></html>Unknown directive

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

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

Send Feedback