- Posts: 14116
- Thank you received: 1639
Curious about SEO
-
hopekiah
- Topic Author
- Visitor
13 years 7 months ago #8140
by hopekiah
Curious about SEO was created by hopekiah
Hi!
I like the looks of this plugin but I always like to use galleries which enable search engines to read the text in the descriptions of the images. Ideally, the large images display in unique pages with Title tags that pull from the title of the image. Is that possible with this plugin or any other gallery extension that you make?
thanks,
Hope
I like the looks of this plugin but I always like to use galleries which enable search engines to read the text in the descriptions of the images. Ideally, the large images display in unique pages with Title tags that pull from the title of the image. Is that possible with this plugin or any other gallery extension that you make?
thanks,
Hope
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 7 months ago #8156
by ivan.milic
Replied by ivan.milic on topic Re: Curious about SEO
With plugin you can use mode with descriptions and in that case description text will be in alt attribute of image (that will robot see)
Module where you can stuff SEO content around image could be HOT Joomla Carousel Pro in mode where it use articles as slides , you can put images in that articles and visible and invisible content around image when you edit that articles.
Module where you can stuff SEO content around image could be HOT Joomla Carousel Pro in mode where it use articles as slides , you can put images in that articles and visible and invisible content around image when you edit that articles.
Please Log in to join the conversation.
-
hopekiah
- Topic Author
- Visitor
13 years 7 months ago - 13 years 7 months ago #8176
by hopekiah
Replied by hopekiah on topic Re: Curious about SEO
Thanks! I looked at the URL for a page with the Carousel and didn't see any code for the text in the articles. Can you point me to a page where the text is visible in the source code of a page with Carousel articles? Also, what do you mean by invisible content?
Last edit: 13 years 7 months ago by hopekiah.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8187
by ivan.milic
Replied by ivan.milic on topic Re: Curious about SEO
I meant that if you use article you can define content your self like:
....
<h1 class="HideMeFromHuman">
My SEO text
My relay cool product witch is best in world and FREE FREE FREE!
</h1>
<img src="...
<p>
My visible description!
</p>
<script type="text/css">
jQuery(document).ready(function(){jQuery('.HideMeFromHuman').hide();});
<script>
....
invisible text would be h1 in this example.This implies if you use category/section/articles mode. There is also option to enter image description when you use Folder with Images mode.
....
<h1 class="HideMeFromHuman">
My SEO text
My relay cool product witch is best in world and FREE FREE FREE!
</h1>
<img src="...
<p>
My visible description!
</p>
<script type="text/css">
jQuery(document).ready(function(){jQuery('.HideMeFromHuman').hide();});
<script>
....
invisible text would be h1 in this example.This implies if you use category/section/articles mode. There is also option to enter image description when you use Folder with Images mode.
Please Log in to join the conversation.
Time to create page: 0.149 seconds