Commit 3ec84c857034d684291569493d30acba4314da3d
1 parent
50415a29
feat: add seo file
Showing
2 changed files
with
55 additions
and
0 deletions
public/robots.txt
0 → 100644
public/sitemap.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |
3 | + <url> | |
4 | + <loc>https://www.canrud.com</loc> | |
5 | + <changefreq>daily</changefreq> | |
6 | + <priority>1.0</priority> | |
7 | + </url> | |
8 | + <url> | |
9 | + <loc>https://www.canrud.com/products</loc> | |
10 | + <changefreq>daily</changefreq> | |
11 | + <priority>1.0</priority> | |
12 | + </url> | |
13 | + <url> | |
14 | + <loc>http://blog.canrud.com/</loc> | |
15 | + <changefreq>daily</changefreq> | |
16 | + <priority>0.9</priority> | |
17 | + </url> | |
18 | + <url> | |
19 | + <loc>https://www.canrud.com/contact</loc> | |
20 | + <changefreq>daily</changefreq> | |
21 | + <priority>0.9</priority> | |
22 | + </url> | |
23 | + <url> | |
24 | + <loc>https://www.canrud.com/products/detail/</loc> | |
25 | + <changefreq>daily</changefreq> | |
26 | + <priority>1.0</priority> | |
27 | + </url> | |
28 | + <url> | |
29 | + <loc>https://www.canrud.com/about</loc> | |
30 | + <changefreq>daily</changefreq> | |
31 | + <priority>0.9</priority> | |
32 | + </url> | |
33 | + <url> | |
34 | + <loc>https://www.canrud.com/test</loc> | |
35 | + <changefreq>monthly</changefreq> | |
36 | + <priority>0.8</priority> | |
37 | + </url> | |
38 | + <url> | |
39 | + <loc>https://www.canrud.com/customize</loc> | |
40 | + <changefreq>monthly</changefreq> | |
41 | + <priority>0.8</priority> | |
42 | + </url> | |
43 | + <url> | |
44 | + <loc>https://www.canrud.com/equipment</loc> | |
45 | + <changefreq>monthly</changefreq> | |
46 | + <priority>0.8</priority> | |
47 | + </url> | |
48 | + <url> | |
49 | + <loc>https://www.canrud.com/pack</loc> | |
50 | + <changefreq>monthly</changefreq> | |
51 | + <priority>0.8</priority> | |
52 | + </url> | |
53 | +</urlset> | ... | ... |