😎 » SEO » Оптимизация сайта » Sitemap для сайту правильне оформлення
106 0  

Sitemap для сайту правильне оформлення

Sitemap для сайту може зберігатись як в одному так і в кількох файлах розбитих по категоріям.

Звичайна карта (1 файл) - містить до 50000 сторінок і важить трохи більше 50Мб; індексна — файл з карткою поєднує кілька звичайних карт сайту. Створюється для великих чи мультимовних сайтів. Для кожного сайту в обліковому записі Search Console можна надіслати не більше 500 файлів індексу Sitemap.

Мапа сайту для кількох файлів sitemap:

Більше інформації про оформлення мапи сайт у - тут

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="//Ваш сайт.ua/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://Ваш сайт.ua/post-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://Ваш сайт.ua/page-sitemap.xml</loc>
		<lastmod>2022-07-01T12:50:55+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://Ваш сайт.ua/product-sitemap.xml</loc>
		<lastmod>2022-06-27T18:22:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://Ваш сайт.ua/new-sitemap.xml</loc>
		<lastmod>2022-06-30T19:41:26+00:00</lastmod>
	</sitemap>
</sitemapindex>


І уже сам файл мапи сайту:

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//Ваш сайт.ua/css/sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://Ваш сайт.ua/</loc>
		<lastmod>2022-06-27T18:22:37+00:00</lastmod>
                <priority>1.0</priority>
	</url>
	<url>
		<loc>https://Ваш сайт.ua/product/kondyczioner-cooperhunter-nordic-premium-white-ch-s12ftxn-pw/</loc>
		<lastmod>2021-08-06T16:17:55+00:00</lastmod>
                <priority>0.5</priority>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/kondytsioner-cooper-end-hunter-nordic-premium-white-ch-s12ftxn-pw-1000x1340-1.jpg</image:loc>
			<image:title><![CDATA[kondytsioner-cooper-end-hunter-nordic-premium-white-ch-s12ftxn-pw-1000x1340-1.jpg]]></image:title>
		</image:image>
	</url>
	<url>
		<loc>https://Ваш сайт.ua/product/kondyczioner-daikin-comfora-ftxp25m-rxp25m/</loc>
		<lastmod>2021-08-06T16:19:21+00:00</lastmod>
                <priority>0.5</priority>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/konditsioner-daikin-comfora-ftxp25m-rxp25m-1000x1340-1.jpg</image:loc>
			<image:title><![CDATA[konditsioner-daikin-comfora-ftxp25m-rxp25m-1000x1340-1.jpg]]></image:title>
		</image:image>
	</url>
	<url>
		<loc>https://Ваш сайт.ua/product/kondyczioner-daikin-ftxf60-rxf60/</loc>
		<lastmod>2021-08-06T16:22:02+00:00</lastmod>
                <priority>0.5</priority>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/2547905366_w640_h640_konditsioner-nastinnij-daikin.jpg</image:loc>
			<image:title><![CDATA[2547905366_w640_h640_konditsioner-nastinnij-daikin.jpg]]></image:title>
			<image:caption><![CDATA[Кондиціонер Daikin з класом ефективності до A++]]></image:caption>
		</image:image>
	</url>

	<url>
		<loc>https://Ваш сайт.ua/product/kondyczyoner-hisense-element-tt20yd1d/</loc>
		<lastmod>2022-06-27T18:22:37+00:00</lastmod>
                <priority>0.5</priority>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/kondyczyoner-hisense-element-tt20yd2d_tt25yd1d_tt35yd1d.jpg</image:loc>
			<image:title><![CDATA[Кондиционер-Hisense-Element-TT20YD2D_TT25YD1D_TT35YD1D]]></image:title>
		</image:image>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/fondy_logo_cards.svg</image:loc>
			<image:caption><![CDATA[Онлайн платежі FONDY]]></image:caption>
		</image:image>
		<image:image>
			<image:loc>https://Ваш сайт.ua/img/frisbee-logo.svg</image:loc>
			<image:caption><![CDATA[Frisbee]]></image:caption>
		</image:image>
	</url>
</urlset>

*css файлик  "sitemap.xsl" визначає вигляд при перегляді в браузері.


Приклад sitemap.xsl:

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9">
    <xsl:template match="/">
        <html>
            <head>
                <title>Sitemap for TDomain</title>
            </head>
            <body>
                <h1>Sitemap for TDomain:</h1>
                <ul>
                    <xsl:for-each select="sitemap:urlset/sitemap:url">
                        <li><code><xsl:value-of select="sitemap:loc" /></code>, Last updated on <xsl:value-of select="sitemap:lastmod" />.</li>
                    </xsl:for-each>
                </ul>
            </body>
        </html>
    </xsl:template>
</xsl:stylesheet>

Залишити свій коментар:

Досвід у веброзробці:

2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2009
2023