FROM CACHE - de_header

Gibts es Auffälligkeiten was mein SEO beeinträchtigt?

Fox2k7
Tourist
10 0 1

Hallo Zusammen,

 

Ich werde den Gedanken nicht los das irgendwas nicht korrekt ist was ich mache. Ist da draußen ein SEO Experte der mir sagen kann ob es in meinem Code Auffälligkeiten gibt die SEO negativ beeinträchtigen? Und gibt es da draußen auch jemanden der mir SEO technisch weiterhelfen kann hier auf Shopify? 

 

Danke euch im voraus. 

LG

 

Spoiler

<!doctype html>
<!--[if IE 9]> <html class="ie9 no-js" lang="{{ shop.locale }}"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html{% if settings.use_boxed %} id="tt-boxed"{% endif %} class="no-js" lang="{{ shop.locale }}"> <!--<![endif]-->
<head>
<meta name="google-site-verification" content="3MYImlOahyppgBOeyf3D-j8KS-SvD8Ip94OYeZ29hcA" />
<!-- Added by AVADA SEO Suite -->
{% include 'avada-seo' %}
<!-- /Added by AVADA SEO Suite -->

{% if handle contains 'all' %}
<meta name="robots" content="noindex">
{% endif %}

<!-- Basic page needs ================================================== -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="{{ settings.color_base }}">
<meta name="keywords" content= "Kratom kaufen, kratom bestellen" />
<meta name="author" content="{{ "general.meta.author" | t }}">
<link rel="canonical" href="{{ canonical_url }}">

{%- if settings.favicon != blank and settings.use_favicon -%}
<link rel="shortcut icon" href="{{ settings.favicon | img_url: '32x32' }}" type="image/png">
{%- endif -%}

<!-- Title and description ================================================== -->
{%- capture seo_title -%}
{{ page_title }}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ' -%} &ndash; {{ 'general.meta.tags' | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
&ndash; {{ 'general.meta.page' | t: page: current_page }}
{%- endif -%}
{%- unless page_title contains shop.name -%}
&ndash; {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}
<title>{{ seo_title }}</title>

{%- if page_description -%}
<meta name="description" content="{{ page_description | escape }}">
{%- endif -%}

{%- if settings.use_countdown_timezone -%}<meta name="timezone" content="{{ settings.countdown_timezone }}">{%- endif -%}

<!-- Social meta ================================================== -->
{%- include 'social-meta-tags' -%}

<!-- Helpers ================================================== -->

<!-- CSS ================================================== -->
{%- if settings.font1_is_google_font -%}
<link href="https://fonts.googleapis.com/css?family={{ settings.font_name1 }}:100,200,300,400,500,600,700,800,900" rel="stylesheet" defer>
{%- endif -%}
{%- if settings.font_name1 != settings.font_name2 and settings.font_name2 != '' and settings.font2_is_google_font -%}
<link href="https://fonts.googleapis.com/css?family={{ settings.font_name2 }}:100,200,300,400,500,600,700,800,900" rel="stylesheet" defer>
{%- endif -%}
{%- if settings.popup_newsletter_show and settings.use_as_simple_popup and settings.popup_simple_fonts != "" -%}
{{ settings.popup_simple_fonts }}
{%- endif -%}
{{ settings.google_font_links }}

{%- include "include_css" -%}
<script src="{{ 'jquery.min.js' | asset_url }}" defer="defer"></script>
{%- if template contains 'customers' -%}
{{ 'shopify_common.js' | shopify_asset_url | script_tag | remove: ' type="text/javascript"' }}
{{ 'customer_area.js' | shopify_asset_url | script_tag | remove: ' type="text/javascript"' }}
{%- endif -%}

<!-- Header hook for plugins ================================================== -->
{{ content_for_header }}
<script type="application/javascript" src="https://app.usercentrics.eu/latest/main.js" id="b3kXZg8wn"></script>
<!-- /Header hook for plugins ================================================== -->

{%- unless settings.show_emptyreview -%}
<style>
[data-rating="0.0"]{
display:none !important;
}
</style>
{%- endunless -%}

{% include 'pagefly-header' %}
</head>
<body class="page{{ template }}" {% if template contains '404' %}id="template404"{% elsif settings.use_scale_product_image %} id="same_product_height"{% if settings.notsamewidth %} data-type="not_same_width"{% endif %}{% endif %}>
{%- if settings.show_helper -%}{%- section "show-helper" -%}{%- endif -%}
{%- if settings.show_preloader -%}{%- include "main-loader" -%}{%- endif -%}

