Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement : SEO of the documentation by google/yahoo/bing indexer... #43

Open
mcarbonneaux opened this issue Apr 6, 2023 · 0 comments

Comments

@mcarbonneaux
Copy link

adding minimal robot.txt and generating sitemap.xml based on url list like in the start page.
in that way all search about haproxy configuration in google/bing point correctly to this pages... because the documentation while be indexed...

Minimal robot.txt:

User-agent: *
Disallow:
Sitemap: https://cbonte.github.io/haproxy-dconv/sitemap.xml

sample sitemap (generate it at the same time of head page : https://cbonte.github.io/haproxy-dconv/):

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.6/intro.html</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.6/configuration.html</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.6/management.html</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.5/intro.html</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.5/configuration.html</loc>
   </url>
   <url>
      <loc>https://cbonte.github.io/haproxy-dconv/2.5/management.html</loc>
   </url>

....


</urlset> 

use https github in place on http (google prefere https...) every where in the documentation and in about.
https://cbonte.github.io/haproxy-dconv/ in place of http://cbonte.github.io/haproxy-dconv/

submit the sitemap url (https://cbonte.github.io/haproxy-dconv/sitemap.xml) to google/bing search console:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant