Ver código fonte

feat: update template screenprotector

igb 1 mês atrás
pai
commit
0344145b23

+ 4 - 4
resources/views/liquid_src/1/screenprotector/__collection_list_1.liquid

@@ -7,7 +7,7 @@
                         {% assign image_url = item.images[0].image_url %}
 
                         {% if item.cover_image %}
-                            <img src="{% if item.cover_image contains 'http' %}{{ item.cover_image }}{% else %}{{ site.image_base_url }}{{ item.cover_image | append: '?x-oss-process=image/resize,m_pad,w_380,h_220' }}{% endif %}" alt="Cover Image">
+                            <img src="{% if item.cover_image contains 'http' %}{{ item.cover_image }}{% else %}{{ site.image_base_url }}{{ item.cover_image | append: '?x-oss-process=image/resize,m_pad,w_380,h_220' }}{% endif %}" alt=" {{ item.title | decode_html_entities | strip_html }}">
                         {% else %}
                             <img src="{{ site.image_base_url }}static/common/images/product_default.jpg" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
                         {% endif %}
@@ -16,14 +16,14 @@
 
                     <div class="post-content">
                         <div class="blog-header">
-                            <a href="/pages/{{ item.id }}" target="_blank">
+                            <a href="/pages/{{ item.id }}" title="{{ item.title | decode_html_entities | strip_html }}" target="_blank">
                                 {{ item.title | decode_html_entities | strip_html }}
                             </a>
                         </div>
                         <div class="blog-summary">
 
                             {% if item.seo_description %}
-                                {{ item.seo_description | truncatewords: 20 }}
+                                {{ item.seo_description |raw | truncatewords: 20 }}
                             {% else %}
                                 No description available
                             {% endif %}
@@ -36,4 +36,4 @@
                 </div>
 
         {% endfor %}
-<!-- End of Collection list 1 -->
+<!-- End of Collection list 1 -->

+ 5 - 5
resources/views/liquid_src/1/screenprotector/__contact.liquid

@@ -6,17 +6,17 @@
             <p mtb_edit="1" class="sub-title" id="ijoiu2">Talk to our team and share your exciting ideas with Mietubl.We will always be ready to help.</p>
             <div class="widget-container">
                 <div class="contact-widget">
-                    <div class="icon-box"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/whatsapp.svg"></div>
+                    <div class="icon-box"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/whatsapp.svg" alt="WhatsApp"></div>
                     <div class="contact-widget-title">WhatsApp</div>
                     <div mtb_edit="1" class="contact-widget-detail" id="ihk88g">Questions about our product or pricing? Talk to us now</div>
-                    <div class="contact-widget-number">{{ site.dist.service_hotline }}</div>
+                    <div class="contact-widget-number"><a href="whatsapp://send/?phone=+8617000161888&text=Hello!">{{site.dist.service_hotline }}</a></div>
                 </div>
 
                 <div class="contact-widget">
-                    <div class="icon-box"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/mail.svg"></div>
+                    <div class="icon-box"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/mail.svg" alt="E-mail"></div>
                     <div class="contact-widget-title">Email</div>
                     <div mtb_edit="1" class="contact-widget-detail" id="i62o56">For more questions, you can also write to us.</div>
-                    <div class="contact-widget-number">{{ site.dist.dist_email }}</div>
+                    <div class="contact-widget-number"><a href="mailto:{{ site.dist.dist_email }}">{{ site.dist.dist_email }}</a></div>
                 </div>
             </div>
         </div>
@@ -41,7 +41,7 @@
                             <label for="form-field-message" class="elementor-field-label">Message</label>
                             <textarea class="field-textual" name="content" id="form-field-message" rows="4" placeholder="Message"></textarea>
                         </div>
-                        <div class="button-wrapper" id="send_button" style="cursor: pointer;"> Send</div>
+                        <div class="button-wrapper" id="send_button" style="cursor: pointer;">Send</div>
                     </div>
                 </form>
             </div>

+ 4 - 6
resources/views/liquid_src/1/screenprotector/__index.about.liquid

@@ -2,19 +2,17 @@
 <div class="left-box">
 				<div class="elementor-element elementor-element-4fb7960 elementor-widget elementor-widget-heading" data-id="4fb7960" data-element_type="widget" data-widget_type="heading.default">
 				<div class="elementor-widget-container">
-					<h2 class="elementor-heading-title elementor-size-default">{{ page.title }}</h2>		</div>
+					<h2 class="elementor-heading-title elementor-size-default">{{ page.title }}</h2>
+				</div>
 				</div>
 				<div class="elementor-widget-container">
 					<p>{{ page.content }}</p>
 				</div>
 				<div class="elementor-widget-container">
 					<div class="elementor-button-wrapper">
-					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.lucentparts.com/lucent-electronic-technology-guangzhou-co-ltd-mobile-phone-lcd-screen/">
-                        <a href="pages/{{page.slug }}"><span class="elementor-button-content-wrapper">
-                                <span class="elementor-button-text">Learn More</span>					</span></a>
-					</a>
+					<a class="elementor-button elementor-button-link elementor-size-sm" href="pages/{{page.slug }}" title="{{page.title }}"><span class="elementor-button-text">Learn More</span></a>
 				</div>
 				</div>
 			</div><!--left-box-->
 
-<!-- about end -->
+<!-- about end -->

+ 2 - 2
resources/views/liquid_src/1/screenprotector/__product_list_1.liquid

@@ -10,7 +10,7 @@
 
                     {% if image_url %}
                         {% if image_url contains 'http' %}
-                            <img src="{{ image_url }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
+                            <img src="{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
                         {% else %}
                             <img src="{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
                         {% endif %}
@@ -19,7 +19,7 @@
                     {% endif %}
                 </div>
                 <div class="item-name">
-                    <a  href="/products/{{ item.id }}" target="_blank" >
+                    <a  href="/products/{{ item.id }}" title="{{ item.title |decode_html_entities| strip_html  }}" target="_blank" >
                         {{ item.title |decode_html_entities| strip_html  }}
                     </a>
                 </div>

