Browse Source

feat:SEO

igb 4 months ago
parent
commit
029b5b06f1

+ 5 - 12
resources/views/liquid/1/TechVista/_footer.liquid

@@ -5,7 +5,7 @@
             <div class="row cols-xs-space cols-sm-space cols-md-space">
                 <div class="col-lg-5">
                     <div class="col">
-                        <img src="/static/images/logo_white.svg" class="" alt="Boomerang" style="height: 50px;">
+                        <img src="/static/images/logo_white.svg" class="" alt="mtb" style="height: 50px;">
                         <span class="clearfix"></span>
                         {% comment %}<span class="heading heading-sm c-gray-light strong-400">Mietubl</span>{% endcomment %}
                         <p class="mt-3">
@@ -80,25 +80,18 @@
 
                         <ul class="social-media social-media--style-1-v4">
                             <li>
-                                <a href="#" class="facebook" target="_blank" data-toggle="tooltip" data-original-title="Facebook">
+                                <a href="{{ site.dist.facebook }}" class="facebook" target="_blank" data-toggle="tooltip" data-original-title="Facebook">
                                     <i class="fa fa-facebook"></i>
                                 </a>
                             </li>
                             <li>
-                                <a href="#" class="instagram" target="_blank" data-toggle="tooltip" data-original-title="Instagram">
+                                <a href="{{ site.dist.instagram }}" class="instagram" target="_blank" data-toggle="tooltip" data-original-title="Instagram">
                                     <i class="fa fa-instagram"></i>
                                 </a>
                             </li>
-                            <li>
-                                <a href="#" class="dribbble" target="_blank" data-toggle="tooltip" data-original-title="Dribbble">
-                                    <i class="fa fa-dribbble"></i>
-                                </a>
-                            </li>
-                            <li>
-                                <a href="#" class="dribbble" target="_blank" data-toggle="tooltip" data-original-title="Github">
-                                    <i class="fa fa-github"></i>
-                                </a>
+
                             </li>
+
                         </ul>
                     </div>
                 </div>

+ 3 - 3
resources/views/liquid/1/TechVista/_header.liquid

@@ -186,7 +186,7 @@
         <div class="container navbar-container">
             <!-- Brand/Logo -->
             <a class="navbar-brand" href="/">
-                <img src="/static/images/logo.svg" class="" alt="Boomerang" style="height: 50px;">
+                <img src="/static/images/logo.svg" class="" alt="mtb" style="height: 50px;">
             </a>
 
             <div class="d-inline-block">
@@ -280,7 +280,7 @@
                                                             {% comment %}Documentation and Shortcodes{% endcomment %}
                                                         {% comment %}</h2>{% endcomment %}
                                                         {% comment %}<p class="strong-300 c-white mt-4">{% endcomment %}
-                                                            {% comment %}Get started fast and easy with Boomerang using the documentation and shortcode examples. No matter{% endcomment %}
+                                                            {% comment %}Get started fast and easy with mtb using the documentation and shortcode examples. No matter{% endcomment %}
                                                             {% comment %}you are a developer or new to web design, you will{% endcomment %}
                                                             {% comment %}find our theme very easy to customize with{% endcomment %}
                                                             {% comment %}an intuitive HTML markup.{% endcomment %}
@@ -404,7 +404,7 @@
                                             {% comment %}</a>{% endcomment %}
                                         {% comment %}</li>{% endcomment %}
                                         {% comment %}<li>{% endcomment %}
-                                            {% comment %}<a class="dropdown-item" href="../../html/default/sliders/boomerang-slider/index.html">{% endcomment %}
+                                            {% comment %}<a class="dropdown-item" href="../../html/default/sliders/mtb-slider/index.html">{% endcomment %}
                                                 {% comment %}Boomerang slider{% endcomment %}
                                             {% comment %}</a>{% endcomment %}
                                         {% comment %}</li>{% endcomment %}

+ 10 - 6
resources/views/liquid/1/TechVista/collection_list.liquid

@@ -4,10 +4,10 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
+<meta name="description" content="{{ tag.seo_description }}">
+<meta name="keywords" content="{{tag.seo_keywords}}">
+<title>{{tag.seo_title}}</title>
 {% include '_header_css.liquid' %}
 </head>
 <body>
@@ -16,8 +16,6 @@
 <div class="body-wrap shop-default shop-cards shop-tech">
     <div id="st-container" class="st-container">
 
-
-
         <div class="st-pusher">
             <div class="st-content">
                 <div class="st-content-inner">
@@ -42,7 +40,13 @@
                                             <div class="card-image">
                                                 <div class="view view-first">
                                                     <a href="/pages/{% if item.slug %}{{ item.slug }}{% else %}{{ item.id }}{% endif %}">
-                                                        <img src="/static/picture/img-tech-1.jpg">
+
+                                                        {% if item.cover_image %}
+                                                            <img src="{{ site.image_base_url }}{{ item.cover_image }}" alt="Cover Image">
+                                                        {% else %}
+                                                            <img src="/static/picture/img-tech-1.jpg" alt="Default Image">
+                                                        {% endif %}
+
                                                     </a>
                                                 </div>
                                             </div>

+ 3 - 3
resources/views/liquid/1/TechVista/contact_create.liquid

@@ -4,10 +4,10 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
+<meta name="description" content="{{ site.dist.seo_description }}">
+<meta name="keywords" content="{{ site.dist.seo_keywords }}">
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
+<title>{{ site.dist.seo_title }}</title>
 {% include '_header_css.liquid' %}
 </head>
 <body>

+ 3 - 5
resources/views/liquid/1/TechVista/home.liquid

@@ -4,10 +4,10 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
+<meta name="description" content="{{ site.dist.seo_description }}">
+<meta name="keywords" content="{{ site.dist.seo_keywords }}">
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
+<title>{{ site.dist.seo_title }}</title>
 {% include '_header_css.liquid' %}
 </head>
 <body>
@@ -16,8 +16,6 @@
 <div class="body-wrap shop-default shop-cards shop-tech">
     <div id="st-container" class="st-container">
 
-
-
         <div class="st-pusher">
             <div class="st-content">
                 <div class="st-content-inner">

+ 4 - 3
resources/views/liquid/1/TechVista/pages_detail.liquid

@@ -4,10 +4,11 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
+<meta name="description" content="{{ page.seo_description }}">
+<meta name="keywords" content="{{page.seo_keywords}}">
+<title>{{page.seo_title}}</title>
+
 {% include '_header_css.liquid' %}
 </head>
 <body>

+ 3 - 3
resources/views/liquid/1/TechVista/products_categories.liquid

@@ -4,10 +4,10 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
+<meta name="description" content="{{ category.seo_description }}">
+<meta name="keywords" content="{{category.seo_keywords}}">
+<title>{{category.seo_title}}</title>
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
 {% include '_header_css.liquid' %}
 </head>
 <body>

+ 5 - 3
resources/views/liquid/1/TechVista/products_detail.liquid

@@ -4,10 +4,12 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="robots" content="index, follow">
-<meta name="description" content="">
-<meta name="keywords" content="">
 <meta name="author" content="Mietubl">
-<title>Mobile Phone Accessories Wholesale supplier - Mietubl</title>
+<meta name="description" content="{{ product.seo_description }}">
+<meta name="keywords" content="{{product.seo_keywords}}">
+<title>{{product.seo_title}}</title>
+
+
 {% include '_header_css.liquid' %}
 </head>
 <body>