Skip to content

Commit

Permalink
Add meta robots noindex,nofollow tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Oct 23, 2024
1 parent 7f8b497 commit 9e42dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ module.exports = {
title: 'HyperFormula (v' + HyperFormula.version + ')',
description: 'HyperFormula is an open-source, high-performance calculation engine for spreadsheets and web applications.',
head: [
// Robots for staging: noindex, nofollow
['meta', {name: 'robots', content: 'noindex, nofollow'}],
// Import HF (required for the examples)
[ 'script', { src: 'https://cdn.jsdelivr.net/npm/hyperformula/dist/hyperformula.full.min.js' } ],
[ 'script', { src: 'https://cdn.jsdelivr.net/npm/hyperformula@2.7.1/dist/languages/enUS.js' } ],
Expand Down

0 comments on commit 9e42dbe

Please sign in to comment.