Hello guys,
The new EB5 is missing title tag for links and alt tag for images.
currently you have:
it should be:
Same for images, they should get a alt tag inserted
Rgds
The new EB5 is missing title tag for links and alt tag for images.
currently you have:
<a href=""> article title </a>
it should be:
<a href="" title="Article title"> article title </a>
Same for images, they should get a alt tag inserted
Rgds