seoulyoungofficial.com

Analisi sito web seoulyoungofficial.com

SeoulYoung

 Generato il Gennaio 18 2026 06:49 AM

Statistiche non aggiornate? AGGIORNA !

Il punteggio e 41/100

SEO Content

Title

SeoulYoung

Lunghezza : 10

Perfetto, il tuo title contiene tra 10 e 70 caratteri.

Description

SeoulYoung

Lunghezza : 10

Idealmente, la tua meta description dovrebbe contenere tra 70 e 160 caratteri (spazi inclusi). Usa questo strumento free per calcolare la lunghezza del testo.

Keywords

SeoulYoung

Buono, la tua pagina contiene meta keywords.

Og Meta Properties

Buono, questa pagina sfrutta i vantaggi Og Properties.

Proprieta Contenuto
url http://www.seoulyoungofficial.com/index.php?
type article
title SeoulYoung
description SeoulYoung
image http://www.seoulyoungofficial.com/user_template/7227/images/logo.png
image:url http://www.seoulyoungofficial.com/user_template/7227/images/logo.png

Headings

H1 H2 H3 H4 H5 H6
1 6 1 0 1 0
  • [H1] SeoulYoung
  • [H2] มาสก์ไฮโดรเจลสูตรผิวฉ่ำวาว
  • [H2] How to use
  • [H2] Customer Review
  • [H2] Contact
  • [H2] Menu
  • [H2] Follow us
  • [H3] Package Website หมดอายุ
  • [H5] กรุณาติดต่อฝ่ายขาย โทร.090-654-2915"); }); .f-logo { position: unset !important; top: unset !important; left: unset !important; } $(document).ready(function() { $('#items-slider-hilight').lightSlider({ item: 1, pause:8000, auto:true, adaptiveHeight:true }); }); $(document).ready(function() { // Swiper: Slider new Swiper('.swiper-container-cc', { loop: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', paginationClickable: true, slidesPerView: 4, spaceBetween: 10, breakpoints: { 1920: { slidesPerView: 4, spaceBetween: 10 }, 1028: { slidesPerView: 2, spaceBetween: 10 }, 480: { slidesPerView: 1, spaceBetween: 10 } } }); }); @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap'); if (matchMedia) { var mq = window.matchMedia("(min-width: 1100px)"); mq.addListener(WidthChange); WidthChange(mq); } // media query change function WidthChange(mq) { if (mq.matches) { $(window).bind('scroll', function() { if ($(window).scrollTop() > 50) { $('.container-header').addClass('fixed-header'); $('#cont-slide').addClass('t-margin'); } else { $('.container-header').removeClass('fixed-header'); $('#cont-slide').removeClass('t-margin'); } }); } else {} } $(function() { $(".remove_fr").removeAttr("style"); $(".remove_").removeAttr("style"); $(".title-remove").remove(); }); $(function() { /*****************************************************************/ /* เหตุผลที่ใช้ค่า page center จาก page header เพราะ ถ้าหากใช้ .content-center content-center-ID- หรือ #page-center */ /* บางหน้า อย่างเช่นหน้าแรก style inline อาจจะเป็น 100% ทำให้ค่าเพี้ยนได้ */ /*****************************************************************/ /* กรณีเมื่อไม่ได้ใช้ menu left */ /* 1.ให้ menu left addClass hide แล้วไปกำหนด css ให้ .hide เป็น display:none */ /* 2.เก็บค่า width ของ page center */ /* 3.เก็บค่า width ของ menu right */ /* 4.นำค่า page center + menu right แล้วแปลงเป็น style ไว้ที่ page center เป็นการเปลี่ยนค่า width ใหม่เมื่อ menu left ไม่ได้ถูกใช้งาน */ $(".content-left").each(function() { var no_left = $(".page-header").outerWidth(); var have_right = $(".content-right").outerWidth(); var calc_width_no_left = no_left - have_right; if ($(".content-left").width() == 0) { $(".content-left").addClass("hide"); $(".content-left+div").attr("style", "width:" + calc_width_no_left + "px"); } }); /* กรณีเมื่อไม่ได้ใช่ menu right */ /* 1.ให้ menu right addClass hide แล้วไปกำหนด css ให้ .hide เป็น display:none */ /* 2.เก็บค่า width ของ page center */ /* 3.เก็บค่า width ของ menu left */ /* 4.นำค่า page center + menu left แล้วแปลงเป็น style ไว้ที่ page center เป็นการเปลี่ยนค่า width ใหม่เมื่อ menu right ไม่ได้ถูกใช้งาน */ $(".content-right").each(function() { var no_right = $(".page-header").outerWidth(); var have_left = $(".content-left").outerWidth(); var calc_width_no_right = no_right - have_left; if ($(".content-right").width() == 0) { $(".content-right").addClass("hide"); $(".content-left+div").attr("style", "width:" + calc_width_no_right + "px"); } }); /* กรณีไม่ได้ใช้ทั้ง menu left, menu right */ /* 1.เก็บค่าความกว้างของ page center จาก page header */ /* 2.ถ้า ceontent right และ left มี .hide ให้ width page center = width page header */ $(".page-content").each(function() { var keep_page_center = $(".page-header").outerWidth(); if (($('.content-right').hasClass("hide")) && ($(".content-right").hasClass("hide"))) { $(".content-left+div").attr("style", "width:" + keep_page_center + "px"); } }); }); $(function() { var width_left = $(".content-left").outerWidth(); //เก็บค่าความกว้างของ menu left var width_center = $(".page-header").outerWidth(); //เก็บค่าความกว้างของ page center var width_right = $(".content-right").outerWidth(); //เก็บค่าความกว้างของ menu right var calc_width_center = width_center - (width_left + width_right); //คำนวน โดยเอาค่าของ menu left + menu right แล้วลบค่าของ page center $(".content-left+div").attr("style", "width:" + calc_width_center + "px"); //นำค่าที่คำนวณได้ แปลงเป็น style ไว้ที่ centent center }); $(function() { var zIndexNumber = 100; $('.box-content-body').each(function() { $(this).css('zIndex', zIndexNumber); zIndexNumber -= 1; }); }); $(function() { $(".logo").parent().addClass("link-logo"); }); $(function() { setMaxWidth(); $(window).bind("resize", setMaxWidth); function setMaxWidth() { $("img").not(".img-responsive").css("maxWidth", ($(window).width() * 0.93 | 0) + "px"); $("img").not(".img-responsive").css("height", 'auto'); } }); Home Our story Product Reviews Contact .swiper-container { width: 100%; height: 725px } .swiper-slide { text-align: center; font-size: 18px; background: #fff; background-position: center center; background-size: cover; background-repeat:no-repeat; } .swiper-container .swiper-slide { height:725px; line-height: 725px; } .swiper-container .swiper-slide:nth-child(2n) { height: 725px; line-height: 725px; } var swiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', autoplay: 5000, autoplayDisableOnInteraction: false, effect: 'fade', loop: true }); #page-body, .page-content { width: 100% !important; } .content-left, .content-center content-center-ID-, .content-right { padding: 0px !important; } Our Story

