noindex #785
noindex
#785
-
In file config/backpack/ui.php i see this: I've two main branch for my projects: master_dev, master_pro |
Beta Was this translation helpful? Give feedback.
Answered by
blondie63
Dec 12, 2023
Replies: 1 comment
-
Ok done, adding row META_ROBOTS_CONTENT="noindex, nofollow" to .env |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pxpm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok done, adding row META_ROBOTS_CONTENT="noindex, nofollow" to .env
Changed config/backpack/ui.php with row:
'meta_robots_content' => env('META_ROBOTS_CONTENT', 'index, follow'),