ivrit-ai / ivrit.ai

ivrit.ai codebase
MIT License
24 stars 9 forks source link

Bug: Google Blocks Access to Interface from Social Media Apps #23

Closed yanirmr closed 7 months ago

yanirmr commented 8 months ago

Bug Description

When users try to navigate to the ivrit.ai interface from within social media applications such as LinkedIn, Twitter, and Facebook, they encounter a Google block error. An example of the error message is attached as an image with this issue.

Steps to Reproduce

  1. Open LinkedIn, Twitter, or Facebook app.
  2. Try to follow a link to the serve.ivrit.ai .
  3. Observe the error message from Google stating that the user agent is disallowed (403).

Expected Behavior

The link should open the ivrit.ai interface without any blocks, allowing users to interact with the service as intended.

Screenshots

image

Possible Cause

This could be related to the robots.txt file or other server configuration that specifies how Googlebot and other user agents should interact with the site, potentially blocking certain user agents unintentionally.

Suggested Next Steps

We need to resolve this to ensure users have seamless access to ivrit.ai regardless of where they're coming from.

Thank you for looking into this issue.

yairl commented 7 months ago

I investigated this to the best of my ability.

Per my current understanding, as the native application is not under our control (example: LinkedIn app), possible solutions such as opening the link in a web browser application, or having it the application masquerade as a different browser is not possible (at least not under Google's guidelines).

For now, I'm unfortunately closing this issue as Won't Be Fixed. 😞 If you or others have specific suggestions about how to resolve this, please reopen and we'll give it another shot.