SEO friendly image path
Permalink 1 user found helpful
Hi,
Does anyone know how to modify or implement C5 to take advantage of SEO friendly image paths.
I've played with the alternate storage location, etc... But at the end of the day, the path to the image is always:
<img src="http://somesite.com/index.php/download_file/view_inline/27/" alt="somefilename.png" width="50" height="50" />
Apparently pretty urls is only for pages, and not images, as you can still see index.php in the above path.
This is what the end result should be:
<img src="http://somesite.com/somedirectoryname/somefilename.png/" alt="somefilename.png" width="50" height="50" />
This way, you name directory and images with an SEO friendly slant. For instance, my client is a lawyer in boston.
I would want the images to look like this:
<img src="http://somesite.com/criminal-defense/attorney-boston-01.png/" alt="Criminal Defense Attorney Boston" width="50" height="50" />
Any ideas ?
Does anyone know how to modify or implement C5 to take advantage of SEO friendly image paths.
I've played with the alternate storage location, etc... But at the end of the day, the path to the image is always:
<img src="http://somesite.com/index.php/download_file/view_inline/27/" alt="somefilename.png" width="50" height="50" />
Apparently pretty urls is only for pages, and not images, as you can still see index.php in the above path.
This is what the end result should be:
<img src="http://somesite.com/somedirectoryname/somefilename.png/" alt="somefilename.png" width="50" height="50" />
This way, you name directory and images with an SEO friendly slant. For instance, my client is a lawyer in boston.
I would want the images to look like this:
<img src="http://somesite.com/criminal-defense/attorney-boston-01.png/" alt="Criminal Defense Attorney Boston" width="50" height="50" />
Any ideas ?