+ 1 - 0
resources/views/liquid_src/1/screenprotector/_footer.liquid

@@ -78,5 +78,6 @@
             });
     });
 </script>
+<script src="//code.jivosite.com/widget/1w7IVKXsrb"></script>
 {{ site.dist.statistics_js | raw }}
 <!-- footer end -->

+ 22 - 22
resources/views/liquid_src/1/screenprotector/_header.liquid

@@ -31,33 +31,33 @@
 								<div class="sub-box sub-nav-container">
 									<div class="grid-wrapper">
 										<div class="grid-col">
-											<div class="col-header"><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For mobile phone</a></div>
-											<div class="col"><a href="/products/347" title="Super D screen protector">Super D screen protector</a></div>
-											<div class="col"><a href="/products/348" title="Antistatic screen protector">Antistatic screen protector</a></div>
-											<div class="col"><a href="/products/349" title="HD clear big curved edge screen protector">HD clear screen protector</a></div>
+											<div class="col-header"><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For Mobile Phone</a></div>
+											<div class="col"><a href="/products/347" title="Super D screen protector">Super D Screen Protector</a></div>
+											<div class="col"><a href="/products/348" title="Antistatic screen protector">Antistatic Screen Protector</a></div>
+											<div class="col"><a href="/products/349" title="HD clear big curved edge screen protector">HD Clear Screen Protector</a></div>
 											<div class="col"><a href="/products/350" title="Colored MTB Glass Screen Protector">Colored MTB Glass Screen Protector</a></div>
-											<div class="col"><a href="/products/351" title="Privacy screen protector">Privacy screen protector</a></div>
-											<div class="col"><a href="/products/352" title="Hot bending screen protector">Hot bending screen protector</a></div>
-											<div class="col"><a href="/products/353" title="UV screen protector">UV screen protector</a></div>
-											<div class="col"><a href="/products/354" title="Lace edge screen protector">Lace edge screen protector</a></div>	
-											<div class="col"><a href="/products/355" title="Lace edge screen protector">Big curved edge screen protector</a></div>												
+											<div class="col"><a href="/products/351" title="Privacy screen protector">Privacy Screen Protector</a></div>
+											<div class="col"><a href="/products/352" title="Hot bending screen protector">Hot Bending Screen Protector</a></div>
+											<div class="col"><a href="/products/353" title="UV screen protector">UV Screen Protector</a></div>
+											<div class="col"><a href="/products/354" title="Lace edge screen protector">Lace Edge Screen Protector</a></div>	
+											<div class="col"><a href="/products/355" title="Lace edge screen protector">Big Curved Edge Screen Protector</a></div>												
 										</div>
 										<div class="grid-col">
 											<div class="col-header"><a href="/products/categories/for-pc" title="Computer screen protectors">For PC</a></div>
-											<div class="col"><a href="/products/356" title="Clip-on monitor privacy filter">Clip-on monitor privacy filter</a></div>
-											<div class="col"><a href="/products/357" title="PC screen privacy filter">PET screen protector</a></div>
-											<div class="col"><a href="/products/358" title="Magnetic privacy screen protector">Magnetic privacy screen protector</a></div>
+											<div class="col"><a href="/products/356" title="Clip-on monitor privacy filter">Clip-on Monitor privacy filter</a></div>
+											<div class="col"><a href="/products/357" title="PC screen privacy filter">PET Screen Protector</a></div>
+											<div class="col"><a href="/products/358" title="Magnetic privacy screen protector">Magnetic Privacy Screen Protector</a></div>
 										</div>
 										<div class="grid-col">
-											<div class="col-header"><a href="/products/359" title="Tablet screen protectors">For tablet</a></div>								
-											<div class="col-header"><a href="/products/360" title="Car screen protectors">For car</a></div>
-											<div class="col-header"><a href="/products/361" title="Lens protectors">For phone Lens</a></div>
+											<div class="col-header"><a href="/products/359" title="Tablet screen protectors">For Tablet</a></div>								
+											<div class="col-header"><a href="/products/360" title="Car screen protectors">For Car</a></div>
+											<div class="col-header"><a href="/products/categories/for-phone-lens" title="Lens protectors">For Phone Lens</a></div>
 										</div>
 									</div>
 								</div>
 						</li>
                         <li class="nav-item"><a title="News" href="/collections/news">News</a></li>
-                        <li class="nav-item"><a title="" href="/pages/faqs">FAQs</a></li>
+                        <li class="nav-item"><a title="FAQs" href="/pages/faqs">FAQs</a></li>
                         <li class="nav-item"><a class="btn" href="/pages/Contact-us">Talk To Us</a></li>
 					</ul>
 				</nav>
@@ -89,15 +89,15 @@
 						</li>
 						<li class="m-sub-nav"><a title="About Mietubl" href="#" class="m-sub-nav">Products</a>
 							<ul class="m-sub-list">
-								<li><a href="{URL}" title="Mobile phone screen protectors">For mobile phone</a></li>
-								<li><a href="{URL}" title="Computer screen protectors">For PC</a></li>
-								<li><a href="{URL}" title="Tablet screen protectors">For tablet</a></li>
-								<li><a href="{URL}" title="Car screen protectors">For car</a></li>
-								<li><a href="{URL}" title="Lens protectors">For phone Lens</a></li>
+								<li><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For Mobile Phone</a></li>
+								<li><a href="/products/categories/for-pc" title="Computer screen protectors">For PC</a></li>
+								<li><a href="/products/359" title="Tablet screen protectors">For Tablet</a></li>
+								<li><a href="/products/360" title="Car screen protectors">For Car</a></li>
+								<li><a href="/products/categories/for-phone-lens" title="Lens protectors">For Phone Lens</a></li>
 							</ul>
 						</li>
 						<li><a title="News" href="/collections/news">News</a></li>
