 109139a42e
			
		
	
	109139a42e
	
	
	
		
			
			- Added comprehensive SEO meta tags in index.html for improved search engine visibility, including Open Graph and Twitter Card tags. - Created a sitemap.xml for better indexing of site tools, generated automatically via a new script (generate-sitemap.ts). - Introduced robots.txt to manage crawler access and specified sitemap location. - Updated package.json to include a build step for sitemap generation and added tsx as a dependency. - Documented SEO optimizations and usage instructions in a new SEO-README.md file.
		
			
				
	
	
		
			64 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>weekly</changefreq>
 | |
|     <priority>1.0</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>weekly</changefreq>
 | |
|     <priority>0.9</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/uuid</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.9</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/json</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.9</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/base64</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.9</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/network/dns</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.8</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/network/ping</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.8</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/network/tcping</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.8</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/network/speedtest</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.8</priority>
 | |
|   </url>
 | |
|   <url>
 | |
|     <loc>https://litek.typist.cc/tool/network/ipquery</loc>
 | |
|     <lastmod>2025-10-29</lastmod>
 | |
|     <changefreq>monthly</changefreq>
 | |
|     <priority>0.8</priority>
 | |
|   </url>
 | |
| </urlset>
 |