Forum Moderators: phranque
Many email programs and on line tools will automatically convert an URL to a live link, which is great, but sometimes it includes the period as part of the address. This can be confusing both to the readers of the email, those who they share the email with, search engines, and others.
A sentence like:
The site is located at <u>URL</u>.
Becomes:
The site is located at <u>URL.</u>
I try to avoid ending the sentence with an URL, but this can make the writing awkward:
<u>URL</u> is the location of the site.
When I do leave the URL at the end of the sentence, I sometimes add a space between it and the period:
The site is located at <u>URL</u> .
This also looks awkward.
I'm now wondering if I should just setup a redirect so:
<u>http://www.example.com/.</u> redirects to <u>http://www.example.com/</u>
Thanks for any advice.