Zum Hauptinhalt gehen

X-Header for Excelfiles

Kommentare

2 Kommentare

  • Zendesk API User
    Author: Windmüller - 9/5/2023 8:40

    Google supports the X-Robots-Tag header. I am not sure if other search engines honor this as well.

    Another solution would be adding the files to the robots.txt file.

    0
  • Zendesk API User
    Author: cube - 9/5/2023 8:47

    Hi Nikolai,

    If you are using the X-Robots tag header, something like this might help:

    To use the X-Robots tag on an Apache server, add the following code to your website's .htaccess or httpd.config file.

    <Files ~ ".xlsx$">   Header set X-Robots-Tag "noindex, nofollow" </Files>

    Kind regards,
    cube

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.