SEO optimization: meta tags, JSON-LD structured data, FAQ schema, sitemap, robots.txt, 5-col agency plans

This commit is contained in:
2026-04-13 20:31:49 +02:00
parent da059c081e
commit 5712fd7872
4 changed files with 272 additions and 73 deletions
+14
View File
@@ -0,0 +1,14 @@
User-agent: *
Allow: /autojobs/
Allow: /autojobs/signup
Allow: /autojobs/login
User-agent: GPTBot
Disallow: /autojobs/dashboard
Disallow: /autojobs/api/
User-agent: CCBot
Disallow: /autojobs/dashboard
Disallow: /autojobs/api/
Sitemap: https://hostpioneers.com/autojobs/sitemap.xml
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://hostpioneers.com/autojobs</loc>
<lastmod>2026-04-13</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://hostpioneers.com/autojobs/signup</loc>
<lastmod>2026-04-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://hostpioneers.com/autojobs/login</loc>
<lastmod>2026-04-13</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>