-						<li><a title="" href="/pages/faq">FAQs</a></li>
+						<li><a title="" href="/pages/faqs">FAQs</a></li>
 						<li><a class="btn" href="/contact">Talk to us</a></li>
 					</ul>
 			</nav>

+ 21 - 21
resources/views/liquid_src/1/screenprotector/_header_black.liquid

@@ -31,27 +31,27 @@
 								<div class="sub-box sub-nav-container">
 									<div class="grid-wrapper">
 										<div class="grid-col">
-											<div class="col-header"><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For mobile phone</a></div>
-											<div class="col"><a href="/products/347" title="Super D screen protector">Super D screen protector</a></div>
-											<div class="col"><a href="/products/348" title="Antistatic screen protector">Antistatic screen protector</a></div>
-											<div class="col"><a href="/products/349" title="HD clear big curved edge screen protector">HD clear screen protector</a></div>
+											<div class="col-header"><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For Mobile Phone</a></div>
+											<div class="col"><a href="/products/347" title="Super D screen protector">Super D Screen Protector</a></div>
+											<div class="col"><a href="/products/348" title="Antistatic screen protector">Antistatic Screen Protector</a></div>
+											<div class="col"><a href="/products/349" title="HD clear big curved edge screen protector">HD Clear Screen Protector</a></div>
 											<div class="col"><a href="/products/350" title="Colored MTB Glass Screen Protector">Colored MTB Glass Screen Protector</a></div>
-											<div class="col"><a href="/products/351" title="Privacy screen protector">Privacy screen protector</a></div>
-											<div class="col"><a href="/products/352" title="Hot bending screen protector">Hot bending screen protector</a></div>
-											<div class="col"><a href="/products/353" title="UV screen protector">UV screen protector</a></div>
-											<div class="col"><a href="/products/354" title="Lace edge screen protector">Lace edge screen protector</a></div>	
-											<div class="col"><a href="/products/355" title="Lace edge screen protector">Big curved edge screen protector</a></div>												
+											<div class="col"><a href="/products/351" title="Privacy screen protector">Privacy Screen Protector</a></div>
+											<div class="col"><a href="/products/352" title="Hot bending screen protector">Hot Bending Screen Protector</a></div>
+											<div class="col"><a href="/products/353" title="UV screen protector">UV Screen Protector</a></div>
+											<div class="col"><a href="/products/354" title="Lace edge screen protector">Lace Edge Screen Protector</a></div>	
+											<div class="col"><a href="/products/355" title="Lace edge screen protector">Big Curved Edge Screen Protector</a></div>												
 										</div>
 										<div class="grid-col">
 											<div class="col-header"><a href="/products/categories/for-pc" title="Computer screen protectors">For PC</a></div>
-											<div class="col"><a href="/products/356" title="Clip-on monitor privacy filter">Clip-on monitor privacy filter</a></div>
-											<div class="col"><a href="/products/357" title="PC screen privacy filter">PET screen protector</a></div>
-											<div class="col"><a href="/products/358" title="Magnetic privacy screen protector">Magnetic privacy screen protector</a></div>
+											<div class="col"><a href="/products/356" title="Clip-on monitor privacy filter">Clip-on Monitor privacy filter</a></div>
+											<div class="col"><a href="/products/357" title="PC screen privacy filter">PET Screen Protector</a></div>
+											<div class="col"><a href="/products/358" title="Magnetic privacy screen protector">Magnetic Privacy Screen Protector</a></div>
 										</div>
 										<div class="grid-col">
-											<div class="col-header"><a href="/products/359" title="Tablet screen protectors">For tablet</a></div>								
-											<div class="col-header"><a href="/products/360" title="Car screen protectors">For car</a></div>
-											<div class="col-header"><a href="/products/361" title="Lens protectors">For phone Lens</a></div>
+											<div class="col-header"><a href="/products/359" title="Tablet screen protectors">For Tablet</a></div>								
+											<div class="col-header"><a href="/products/360" title="Car screen protectors">For Car</a></div>
+											<div class="col-header"><a href="/products/categories/for-phone-lens" title="Lens protectors">For Phone Lens</a></div>
 										</div>
 									</div>
 								</div>
@@ -89,15 +89,15 @@
 						</li>
 						<li class="m-sub-nav"><a title="About Mietubl" href="#" class="m-sub-nav">Products</a>
 							<ul class="m-sub-list">
-								<li><a href="{URL}" title="Mobile phone screen protectors">For mobile phone</a></li>
-								<li><a href="{URL}" title="Computer screen protectors">For PC</a></li>
-								<li><a href="{URL}" title="Tablet screen protectors">For tablet</a></li>
-								<li><a href="{URL}" title="Car screen protectors">For car</a></li>
-								<li><a href="{URL}" title="Lens protectors">For phone Lens</a></li>
+								<li><a href="/products/categories/for-mobile-phone" title="Mobile phone screen protectors">For Mobile Phone</a></li>
+								<li><a href="/products/categories/for-pc" title="Computer screen protectors">For PC</a></li>
+								<li><a href="/products/359" title="Tablet screen protectors">For Tablet</a></li>
+								<li><a href="/products/360" title="Car screen protectors">For Car</a></li>
+								<li><a href="/products/categories/for-phone-lens" title="Lens protectors">For Phone Lens</a></li>
 							</ul>
 						</li>
 						<li><a title="News" href="/collections/news">News</a></li>
-						<li><a title="" href="/pages/faq">FAQs</a></li>
+						<li><a title="" href="/pages/faqs">FAQs</a></li>
 						<li><a class="btn" href="/contact">Talk to us</a></li>
 					</ul>
 			</nav>

+ 3 - 2
resources/views/liquid_src/1/screenprotector/collection_list.liquid

@@ -1,11 +1,11 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title>{{tag.seo_title}}</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 	<meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
 	<link rel="canonical" href="{{site.current_url}}" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="en_US" />
 	<meta property="og:type" content="website" />
 	<meta property="og:title" content="{{site.dist.company_name}}" />
 	<meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
