top of page

SEO(Search Engine Optimization)

  • 작성자 사진: tervancovan
    tervancovan
  • 2018년 12월 27일
  • 1분 분량

최종 수정일: 2018년 12월 27일


Clab을 진행 하면서 우리 사이트 www.toonsquare.co 의 SEO 를 위해 한 작업을 정리한다.



Add robots.txt


http://www.toonsquare.co/robots.txt

User-agent: * Disallow: /res_maker/



Add sitemap.xml


<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <!-- Generated by Web-Site-Map.com --> <url> <loc>http://www.toonsquare.co/</loc> <changefreq>weekly</changefreq> <priority>1.00</priority> </url> <url> <loc>http://toonsquare.co/web/support</loc> <changefreq>weekly</changefreq> <priority>0.90</priority> </url> </urlset>



Add alt


<img class="kr" src="/images/web/img_20181217_01.jpg"

alt="툰스퀘어 툰스튜디오 여러분이 직접 제작한 그림을 제안해보세요!">


Add contact


<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "url": "http://www.toonsquare.co/", "logo": "http://www.toonsquare.co/images/favicon/apple-icon-precomposed.png", "areaServed": [ "English", "Korean" ], "contactPoint": [ { "@type": "ContactPoint", "telephone": "+82-10-5522-2509", "contactType": "customer service" }, { "@type": "ContactPoint", "telephone": "+82-10-4983-8390", "contactType": "technical support" }, { "@type": "ContactPoint", "telephone": "+82-10-3000-5972", "contactType": "design support" } ] } </script>

 
 
 

최근 게시물

전체 보기
아빠의 엄마일일 체험기

나의 욕심이었을까? 아이들과 아내만 혼자 두고 제주에 두고 2년의 시간이 흘렀다. 이번 주는 이틀 동안 아내의 빈자리를 혼자 오롯이 채워보았다. 아내 친구들과의 즐거운 계모임 지원을 위한 결정이었다. 아침부터 아내의 자리는 크게만 느껴졌다. ...

 
 
 

Comentários


bottom of page