innovencelabs / byteshare

Large file sharing app [Community Edition]
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

Fix noindex issue in robots due to useSearchParams #156

Closed ambujraj closed 7 months ago

ambujraj commented 7 months ago

Describe the bug The robots is being set to noindex due to the use of useSearchParams in the code, making it no crawlable for search engines.

To Reproduce Steps to reproduce the behavior:

  1. Go to ByteShare.io
  2. Click on View Source
  3. Find the robots meta tag
  4. See noindex being set

Expected behavior The robots should enable crawling.