@@ -14,6 +14,7 @@
 	<meta name="twitter:card" content="summary_large_image" />
 	<link rel='shortlink' href='{{site.current_url}}' />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">	
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>

+ 75 - 20
resources/views/liquid_src/1/screenprotector/home.liquid

@@ -1,22 +1,81 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title>{{site.dist.seo_title}}</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+	<meta name="keywords" content="{{ site.dist.seo_keywords  | strip_html| strip_newlines }}" />	
 	<meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
 	<link rel="canonical" href="{{site.current_url}}" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="en" />
 	<meta property="og:type" content="website" />
 	<meta property="og:title" content="{{site.dist.seo_title}}" />
 	<meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
 	<meta property="og:url" content="{{site.current_url}}" />
-	<meta property="og:site_name" content="{{ site.dist.site_name  | strip_html| strip_newlines }}" />
-	<link rel='shortlink' href='{{site.current_url}}' />
+	<meta property="og:site_name" content="{{ site.dist.site_name | strip_html| strip_newlines }}" />
+	<link rel='shortlink' href="{{site.current_url}}" />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>
+    <script type="application/ld+json">
+{
+  "@context": "https://schema.org",
+  "@graph": [{
+      "@type": "Organization",
+      "@id": "https://www.screenguardfactory.com/#About-us",
+      "name": "Mietubl",
+      "logo": {
+        "@type": "ImageObject",
+        "@id": "https://www.screenguardfactory.com/#logo",
+        "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "contentUrl": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "caption": "Mietubl logo",
+        "inLanguage": "en-US",
+        "width": "114",
+        "height": "38"
+      },
+      "contactPoint": {
+        "@type": "ContactPoint",
+        "telephone": "+(86)-170-0016-1888",
+        "contactType": "Customer Service",
+        "areaServed": "Global",
+        "availableLanguage": "English"
+      },
+      "sameAs": [
+        "https://www.facebook.com/MietublMachine/",
+        "https://www.youtube.com/@mietublmachine",
+        "https://www.linkedin.com/company/mietubl/"
+      ]
+    },
+    {
+      "@type": "WebSite",
+      "@id": "https://www.screenguardfactory.com/#website",
+      "url": "https://www.screenguardfactory.com",
+      "name": "China Screen Protector Factory Manufacturer | Mietubl",
+      "publisher": {
+        "@id": "https://www.screenguardfactory.com/#About-us"
+      },
+      "description": "{{ site.dist.seo_description  | strip_html| strip_newlines }}",
+      "keywords": "{{ site.dist.seo_keywords  | strip_html| strip_newlines }}",
+      "mainEntityOfPage": "https://www.screenguardfactory.com",
+      "inLanguage": "en-US",
+      "datePublished": "2025-01-01",
+      "dateModified": "2025-01-12"
+    },
+    {
+      "@type": "ImageObject",
+      "@id": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/factory-8.webp",
+      "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/factory-8.webp",
+      "width": "363",
+      "height": "204",
+      "caption": "China Screen Protector Factory ",
+      "inLanguage": "en-US"
+    }
+  ]
+}
+ </script>
 </head>
 <body>
 
@@ -126,14 +185,10 @@
 	<div class="e-con-inner">
 		<h2 mtb_edit="1" id="iisxts" class="heading-title">Hot Screen Protector Series</h2>
 			<div mtb_edit="1" id="itwepi" class="sub-title">
-					
-Mietubl offers comprehensive solutions, working closely with customers to develop the best solutions for their needs.<br/> And dedicated to providing high-cost-performance screen protector products to users worldwide.
+			    Mietubl offers comprehensive solutions, working closely with customers to develop the best solutions for their needs.<br/> And dedicated to providing high-cost-performance screen protector products to users worldwide.
 			</div>
-
         {% product  mode="list" limit=8 template='__product_list_1.liquid' %}
 
-
-
 	</div>
 </section>
 
@@ -158,11 +213,11 @@ Compared to other screen protector materials, UTG glass offers exceptional optic
 	<div class="section-wrapper">
 		<div class="showcase">
 			<div class="zoom-in-pic">
-				<div class="pic active"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer1.jpg"></div>
-				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer2.jpg"></div>
-				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer3.jpg"></div>
-				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer4.jpg"></div>
-				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer5.jpg"></div>				
+				<div class="pic active"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer1.jpg" alt="Customer review of Mietubl screen protector"></div>
+				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer2.jpg" alt="Customer review of Mietubl screen protector"></div>
+				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer3.jpg"  alt="Customer review of Mietubl screen protector"></div>
+				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer4.jpg"  alt="Customer review of Mietubl screen protector"></div>
+				<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer5.jpg"  alt="Customer review of Mietubl screen protector"></div>				
 			</div>
 			<div class="reviews">
 				<h2 mtb_edit="1">What Our Customers Say</h2>
@@ -185,11 +240,11 @@ Compared to other screen protector materials, UTG glass offers exceptional optic
 			
 				<div class="preview-pic">
 					<ul>
-						<li class="pic active"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer1.jpg"></li>
-						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer2.jpg"></li>
-						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer3.jpg"></li>
-						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer4.jpg"></li>
-						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer5.jpg"></li>						
+						<li class="pic active"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer1.jpg"  alt="Customer review of Mietubl screen protector"></li>
+						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer2.jpg"  alt="Customer review of Mietubl screen protector"></li>
+						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer3.jpg"  alt="Customer review of Mietubl screen protector"></li>
+						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer4.jpg"  alt="Customer review of Mietubl screen protector"></li>
+						<li class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/customer5.jpg"  alt="Customer review of Mietubl screen protector"></li>						
 					</ul>
 				</div>
 			</div>
@@ -212,7 +267,7 @@ Compared to other screen protector materials, UTG glass offers exceptional optic
 		</div>
 
 		<div class="more">
-			<a href="/collections/news"><span class="btn">View more information</span></a>
+			<a href="/collections/news" title="Recent post"><span class="btn">View more information</span></a>
 		</div>
 	</div>
 </section>