{%- if settings.header_design == "header_type_1" -%}
{%- capture var_header -%}{%- section "header-template" -%}{%- endcapture -%}
{{ var_header }}
{%- else -%}
{%- if settings.header_design == "header_type_2" -%}
{%- capture var_header -%}{% section 'header-template-2' %}{%- endcapture -%}
{%- elsif settings.header_design == "header_type_3" -%}
{%- capture var_header -%}{% section 'header-template-3' %}{%- endcapture -%}
{%- elsif settings.header_design == "header_type_4" -%}
{%- capture var_header -%}{% section 'header-template-4' %}{%- endcapture -%}
{%- endif -%}
{%- if var_header contains '<div class="CATEGORIE MOBILE"></div>' -%}
{%- capture var_categorie_button -%}{% if settings.header_design == "header_type_4" %}{% section 'categorie-button-icons-menu' %}{% else %}{% section 'categorie-button' %}{% endif %}{%- endcapture -%}
{{ var_categorie_button | split:"[PARTMOBILE]" | first | append: "</div>" }}
{%- assign var_categorie_mobile = var_categorie_button | split:"[PARTMOBILE]" | last | split: "[/PARTMOBILE]" | first -%}
{%- assign var_categorie_button = var_categorie_button | split:"[PART]" | last | split: "[/PART]" | first -%}
{{ var_header | replace: '<div class="CATEGORIE MOBILE"></div>', var_categorie_mobile | replace: "[CATEGORIE, PLEASE SAVE PAGE]", var_categorie_button }}
{%- else -%}
{{ var_header }}
{%- endif -%}
{%- endif -%}

{% if settings.show_breadcrumbs %}{%- include "breadcrumb" -%}{% endif %}
<div id="tt-pageContent"{% if settings.show_unavailable_variants %} class="show_unavailable_variants"{% endif %}>
{{ content_for_layout }}
</div>
{%- section "footer-template" -%}
{%- if settings.show_footer_instagram_section -%}
{%- section "footer-section-instagram" -%}
{%- endif -%}
{%- if settings.show_back_to_top_button -%}<a href="#" class="tt-back-to-top">{{ 'general.general.to_top_button' | t }}</a>{% endif %}
{%- if settings.product_item_show_quickview -%}
{%- if content_for_layout contains 'data-target="#ModalquickView"' or content_for_layout contains "index_sectiontabs" or template contains "product" -%}{%- include "modal-quickview" -%}
{%- elsif template == "index" and settings.home_page_layout == 'home-page_layout-2' -%}{%- include "modal-quickview" -%}
{%- endif -%}{%- endif -%}
{%- if settings.show_addtocart_popup -%}{%- include "modal-addtocart" -%}{%- endif -%}
{%- include "preloader-ajax" -%}

<script>
var theme = {},
shop_url = '{{ shop.url }}',
money_format = '{{ shop.money_format }}',
color_with_border = '{{ settings.shopby_color_filter_border }}' || 'empty',
colors_value = '{{ ',' | append: settings.product_colors | strip_newlines | downcase | append: ',' }}',
texture_obj = function(){
{%- assign str = '{' -%}
{%- for i in (1..100) -%}
{%- assign key = 'filter_color' | append:i -%}
{%- unless settings[key] == blank -%}
{%- assign image = 'filter_color' | append:i | append:'.png' -%}
{%- assign image = image | asset_url -%}
{%- if str.size > 1 -%}{%- assign str = str | append: ',' -%}{%- endif -%}
{%- assign str = str | append:'"' | append: settings[key] | append:'"' | append: ':' | append:'"' | append: image | append:'"' -%}
{%- endunless -%}
{%- endfor -%}
{%- assign str = str | append: '}' -%}
return JSON.parse('{{ str }}');
}
texture_obj = texture_obj();

var wokiee_app = {
url: '{{ shop.metafields.ollistsapp.appurl }}',
loader_text: '{{ "wishlist.buttons_text.tooltop_load_text" | t }}',
main_info: {
customerid: '{{ customer.id }}',
iid: '{{ shop.metafields.ollistsapp.iid }}',
shop: '{{ shop.permanent_domain }}',
domain: '{{ shop.domain }}',
lic: '{{ settings.license }}',
}
};

var set_day = '{{ "general.countdown.day" | t | strip_newlines }}',
set_hour = '{{ "general.countdown.hour" | t | strip_newlines }}',
set_minute = '{{ "general.countdown.minute" | t | strip_newlines }}',
set_second = '{{ "general.countdown.second" | t | strip_newlines }}';

var addtocart_text = '{{ "products.general.add_to_cart_html" | t | strip_newlines }}',
unavailable_text = '{{ "products.general.unavailable_html" | t | strip_newlines }}',
addedhtml_text = '{{ "products.general.added_html" | t | strip_newlines }}',
errorhtml_text = '{{ "products.general.error_html" | t | strip_newlines }}',
preorderhtml_text = '{{ "products.general.preorder_html" | t | strip_newlines }}',
wait_text = '{{ "products.general.wait_html" | t | strip_newlines }}',
b_close = '{{ "general.menu.button_close" | t | strip_newlines }}',
b_back = '{{ "general.menu.button_back" | t | strip_newlines }}',
seeallresults = '{{ "general.search.see_all_results" | t | strip_newlines }}';

