w3scout / contao-googlebusinessreviews-bundle

1 stars 0 forks source link

Write Review URL is too long for VARCHAR(255) #2

Open FlowinBeatz opened 3 months ago

FlowinBeatz commented 3 months ago

The generated "write review" link is way longer than 255 characters.

w3scout commented 3 months ago

Google Business provides a short link which you can use to ask for reviews and which is much shorter than 255 characters:

  1. Go to your Business Profile.
  2. To find your review link, click Read Reviews and then Get more reviews.
  3. Share the link with your customers directly or use the provided options to share.

See: https://support.google.com/business/answer/3474122?hl=en (last paragraph)

FlowinBeatz commented 3 months ago

Thanks for the link! Regardless it wouldn't harm anything if the sql would change from VARCHAR(255) to text NULL?