+ 39 - 10
resources/views/liquid_src/1/screenprotector/pages_detail.liquid

@@ -1,22 +1,53 @@
-
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
     <title>{{page.seo_title}}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-    <meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+    <meta name="keywords" content="{{page.seo_keywords  | strip_html| strip_newlines }}" />    
+    <meta name="description" content="{{page.seo_description  | strip_html| strip_newlines }}" />
     <link rel="canonical" href="{{site.current_url}}" />
-    <meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+    <meta property="og:locale" content="en" />
     <meta property="og:type" content="website" />
-    <meta property="og:title" content="{{ site.dist.seo_title }}" />
-    <meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+    <meta property="og:title" content="{{page.seo_title}}" />
+    <meta property="og:description" content="{{page.seo_title | strip_html| strip_newlines }}" />
     <meta property="og:url" content="{{site.current_url}}" />
     <meta name="twitter:card" content="summary_large_image" />
-    <link rel='shortlink' href='{{site.current_url}}' />
+    <link rel='shortlink' href="{{site.current_url}}" />
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">    
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
+    <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>   
+    <script type="application/ld+json">
+{
+  "@context": "https://schema.org",
+  "@type": "Article",
+  "headline": "{{page.seo_title}}",
+  "description": "{{page.seo_description  | strip_html| strip_newlines }}",
+  "image": {
+    "@type": "ImageObject",
+    "url": "{{ page.cover_image }}",
+    "height": 885,
+    "width": 509
+  },
+
+  "publisher": {
+    "@type": "Organization",
+    "name": "Mietubl",
+    "logo": {
+      "@type": "ImageObject",
+      "url": "https://www.screenguardfactory.com/static/images/logo-black.svg",
+      "height": 114,
+      "width": 38
+    }
+  },
+  "datePublished": "{{page.post_date}}",
+  "dateModified": "{{page.post_date}}",
+  "mainEntityOfPage": "{{site.current_url}}",
+  "inLanguage": "en-US"
+}
+</script>
 
 </head>
 <body>
@@ -84,6 +115,4 @@
 {% include '__contact.liquid' %}
 {% include '_footer.liquid' %}
 	</body>
-</html>
-
- 
+</html>

+ 87 - 10
resources/views/liquid_src/1/screenprotector/pages_sp_about.liquid

@@ -1,22 +1,99 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
     <title>{{page.seo_title}}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-    <meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+    <meta name="keyword" content="{{ page.seo_keywords  | strip_html| strip_newlines }}" />    
+    <meta name="description" content="{{ page.seo_description  | strip_html| strip_newlines }}" />
     <link rel="canonical" href="{{site.current_url}}" />
-    <meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+    <meta property="og:locale" content="en" />
     <meta property="og:type" content="website" />
     <meta property="og:title" content="{{ site.dist.seo_title }}" />
-    <meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+    <meta property="og:description" content="{{ page.seo_description  | strip_html| strip_newlines }}" />
     <meta property="og:url" content="{{site.current_url}}" />
     <meta name="twitter:card" content="summary_large_image" />
     <link rel='shortlink' href='{{site.current_url}}' />
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+ 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">   
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>
+    <script type="application/ld+json">
+    {
+  "@context": "https://schema.org",
+  "@graph": [{
+      "@type": "WebPage",
+      "@id": "https://www.screenguardfactory.com/pages/about-us",
+      "url": "https://www.screenguardfactory.com/pages/about-us",
+      "name": "About Us | Mietubl",
+      "publisher": {
+        "@id": "https://www.screenguardfactory.com/pages/about-us"
+      },
+      "inLanguage": "en-US",
+      "mainEntityOfPage": "https://www.screenguardfactory.com/pages/about-us",
+      "description": "{{ page.seo_description  | strip_html| strip_newlines }}",
+      "datePublished": "2025-01-01",
+      "dateModified": "2025-01-12",
+      "keywords": "{{ site.dist.seo_keywords  | strip_html| strip_newlines }}",
+      "breadcrumb": {
+        "@type": "BreadcrumbList",
+        "itemListElement": [
+          {
+            "@type": "ListItem",
+            "position": 1,
+            "name": "Home",
+            "item": "https://www.screenguardfactory.com"
+          },
+          {
+            "@type": "ListItem",
+            "position": 2,
+            "name": "About Us",
+            "item": "https://www.screenguardfactory.com/pages/about-us"
+          }
+        ]
+      },
+      "copyrightNotice": "© 2025 Mietubl. All rights reserved."
+    },
+    {
+      "@type": "Organization",
+      "@id": "https://www.screenguardfactory.com/pages/about-us",
+      "name": "Mietubl",
+      "logo": {
+        "@type": "ImageObject",
+        "@id": "https://www.screenguardfactory.com/#logo",
+        "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "contentUrl": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "caption": "Mietubl logo",
+        "inLanguage": "en-US",
+        "width": "114",
+        "height": "38"
+      },
+      "contactPoint": {
+        "@type": "ContactPoint",
+        "telephone": "+(86)-170-0016-1888",
+        "contactType": "Customer Service",
+        "areaServed": "Global",
+        "availableLanguage": "English"
+      },
+      "sameAs": [
+        "https://www.facebook.com/MietublMachine/",
+        "https://www.youtube.com/@mietublmachine",
+        "https://www.linkedin.com/company/mietubl/"
+      ]
+    },
+    {
+      "@type": "ImageObject",
+      "@id": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/videobg.jpg",
+      "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/videobg.jpg",
+      "width": "640",
+      "height": "360",
+      "caption": "China Screen Protector Factory",
+      "inLanguage": "en-US"
+    }
+  ]
+}
+</script>
 </head>
 <body>
 {% include '_header.liquid' %}
@@ -37,7 +114,7 @@
 			<div class="left-box">
 				<div class="elementor-element elementor-element-4fb7960 elementor-widget elementor-widget-heading" data-id="4fb7960" data-element_type="widget" data-widget_type="heading.default">
 				<div class="elementor-widget-container">
