seoulyoungofficial.com

Website review seoulyoungofficial.com

SeoulYoung

 Generated on January 18 2026 06:49 AM

Old data? UPDATE !

The score is 41/100

SEO Content

Title

SeoulYoung

Length : 10

Perfect, your title contains between 10 and 70 characters.

Description

SeoulYoung

Length : 10

Ideally, your meta description should contain between 70 and 160 characters (spaces included). Use this free tool to calculate text length.

Keywords

SeoulYoung

Good, your page contains meta keywords.

Og Meta Properties

Good, your page take advantage of Og Properties.

Property Content
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

We found 26 images on this web page.

24 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.

Text/HTML Ratio

Ratio : 10%

This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.

Flash

Perfect, no Flash content has been detected on this page.

Iframe

Great, there are no Iframes detected on this page.

URL Rewrite

Good. Your links looks friendly!

Underscores in the URLs

Perfect! No underscores detected in your URLs.

In-page links

We found a total of 5 links including 0 link(s) to files

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

SEO Keywords

Keywords Cloud

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

Keywords Consistency

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

Usability

Url

Domain : seoulyoungofficial.com

Length : 22

Favicon

Very bad. We have not found shortcut icon. Icons are one of easy ways to attract regular visitors to your website more often.

Printability

We could not find a Print-Friendly CSS.

Language

You have not specified the language. Use this free meta tags generator to declare the intended language of your website.

Dublin Core

This page does not take advantage of Dublin Core.

Document

Doctype

XHTML 1.0 Transitional

Encoding

Perfect. Your declared charset is UTF-8.

W3C Validity

Errors : 0

Warnings : 0

Email Privacy

Great no email address has been found in plain text!

Deprecated HTML

Great! We haven't found deprecated HTML tags in your HTML.

Speed Tips

Attention! Try to avoid nested tables in HTML.
Too bad, your website is using inline styles.
Too bad, your website has too many CSS files (more than 4).
Too bad, your website has too many JS files (more than 6).
Perfect, your website takes advantage of gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimization

XML Sitemap

Missing

Your website does not have an XML sitemap - this can be problematic.

A sitemap lists URLs that are available for crawling and can include additional information like your site's latest updates, frequency of changes and importance of the URLs. This allows search engines to crawl the site more intelligently.

Robots.txt

https://seoulyoungofficial.com/robots.txt

Great, your website has a robots.txt file.

Analytics

Missing

We didn't detect an analytics tool installed on this website.

Web analytics let you measure visitor activity on your website. You should have at least one analytics tool installed, but It can also be good to install a second in order to cross-check the data.

PageSpeed Insights


Device
Categories

Free SEO Testing Tool

Free SEO Testing Tool is a free SEO tool which provides you content analysis of the website.