1
我不想讓機器人知道https://my-site.com/example/ {any_num} uri應該被解析。如何將正則表達式添加到Sitemap.xml?
這是我目前的Sitemap代碼部分。
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://my-site.com/example/</loc>
<lastmod>2016-12-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
我試圖找到如何在https://www.sitemaps.org頁面表達sitemap.xml的正則表達式,但我不能。
我如何在Sitemap.xml中表達上面的正則表達式?
謝謝你的詳細解釋:)我完全理解你說什麼。 – OhHyeonJun