-					<h2 class="elementor-heading-title elementor-size-default">{{ page.title }}</h2>		</div>
+					<h2 class="elementor-heading-title elementor-size-default">About Mietubl<br>Screen Protector Manufacturer</h2>		</div>
 				</div>
 				<div class="elementor-widget-container">
 					<p>{{ page.content |raw }}</p>
@@ -47,8 +124,8 @@
 		<div class="right-box">
 					<div class="elementor-widget-container">
 						<div class="right-box-video">
-							<img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/videobg.jpg">
-							<div class="play" aria-label="Play Video about mobile phone parts wholesale">
+							<img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/videobg.jpg" alt="Video about Mietubl">
+							<div class="play" aria-label="Play Video about Mietubl">
 									<svg aria-hidden="true" class="e-font-icon-svg e-eicon-play" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z"></path></svg>
 							</div>
 					</div>
@@ -62,7 +139,7 @@
 	<div class="e-con-inner">
 		<div class="con-data">
 		<div class="inner-widget">
-			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/001-1.png" alt="" /></div>
+			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/001-1.png" alt="Customer Icon" /></div>
 			<div class="widget-text">
 				<div class="box1">
 					<span class="counter-number" data-to-value="130" data-from-value="0" mtb_edit="1">0</span>
@@ -74,7 +151,7 @@
 			</div>
 		</div>
 		<div class="inner-widget">
-			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/002.png" alt="" /></div>
+			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/002.png" alt="Factory Icon" /></div>
 			<div class="widget-text">
 				<div class="box1">
 					<span class="counter-number" data-to-value="10000" data-from-value="0" mtb_edit="1">0</span>
@@ -86,7 +163,7 @@
 			</div>
 		</div>
 		<div class="inner-widget">
-			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/003.png" alt="" /></div>
+			<div class="widget-pic"><img width="43" height="49" src="{{ site.asset_base_url}}static/tpl/screenprotector/images/003.png" alt="Production Icon" /></div>
 			<div class="widget-text">
 				<div class="box1">
 					<span class="counter-number" data-to-value="8000000" data-from-value="0" mtb_edit="1">0</span>

+ 4 - 3
resources/views/liquid_src/1/screenprotector/pages_sp_contact.liquid

@@ -1,18 +1,19 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
-     <title>{{page.seo_title}}</title>
+    <title>{{page.seo_title}}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
     <meta name="keywords" content="{{ page.seo_keywords}}" />  
     <meta name="description" content="{{page.seo_description}}" />
     <link rel="canonical" href="{{site.current_url}}" />
-    <meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+    <meta property="og:locale" content="en" />
     <meta property="og:type" content="website" />
     <meta property="og:title" content="{{ site.dist.seo_title }}" />
     <meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
     <meta property="og:url" content="{{site.current_url}}" />
     <link rel='shortlink' href='{{site.current_url}}' />
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">    
     <link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>

+ 106 - 10
resources/views/liquid_src/1/screenprotector/pages_sp_factory_tour.liquid

@@ -1,21 +1,117 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title>{{page.seo_title}}</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-	<meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+	<meta name="keywords" content="{{ page.seo_keywords  | strip_html| strip_newlines }}" />	
+	<meta name="description" content="{{ page.seo_description  | strip_html| strip_newlines }}" />
 	<link rel="canonical" href="{{site.current_url}}" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="en" />
 	<meta property="og:type" content="website" />
 	<meta property="og:title" content="{{page.seo_title}}" />
-	<meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
+	<meta property="og:description" content="{{ page.seo_description  | strip_html| strip_newlines }}" />
 	<meta property="og:url" content="{{site.current_url}}" />
-	<link rel='shortlink' href='{{site.current_url}}' />
+	<link rel='shortlink' href="{{site.current_url}}" />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">	
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
     <script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js?ver=0705"></script>
+    <script type="application/ld+json">
+    {
+  "@context": "https://schema.org",
+  "@graph": [{
+      "@type": "Organization",
+      "@id": "https://www.screenguardfactory.com/pages/factory",
+      "name": "Mietubl",
+      "logo": {
+        "@type": "ImageObject",
+        "@id": "https://www.screenguardfactory.com/#logo",
+        "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "contentUrl": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/logo-black.svg",
+        "caption": "Mietubl logo",
+        "inLanguage": "en-US",
+        "width": "114",
+        "height": "38"
+      },
+      "contactPoint": {
+        "@type": "ContactPoint",
+        "telephone": "+(86)-170-0016-1888",
+        "contactType": "Customer Service",
+        "areaServed": "Global",
+        "availableLanguage": "English"
+      },
+      "sameAs": [
+        "https://www.facebook.com/MietublMachine/",
+        "https://www.youtube.com/@mietublmachine",
+        "https://www.linkedin.com/company/mietubl/"
+      ]
+    },
+    {
+      "@type": "WebSite",
+      "@id": "https://www.screenguardfactory.com/pages/factory",
+      "url": "https://www.screenguardfactory.com/pages/factory",
+      "name": "{{page.seo_title}}",
+      "publisher": {
+        "@id": "https://www.screenguardfactory.com/pages/factory"
+      },
+      "description": "{{ page.seo_description  | strip_html| strip_newlines }}",
+      "keywords": "{{ page.seo_keywords  | strip_html| strip_newlines }}",
+      "mainEntityOfPage": "https://www.screenguardfactory.com",
+      "inLanguage": "en-US",
+      "datePublished": "2025-01-01",
+      "dateModified": "2025-01-12",
+      "breadcrumb": {
+        "@type": "BreadcrumbList",
+        "itemListElement": [
+          {
+            "@type": "ListItem",
+            "position": 1,
+            "name": "Home",
+            "item": "https://www.screenguardfactory.com"
+          },
+          {
+            "@type": "ListItem",
+            "position": 2,
+            "name": "pages",
+            "item": "https://www.screenguardfactory.com/pages"
+          },
+          {
+            "@type": "ListItem",
+            "position": 3,
+            "name": "Screen Protector Factory Tour",
+            "item": "https://www.screenguardfactory.com/pages/factory"
+          }
+        ]
+      },
+      "video": {
+        "@type": "VideoObject",
+        "name": "Screen protector factory",
+        "description": "We have a complete production process for screen protector production. Visit our screen protector factory and discover how screen protectors are produced.",
+        "contentUrl": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/video-banner.mp4",
+        "embedUrl": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/video-banner.mp4",
+        "uploadDate": "2025-01-01",
+        "duration": "08S",
+        "publisher": {
+          "@type": "Organization",
+          "name": "Mietubl"
+        },
+        "inLanguage": "en-US"
+      }
+    },
+    {
+      "@type": "ImageObject",
+      "@id": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/2023-12-08.jpg",
+      "url": "https://mietubl-website.oss-accelerate.aliyuncs.com/static/tpl/screenprotector/images/2023-12-08.jpg",
+      "width": "877",
+      "height": "657",
+      "caption": "China Screen Protector Factory ",
+      "inLanguage": "en-US"
+    }
+  ]
+}
+    </script>
 </head>
 <body>
 {% include '_header.liquid' %}
