- Posts: 2
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
SEO and SIG Pro
- Hostricity Web Hosting
-
Topic Author
- Offline
- New Member
Here's what a properly formatted image should look like:
<img src="http://foliovision.com/images/2007/08/zen-fanless-power-supply-400.jpg" alt="Zen Fanless Power Supply" width="400" height="340" />
For bonus points link that image to a larger version of the same properly labelled image:
<a href="http://foliovision.com/images/2007/08/zen-fanless-power-supply-big.jpg" rel="lightbox"><img src="http://foliovision.com/images/2007/08/zen-fanless-power- supply-400.jpg" alt="Zen Fanless Power Supply" /></a>
For extra bonus points put that image in a h5 tag with a proper caption, close to if not identical to the alt tag:
<h5><a href="http://foliovision.com/images/2007/08/zen-fanless-power-supply- big.jpg" rel="lightbox"><img src="http://foliovision.com/images/2007/08/zen-fanless-power- supply-400.jpg" alt="Zen Fanless Power Supply" /></a> Fortron PFC ZEN fanless power supply</h5>
Here's what I want to know:
How much of this can be easily done with SIG Pro?
The title and description are important for key word searches, the sizes are important because Google allows filtering on image size, and the header tag is important because of the way that Google uses the header tags to establish the relative importance of content being indexed.
Any suggestions about how to do this would be most gratefully appreciated!
Thanks,
Geoff
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Hemant Chawda
-
- Offline
- New Member
- Posts: 4
Could you please guide me if at all, how to change the alt and title tags for the galleries.
Any help would be highly appreciated.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
If yes, this "modification" should be easier than using the other 2 options.
Please Log in or Create an account to join the conversation.
- Hemant Chawda
-
- Offline
- New Member
- Posts: 4
Check this link to see what I'm talking about www.atch44.com/index.php/folio
Cheers
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
{LEFT HTML COMMENT}<img class="sig-image" src="'.$mosConfig_live_site.'/plugins/content/'.$plg_name.'/sigpro.transparent.gif" alt="'.JText::_('JWSP_FE_IMGTITLE').'" title="'.JText::_('JWSP_FE_IMGTITLE').'" style="width:'.$gal_width.'px;height:'.$gal_height.'px;background-image:url({THUMB IMAGE FILEPATH});" />{RIGHT HTML COMMENT}';
replace it with the following:
{LEFT HTML COMMENT}<img class="sig-image" src="'.$mosConfig_live_site.'/plugins/content/'.$plg_name.'/sigpro.transparent.gif" alt="{CAPTION TITLE}" title="{CAPTION TITLE}" style="width:'.$gal_width.'px;height:'.$gal_height.'px;background-image:url({THUMB IMAGE FILEPATH});" />{RIGHT HTML COMMENT}';
As you can see you just replace the JText with the caption title given from the file labels.txt for each photo.
Please Log in or Create an account to join the conversation.
- Hemant Chawda
-
- Offline
- New Member
- Posts: 4
Kindly advise why it is happening, if there is something I need to tweak in the code or settings.
Appreciated!
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
forum.joomlaworks.net/index.php?topic=8411.0
forum.joomlaworks.net/index.php?topic=8037.0
forum.joomlaworks.net/index.php?topic=8446.0
Please Log in or Create an account to join the conversation.
- Hemant Chawda
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- tnt3
-
- Offline
- New Member
- Posts: 16
Any help would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
Please provide us with a url to your site to help you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
- Posts: 4696
li.sig-block a.sig-link img.sig-image, li.sig-block a.sig-link:hover
background-position:50% 50%;
background-repeat:no-repeat;
border:medium none;
display:block;
height:100%;
margin:0;
padding:0;
width:100%;
}
If this doesn't work please let me know.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- tnt3
-
- Offline
- New Member
- Posts: 16
The only way I can fix it is to remove the changes suggested above to the code to jw_sigpro.php but then it would not be SEO friendly.
Please Log in or Create an account to join the conversation.
- tnt3
-
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- mjindustry
-
- Offline
- Junior Member
- Posts: 26
I'm VERY interested in SEO friendly images in conjunction with my SIG pro galleries.
I have the most recent (I think) copy of the extension. Any seo tips used for simple image pro galleries is greatly appreciated.
If you can tell me the absolute best possible way to treat my photos. Earlier today I finally learned to name the photo like this: this-is-my-relevant-title.jpg
All lowercase and hyphen between words. Does that look good? If so, what next...as in what do I do on the sig pro side, I'm familiar with the labels.txt and adding info there. Does this help, what's the best method in the label.txt file to get the best seo for my images?
Do the three areas in the label.txt cover my ultimate seo solution? What about the "click to open image" (alt txt?)? Should this be modified like suggested by the OP?
Please Log in or Create an account to join the conversation.
- mjindustry
-
- Offline
- Junior Member
- Posts: 26
You should go to the file jw_sigpro.php and on line 172 there is
{LEFT HTML COMMENT}<img class="sig-image" src="'.$mosConfig_live_site.'/plugins/content/'.$plg_name.'/sigpro.transparent.gif" alt="'.JText::_('JWSP_FE_IMGTITLE').'" title="'.JText::_('JWSP_FE_IMGTITLE').'" style="width:'.$gal_width.'px;height:'.$gal_height.'px;background-image:url({THUMB IMAGE FILEPATH});" />{RIGHT HTML COMMENT}';
replace it with the following:
{LEFT HTML COMMENT}<img class="sig-image" src="'.$mosConfig_live_site.'/plugins/content/'.$plg_name.'/sigpro.transparent.gif" alt="{CAPTION TITLE}" title="{CAPTION TITLE}" style="width:'.$gal_width.'px;height:'.$gal_height.'px;background-image:url({THUMB IMAGE FILEPATH});" />{RIGHT HTML COMMENT}';
As you can see you just replace the JText with the caption title given from the file labels.txt for each photo.
I see this is about a two year old post, I tried doing this and it shuts down your whole site.
I love sig pro but wish it were easier on the image seo, and ability to easily create captions, alt=, etc.
Please Log in or Create an account to join the conversation.
- cu2morrow
-
- Offline
- New Member
- Posts: 1
the code in the current SIG PRO Version can be found in the templates. I've just altered the classic.php template file to use the long text for the alt and title tag. As the long code would show HTML Tags I've striped them from the string. The result looks like this:
alt tag = "long text: image name.file_extention" (e.g. "This is my alt tag text: picturename.jpg")
title Tag = "long text -> info text" (e.g. "This is my title text -> Click here to open")
Code Line 25 must be amended as per follows:
<?php
$titelundaltneu = strip_tags(html_entity_decode($photo->captionDescription.$photo->downloadLink.$modulePosition));
?>
<img class="sigProImg" src="<?php echo $transparent; ?>" alt="<?php echo $titelundaltneu.'- '.$photo->filename; ?>" title="<?php echo $titelundaltneu.' -> '.JText::_('JW_SIGP_LABELS_08'); ?>" style="width:<?php echo $photo->width; ?>px;height:<?php echo $photo->height; ?>px;background-image:url(<?php echo $photo->thumbImageFilePath; ?>);" />
Hope this helps!
For a working example please visit:
fur-niture.net/de/lgallery.html
Best regards,
Marcel
Please Log in or Create an account to join the conversation.