Images

Abbiamo trovato 26 immagini in questa pagina web.

24 attributi alt sono vuoti o mancanti. Aggiungi testo alternativo in modo tale che i motori di ricerca possano comprendere meglio il contenuto delle tue immagini.

Text/HTML Ratio

Ratio : 10%

Il rapporto testo/codice HTML di questa pagina e inferiore a 15 percento, questo significa che il tuo sito web necessita probabilmente di molto piu contenuto.

Flash

Perfetto, non e stato rilevato contenuto Flash in questa pagina.

Iframe

Grande, non sono stati rilevati Iframes in questa pagina.

URL Rewrite

Buono. I tuoi links appaiono friendly!

Underscores in the URLs

Perfetto! Non sono stati rilevati underscores nei tuoi URLs.

In-page links

Abbiamo trovato un totale di 5 links inclusi 0 link(s) a files

Anchor Type Juice
Home Interno Passing Juice
Our story Interno Passing Juice
Product Interno Passing Juice
Reviews Interno Passing Juice
Contact Interno Passing Juice

SEO Keywords

Keywords Cloud

seoulyoungbeauty 𝗙𝗮𝗰𝗲 นาที 𝗦𝗲𝗼𝘂𝗹𝘆𝗼𝘂𝗻𝗴 product ฟื้นฟูเซลล์ผิว และ 𝙍𝙚𝙫𝙞𝙚𝙬 𝗛𝘆𝗱𝗿𝗼𝗴𝗲𝗹 𝗠𝗮𝘀𝗸

Consistenza Keywords

Keyword Contenuto Title Keywords Description Headings
𝗦𝗲𝗼𝘂𝗹𝘆𝗼𝘂𝗻𝗴 4
seoulyoungbeauty 3
𝗛𝘆𝗱𝗿𝗼𝗴𝗲𝗹 3
𝗠𝗮𝘀𝗸 3
𝗙𝗮𝗰𝗲 3

Usabilita

Url

Dominio : seoulyoungofficial.com

Lunghezza : 22

Favicon

Molto male. Non abbiamo trovato shortcut icon. Le icone sono una tra le tante semplici possibilita per attirare regolarmente visitatori al tuo sito.

Stampabilita

Non abbiamo riscontrato codice CSS Print-Friendly.

Lingua

Non hai specificato la lingua. Usa questo generatore gratuito di meta tags generator per dichiarare la lingua che intendi utilizzare per il tuo sito web.

Dublin Core

Questa pagina non sfrutta i vantaggi di Dublin Core.

Documento

Doctype

XHTML 1.0 Transitional

Encoding

Perfetto. Hai dichiarato che il tuo charset e UTF-8.

Validita W3C

Errori : 0

Avvisi : 0

Email Privacy

Grande. Nessun indirizzo mail e stato trovato in plain text!

Deprecated HTML

Grande! Non abbiamo trovato tags HTML deprecati nel tuo codice.

Suggerimenti per velocizzare

Attenzione! Cerca di evitare di utilizzare nested tables in HTML.
Molto male, il tuo sito web utilizza stili CSS inline.
Molto male, il tuo sito web ha troppi file CSS files (piu di 4).
Molto male, il tuo sito web ha troppi file JS (piu di 6).
Perfetto, il vostro sito si avvale di gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Ottimizzazione

XML Sitemap

Non trovato

Il tuo sito web non ha una sitemap XML - questo può essere problematico.

A elenca sitemap URL che sono disponibili per la scansione e possono includere informazioni aggiuntive come gli ultimi aggiornamenti del tuo sito, frequenza delle variazioni e l'importanza degli URL. In questo modo i motori di ricerca di eseguire la scansione del sito in modo più intelligente.

Robots.txt

https://seoulyoungofficial.com/robots.txt

Grande, il vostro sito ha un file robots.txt.

Analytics

Non trovato

Non abbiamo rilevato uno strumento di analisi installato su questo sito web.

Web analytics consentono di misurare l'attività dei visitatori sul tuo sito web. Si dovrebbe avere installato almeno un strumento di analisi, ma può anche essere buona per installare una seconda, al fine di un controllo incrociato dei dati.

PageSpeed Insights


Dispositivo
Categorie

Free SEO Testing Tool

Free SEO Testing Tool e uno strumento di ottimizzazione per i motori di ricerca (seo tool) che serve per analizzare le tue pagine web