@@ -130,11 +226,11 @@
 
 <section class="categories" mtb_edit="1">
 		<div class="section-wrapper">
-		<h3 class="heading-title">Our solutions for you</h3>
+		<h3 class="heading-title">Our Solutions for You</h3>
 		<div class="category">
 			<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/phone.jpg" alt="Mobile phone screen protector"></div>
 			<div class="category-text">
-					<h3>Mobile phone screen protector</h3>
+					<h3>Mobile Phone Screen Protector</h3>
 					<div> With the widespread use of smartphones, screens have become one of the most vulnerable parts to damage. As mobile accessory distributors and wholesalers, you may face challenges such as diverse customer needs, intense price competition, and the search for high-quality products. We understand that the demand for screen protectors varies across different markets—whether it’s impact resistance, high-definition display, or ease of installation.Welcome to talk to us.</div>
 
 					<div class="features">
@@ -166,7 +262,7 @@
 		<div class="category">
 			<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/tablet.jpg" alt="Tablet screen protector"></div>
 			<div class="category-text">
-					<h3>Tablet screen protector</h3>
+					<h3>Tablet Screen Protector</h3>
 					<div> As a distributor or wholesaler, you need to provide high-quality screen protectors that meet market demands. Our tablet screen protectors are compatible with a wide range of popular tablet brands, including iPad, Samsung Galaxy Tab, and more. Each product undergoes strict quality control to ensure durability and long-lasting protection..</div>
 					<div class="features">
 					<div><p><strong>Features</strong></p></div>
@@ -193,7 +289,7 @@
 		<div class="category">
 			<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/car.jpg" alt="Car screen protector"></div>
 			<div class="category-text">
-					<h3>Car screen protector</h3>
+					<h3>Car Screen Protector</h3>
 					<div> In-vehicle navigation systems have become an essential part of modern vehicles,  We understand the unique requirements of vehicle navigation screens, and offer high-performance screen protector solutions designed to meet these needs.</div>
 					<div class="features">
 					<div><p><strong>Features</strong></p></div>
@@ -224,7 +320,7 @@
 		<div class="category">
 			<div class="pic"><img src="{{ site.asset_base_url}}static/tpl/screenprotector/images/lens.jpg" alt="Lens protector"></div>
 			<div class="category-text">
-					<h3>Lens protector</h3>
+					<h3>Lens Protector</h3>
 					<div> As the camera function of electronic products becomes more and more powerful, dealers and consumers may face the challenge of protecting mobile phones while maintaining the clarity of photos and not increasing the thickness. Mietubl's innovative AR series lens protector may be your best choice.</div>
 					<div class="features">
 					<div><p><strong>Features</strong></p></div>

+ 6 - 4
resources/views/liquid_src/1/screenprotector/pages_sp_faq.liquid

@@ -1,19 +1,21 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title>{{page.seo_title}}</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+	<meta name="keywords" content="{{page.seo_keywords}}" />	
 	<meta name="description" content="{{page.seo_description}}" />
 	<link rel="canonical" href="{{site.current_url}}/" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="en" />
 	<meta property="og:type" content="website" />
 	<meta property="og:title" content="{{site.dist.company_name}}" />
-	<meta property="og:description" content="{{description}}" />
+	<meta property="og:description" content="{{page.seo_description}}" />
 	<meta property="og:url" content="{{site.current_url}}" />
 	<meta property="og:site_name" content="{{site.dist.site_name}}" />
 	<meta name="twitter:card" content="summary_large_image" />
-	<link rel='shortlink' href='{{site.current_url}}' />
+	<link rel='shortlink' href="{{site.current_url}}" />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">	
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>

+ 8 - 7
resources/views/liquid_src/1/screenprotector/products_categories.liquid

@@ -1,12 +1,12 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title> {{category.seo_title}}</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 	<meta name="keywords" content="{{ site.dist.seo_keywords" />
 	<meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
 	<link rel="canonical" href="{{site.current_url}}/" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="en" />
 	<meta property="og:type" content="website" />
 	<meta property="og:title" content="{{site.dist.company_name}}" />
 	<meta property="og:description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}" />
@@ -15,6 +15,7 @@
 	<meta name="twitter:card" content="summary_large_image" />
 	<link rel='shortlink' href='{{site.current_url}}' />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">	
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
@@ -38,14 +39,14 @@
 		<ul class="list-wrapper">
             {% for item in products %}
 			<li class="product-item">
-				<div class="product-image"><a href="/products/{{ item.id }}" alt="{{ item.title | strip_html }}">
+				<div class="product-image"><a href="/products/{{ item.id }}" title="{{ item.title | strip_html }}">
 
