問題タブ [x-robots-tag]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.htaccess - X-Robots noindex specific page in .htaccess
Can I 'noindex, follow' a specific page using x robots in .htaccess?
I've found some instructions for noindexing types of files, but I can't find instruction to noindex a single page, and what I have tried so far hasn't worked.
This is the page I'm looking to noindex:
This is what I have tried so far:
Thanks for your time.
javascript - Tumblr で「X-Robots-Tag: noindex」を上書きする
Tumblr は、タグ付けされたすべてのページの HTTP ヘッダーに「X-Robots-Tag: noindex」行を自動的に挿入します。例: "blog.tumblr.com/tagged/tag"。これをオーバーライドする方法はありますか?または、スクリプトやその他のツールを使用してヘッダーを変更する方法はありますか?
apache - HTTP 301 応答に不足している X-Robots-Tag を設定するには?
最終的な目的地ではなく、リダイレクトページをインデックスする特定の悪い検索エンジンに noindex x-robots タグを設定したいと考えています。
ルート .htaccess ファイルの先頭に、以下のルールを追加しました。
このように動作します。
要求:http://example.com/page
最終:https://www.example.com/page/
要求された URL で、 HTTPS を強制しているときにX-robots-tagが欠落しています。この問題に取り組む方法はありますか?
ありがとう