에르노트

온라인 사이트맵 생성기 본문

Tip

온라인 사이트맵 생성기

두콩 2018. 7. 18. 20:45

사이트맵이란?


사용자 혹은 크롤러가 웹사이트를 이용할 때 웹사이트의 접근 가능한 페이지의 목록을 말한다. 사이트맵은 웹사이트의 웹페이지를 계층적으로 분류한 목록으로, 해당 웹사이트를 구성하고 있는 전체 구조를 보여주며, 웹디자인을 계획하는 문서로 사용될 수도 있다. 이는 사이트를 사용하는 사용자나 검색엔진이 자신들이 찾고자 하는 웹페이지를 찾을 수 있도록 도움을 준다.



 사이트맵을 만들어서 등록하는 가장 주된 이유는 바로 검색을 통한 사이트 유입 증대입니다. 네이버나 구글의 웹마스터에 사이트맵을 등록함으로써 이들 사이트의 검색을 통해 등록한 사이트의 노출이 보다 용이해진다는 뜻입니다. 그러나 사이트맵을 직접 만들려면 시간도 많이 걸리며 수고스럽습니다. 이마저도 웹사이트 구조에 대한 해박한 지식을 갖춘 사람이어야 가능할 것입니다. 그래서 누군가 사이트맵을 대신 좀 만들어주면 좋겠는데.. 가장 훌륭한 대안이 바로 온라인 사이트맵 생성기를 이용하는 것입니다.



사실 해당 사이트에 들어가면 위에서 제가 설명했던 것들을 전문적이면서도 명확하게 풀어내고 있습니다ㅎㅎ


What is XML Sitemap?

In general, this is a list of URLs for your website in a form of XML file (it also known asGoogle Sitemap because it was introduced first by Google). Besides that it allows you to include additional SEO-specific information about each URL such as the date it was last updated, how often it changes, and how important it is. XML format ensures that this information can be easily processed on different kinds of computers, applications and systems, so Search engines (Google, Yahoo, Bing, Ask, Baidu, AOL, Yandex etc) won't have any problems with understanding your sitemap files.

XML Sitemap sample:

        <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>

<loc>http://www.example.com/about.htm</loc>
<changefreq>daily</changefreq>
</url>
</urlset>

The sitemap example above contains 2 URLs and all of the allowed optional tags:<lastmod><changefreq> and <priority>.

There are a couple of limitations imposed by Google: a single XML sitemap file can contain not more then 50,000 URLs and may not be larger than 10 Megabytes. 

Why do you need a Sitemap

...because it allows to inform Search Engines about important pages on your website. That increases its visibility to Google, Bing, Yahoo, Baidu, Yandex etc, and ensures indexing of the web pages that might not be discovered otherwise. Those provide additional information about your site to searching engines, complementing their traditional methods of crawling the World Wide Web. All major search engines use the same XML-based protocol for that. This means that having an XML Sitemap will let Google, Yahoo, Microsoft's Bing (MSN), and Ask have up-to-date information any time you upload a new map file to your server.

XML Sitemaps are especially helpful if:

  • You have a brand new website
  • Your web-site has dynamic content generated by CMS (Joomla, Wordpress, Drupal, DotNetNuke, etc)
  • Your have got a lot of pages
  • You don't have desired Google PageRank
  • Your website has complex navigation
  • Some of your webpages are either not accessible from the main page and its children, or are burried too deep in the page hierarchy

If you happen to have broken links on your website, our Sitemap Generator will scan those and inform you if any are dead, and which specific pages need to be fixed.




사용법은 너무 간단합니다. 위 예시처럼 사이트 주소를 입력하고 그 아래 버튼을 클릭해주기만 하면 완료는 아니고 보안문자 입력 및 세부설정 페이지로 넘어갑니다. 


하지만 그마저도 매우 간단함에는 변함이 없습니다. 원하는 옵션을 고르고(잘 모르겠으면 기본 옵션 유지) 노란 버튼을 눌러주면 위 사진처럼 Status가 조금씩 올라감을 확인할 수 있습니다. 모든 페이지에 대해 작업이 끝나면 이번에야말로 사이트맵을 다운받을 수 있는 버튼이 생깁니다~ 다운받아주면 XML사이트맵 생성 완료!



Comments