SEO images

Discuss Search Engine Optimization in relation to Joomla! 3.x. This forum will also have discussions on SEF/SEO Joomla! 3.x extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
jwillis
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Mar 18, 2014 3:06 pm

SEO images

Post by jwillis » Tue Mar 18, 2014 3:10 pm

Is there a way to set the alt/title tags for images in the media manager and have them used all over the site wherever those images are used?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24974
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: SEO images

Post by pe7er » Wed Mar 19, 2014 7:08 am

No.

But you can use system plugins like ReReplacer http://extensions.joomla.org/extensions ... place/4336
and let it search

Code: Select all

<img
and replace with

Code: Select all

<img alt="text" title="text" 
However, it will replace it everywhere on your site.
I don't think that this technique will give you any SEO benefits...
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

somkenwong
I've been banned!
Posts: 34
Joined: Sun Mar 02, 2014 11:02 am

Re: SEO images

Post by somkenwong » Sat Mar 22, 2014 4:10 pm

pe7er wrote:No.

But you can use system plugins like ReReplacer http://extensions.joomla.org/extensions ... place/4336
and let it search

Code: Select all

<img
and replace with

Code: Select all

<img alt="text" title="text" 
.
Dear Peter:
This is a great tip. I right now export website text as SQL and then make changes. Is an equivalent plugin available for Joomla 2.5? This will make life much easier.

Martin1971
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Sat Apr 12, 2014 1:24 am
Contact:

Re: SEO images

Post by Martin1971 » Sun Apr 13, 2014 11:56 pm

pe7er wrote:No.

But you can use system plugins like ReReplacer http://extensions.joomla.org/extensions ... place/4336
and let it search

Code: Select all

<img
and replace with

Code: Select all

<img alt="text" title="text" 
However, it will replace it everywhere on your site.
I don't think that this technique will give you any SEO benefits...

Thanks was looking for something like this :D

Andsho
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Apr 14, 2014 6:57 am
Location: barlin, Germany
Contact:

Re: SEO images

Post by Andsho » Mon Apr 14, 2014 7:05 am

pe7er wrote:No.

But you can use system plugins like ReReplacer http://extensions.joomla.org/extensions ... place/4336
and let it search

Code: Select all

<img
and replace with

Code: Select all

<img alt="text" title="text" 
However, it will replace it everywhere on your site.
I don't think that this technique will give you any SEO benefits...
i done this , but not works to me.. do you have some another ideas ..?? if yes please share me..


Locked

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 3.x”