var small_image = '{{ 'dummy.png' | asset_url }}';

{% if settings.terms_cond_checkbox_show %}
window.addEventListener('DOMContentLoaded', function() {
var $buyinoneclick = $('.buyinoneclick');
if($buyinoneclick.length){
$buyinoneclick.first().bind('DOMNodeInserted', function() {
setTimeout(function(){
var $shopifypaymentbutton = $('.buyinoneclick').find(".shopify-payment-button__button");
if($shopifypaymentbutton.length){
$buyinoneclick.hide();
setTimeout(function(){
$(".shopify-payment-button__button").attr('disabled', true);
$buyinoneclick.fadeIn()
}, 300);
}
}, 0);
});
}

$('body').on('click', '.term-conditions-checkbox-js input', function(e){
var _ = $(this).closest('.term-conditions-checkbox-js').parent().parent(),
a = _.find('a[href*="checkout"]'),
b = _.find('button[name=checkout]'),
b2 = _.find('.buyinoneclick button'),
text = '{{ settings.terms_cond_checkbox_texterr }}';
if($(this).is(':checked')){
a.length && a.removeClass('disabled');
b.length && b.removeAttr('disabled');
b2.length && b2.removeAttr('disabled');
}
else{
a.length && a.addClass('disabled');
b.length && b.attr('disabled', true);
b2.length && b2.attr('disabled', true);
}
});
});
{% endif %}
</script>

{%- include "include_js" -%}
{%- include "currencies" -%}
{%- include 'modal-newsletter' -%}
{%- include "modal-subscribe_message" -%}
{%- include 'modal-wishlist-alert' -%}
{%- section "promo-fixed" -%}

{%- if settings.all_links_is_external or settings.menu_links_is_external or settings.external_links_is_external -%}
<script>
window.addEventListener('DOMContentLoaded', function() {
{% if settings.all_links_is_external %}
jQuery('a').attr('target', '_blank');
{% endif %}
{% if settings.menu_links_is_external %}
jQuery('.tt-desctop-menu a').attr('target', '_blank');
jQuery('.panel-menu a').attr('target', '_blank');
{% endif %}
{% if settings.external_links_is_external %}
jQuery('a[href^="http"]').attr('target', '_blank')
{% endif %}
});
</script>
{%- endif -%}

{% comment %}
{%- if settings.show_helper -%}
<script>
var adminlinks = '{{ settings.helper_info }}';
</script>
<script src="{{ 'admin-panel.js' | asset_url }}" defer="defer"></script>
{%- endif -%}
{% endcomment %}

{{ settings.some_code_field }}

<script src="https://widgets.shopvote.de/js/votebadge.min.js"></script>
<script>
var myShopID = 16090;
var myBadgetType = 2;
var myLanguage = 'DE';
var mysrc=('https:' === document.location.protocol ? 'https' : 'http');
createVBadge(myShopID, myBadgetType, mySrc);
</script>

</body>
</html>

 

3 ANTWORTEN 3

Gabe
Shopify Staff
16357 2587 3853

Hey @Fox2k7 

Danke für die Frage! Was genau ist das Istwert und das Sollwert deiner SEO Einstellungen? Was funktioniert nicht so wie du dir es vorstellst und wie lange ist euer Shop live? Hierfür empfehle ich auch einen SEO Experten aufzusuchen. 

VG,

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog

Fox2k7
Tourist
10 0 1

Hallo Gabe,

 

Der istwert liegt aktuell mit meinen zwei hauptkeywörtern

 

Kratom kaufen

Kratom bestellen

 

Bei Platz 50-60

Er springt immer hin und her. 

 

Als wir einen Presta Shop aufbauen ließen vor einem Jahr wurde der Presta Shop aber direkt von Anfang an ca. Platz 30 geranked. Daher frage ich mich ob ich irgendwas falsch mache was der Bot extrem Negativ versteht.

 

Ich möchte gerne selbst SEO lernen und möchte nicht den leichten Weg gehen eine Agentur dafür zu bezahlen. Es gibt ja grundlegende Sachen die passen müssen. Wenn es hier jemanden gibt der etwas mehr Ahnung hat würde ich mich freuen. 

Ich bin auch bereit dafür zu bezahlen das jemand sein Wissen weitergibt aber ich möchte es nicht in fremde Hände komplett abgeben. 

 

Ich vermute das mein Code evtl. Etwas durcheinander ist.

 

LG und danke dir 🙂

Gabe
Shopify Staff
16357 2587 3853

@Fox2k7 

Läuft das jetzt etwas besser?

Gabe | Social Care @ Shopify
 - War meine Antwort hilfreich? Klicke Like um es mich wissen zu lassen! 
 - Wurde deine Frage beantwortet? Markiere es als Akzeptierte Lösung 
 - Um mehr zu erfahren, besuche das Shopify Help Center oder den Shopify Blog