-                        {% if item.images and item.images[0].image_url %}
+                 {% if item.images and item.images[0].image_url %}
                             {% assign image_url = item.images[0].image_url %}
 			     {% assign image_url_overlay = item.images[1].image_url %}
-                            <img src="{% if image_url contains 'http' %}{{ image_url }}{% else %}{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_200,h_200' }}{% endif %}"
+                            <img src="{% if image_url contains 'http' %}{{ image_url| append: '?x-oss-process=image/resize,m_pad,w_500,h_500' }}{% else %}{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_500,h_500' }}{% endif %}"
                             alt="{{ item.title | strip_html }}">
-			     <div class="overlay">   <img src="{% if image_url_overlay %}{% if image_url_overlay contains 'http' %}{{ image_url_overlay }}{% else %}{{ site.image_base_url }}{{ image_url_overlay | append: '?x-oss-process=image/resize,m_pad,w_200,h_200' }}{% endif %}{% else %}{{ site.asset_base_url }}static/common/images/product_default.jpg{% endif %}"
+			     <div class="overlay">   <img src="{% if image_url_overlay %}{% if image_url_overlay contains 'http' %}{{ image_url_overlay | append: '?x-oss-process=image/resize,m_pad,w_500,h_500'  }}{% else %}{{ site.image_base_url }}{{ image_url_overlay | append: '?x-oss-process=image/resize,m_pad,w_500,h_500' }}{% endif %}{% else %}{{ site.asset_base_url }}static/common/images/product_default.jpg{% endif %}"
                             alt="{{ item.title | strip_html }}"></div>
                         {% else %}
                             <img src="{{ site.asset_base_url}}static/common/images/product_default.jpg" alt="{{ item.title | strip_html }}">
@@ -53,7 +54,7 @@
                         {% endif %}
 
 				</a></div>
-				<div class="product-name"><a href="/products/{{ item.id }}" alt="{{ item.title | strip_html }}">{{ item.title | strip_html }}</a></div>
+				<div class="product-name"><a href="/products/{{ item.id }}" title="{{ item.title | strip_html }}">{{ item.title | strip_html }}</a></div>
 			</li>
 			{% endfor %}
 		</ul>

+ 51 - 8
resources/views/liquid_src/1/screenprotector/products_detail.liquid

@@ -1,23 +1,66 @@
 <!DOCTYPE html>
-<html lang="{{site.dist.country}}">
+<html lang="{{site.dist.country_lang}}">
 <head><meta charset="UTF-8">
 	<title>{{product.seo_title}} - Screen Protector Factory Directly</title>
 	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-	<meta name="description" content="{{description}}" />
+	<meta name="keywords" content="{{product.seo_keywords}}" />	
+	<meta name="description" content="{{product.seo_description}}" />
 	<link rel="canonical" href="{{site.current_url}}/" />
-	<meta property="og:locale" content="{{site.dist.country_alpha_2l}}" />
+	<meta property="og:locale" content="{{site.dist.country_lang}}" />
 	<meta property="og:type" content="website" />
-	<meta property="og:title" content="{{site.dist.company_name}}" />
-	<meta property="og:description" content="{{description}}" />
+	<meta property="og:title" content="{{product.seo_title}}" />
+	<meta property="og:description" content="{{product.seo_description}}" />
 	<meta property="og:url" content="{{site.current_url}}" />
 	<meta property="og:site_name" content="{{site.dist.site_name}}" />
-	<link rel='shortlink' href='{{site.current_url}}' />
+	<link rel='shortlink' href="{{site.current_url}}" />
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/css.css?ver=0705">
+	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/responsive.css?ver=0118">	
 	<link rel="stylesheet" href="{{ site.asset_base_url}}static/tpl/screenprotector/css/swiper-bundle.min.css?ver=0705">
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/jquery.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/swiper-bundle.min.js"></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/main.js" defer></script>
 	<script src="{{ site.asset_base_url}}static/tpl/screenprotector/js/thumbSlide.js" defer></script>
+	<script type="application/ld+json">
+    {
+      "@context": "http://schema.org/",
+      "@type": "Product", 
+      "name": "{{product.seo_title}} ", 
+      "image":"{{product.images[0].image_url}}",
+      "keywords":"{{product.seo_keywords}}",
+      "description": "{{product.seo_description}}", 
+      "brand":{
+    	"@type":"brand",
+    	"name":"Mietubl",
+    	"logo":"https://www.screenguardfactory.com/"
+      }, 
+      "manufacturer": {
+        "@type": "Organization",
+        "name": "Mietubl Global Supply Chain (Guangzhou) Co., Ltd.",
+        "url": "https://www.screenguardfactory.com/"
+      },
+      "url":"https://www.screenguardfactory.com/products/{{product.id }}",   
+      "category":"Screen Protector",
+      "offers": {
+        "@type": "Offer",
+        "url": "https://www.screenguardfactory.com/products/{{product.id }}",
+        "priceCurrency": "USD",
+        "price": "0.00", 
+        "priceSpecification": {
+          "@type": "PriceSpecification",
+          "priceCurrency": "USD",
+          "valueAddedTaxIncluded": false,
+          "description": "Contact +(86) 170 0016 1888 for wholesale pricing details."
+        },
+        "priceValidUntil": "2029-01-01",
+        "availability": "https://schema.org/InStock",
+        "seller": {
+          "@type": "Organization",
+          "name": "Mietubl"
+        }
+      },
+      "countryOfAssembly":"China" 
+    }
+    </script>
 	<script>$(function(){$("#masterslider").thumbSlide();})</script>
 </head>
 <body>
@@ -83,9 +126,9 @@
 
                                 {% if image_url %}
                                     {% if image_url contains 'http' %}
-                                        <img src="{{ image_url }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
+                                        <img src="{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
                                     {% else %}
-                                        <img src="{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
+                              <img src="{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail" alt="{{ item.title | strip_html }}">
                                     {% endif %}
                                 {% else %}
                                     <img src="{{ site.image_base_url }}static/common/images/product_default.jpg" class="" alt="{{ item.title | strip_html }}">