Here's a problem I've recently encountered after reading a couple of books on optimising websites for search engines.
One of the most important things to do it seems is to add the alt "" tag to images on a site.
Now thats ok for websites written using HTML
How do you do it for images in posts on a forum ?
For those of you that don't know the <alt> tag tells search engines what the image is, so if you post a picture of pink flowers the alt tag would be "pink flowers"
Anyone know of a way to get around this ?<br /><br />-- 06 Oct 2012, 20:50 --<br /><br />I actually found a BBCode on Stokers site:
BBcode
HTML
Help Line
Because this BBCode has the {simpletext}, it's best not to make it public knowledge
One of the most important things to do it seems is to add the alt "" tag to images on a site.
Now thats ok for websites written using HTML
How do you do it for images in posts on a forum ?
For those of you that don't know the <alt> tag tells search engines what the image is, so if you post a picture of pink flowers the alt tag would be "pink flowers"
Anyone know of a way to get around this ?<br /><br />-- 06 Oct 2012, 20:50 --<br /><br />I actually found a BBCode on Stokers site:
BBcode
Code:
[imgalt]{URL},{SIMPLETEXT}[/imgalt]
HTML
Code:
<img src="{URL}" alt="{SIMPLETEXT}" title="{SIMPLETEXT}" />
Help Line
Code:
[imgalt]http://www.phpbb3bbcodes.com/styles/prosilver/imageset/site_logo.png,PhpBB3 BBCodes Logo[/imgalt]
Because this BBCode has the {simpletext}, it's best not to make it public knowledge







