I use sitemap generator extention in vs code to generate a sitemap for my website code in vs code, It works find but no url path for the sitemap was generated, pls how can I generate the url
我使用vs代码中的网站地图生成器扩展为vs代码中我的网站代码生成网站地图,它可以找到,但没有生成网站地图的url路径,请我如何生成url
I tried vs code sitemap generator extention to generate a sitemap , sitemap.xml was generated without sitemap url, how can i create sitemap url together with sitemap.xml file
我尝试使用vs代码生成站点地图生成器扩展来生成站点地图,站点地图.xml是在没有站点地图url的情况下生成的,我如何将站点地图url与站点地图.xml文件一起创建
更多回答
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
请澄清您的具体问题或提供更多详细信息,以突出您的需求。正如目前所写的,很难准确说出你在问什么。
优秀答案推荐
- Open the
sitemap.json
file in your project.
- Add the URLs in the sitemap to the
urls
array, for example:
{
"url": "url1/what/you/want/to/add",
"priority": 0.8,
"changefreq": "daily"
},
{
"url": "url2/what/you/want/to/add",
"priority": 0.6,
"changefreq": "weekly"
}
更多回答
我是一名优秀的程序员,十分优秀!