-
AuthorPosts
-
March 21, 2017 at 11:53 am #764131
Hi
I have some pages wich are using a model with picture in CSS.
A technicien told to me it would be better for SEO pictures are not in CSS (because google don’t index picture un CSS) but in page.I’ve tried to insert picture as media or gallery (with one picture) but when I enlarge or reduce the page, the picture is not “following” the presentation of my page. Is it possible to find a solution ?
Thank you for your help
March 22, 2017 at 5:19 am #764530Hey sandra1307,
Your images will be indexed anyway, so I don’t think there will be any impact on your site’s ranking.
Best regards,
RikardMarch 22, 2017 at 11:08 am #764702Thank for your help
March 23, 2017 at 6:23 am #765165Hi,
No problem, Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 31, 2017 at 12:41 pm #769911Hi !
If you use the LAYOUT EDITOR – there are the pictures in the CSS.
So there are no Links to the media file than with normal mode or other themes which set a link to the media file.The Result is that the Pictures will not be read with google and not disoplayed as pictures.
This is very bad for SEO as a photographer – are there any ways to indes with the pictures at google ?
Best Regards Markus
March 31, 2017 at 1:00 pm #769915Hello meciue,
google read the image from alt attribute and file name
<img src="../images/new.jpg" alt="image" />
, because you use CSS to add images instead of alt attribute, use title attribute on div. You have use html to set the div, add the title attribute to div –<div class="image_1" title="image"></div>
. Also, set the right file name for your images to indexed the google.March 31, 2017 at 6:44 pm #770129Hi, thank you Designweb – ive set the filename to the right nabe to be indexed, and i use a plugin to write the same text into the lat tag as the name of the file name.
But what should i do with the “<div class=”image_1″ title=”image”></div>” ?
Best regards, MarkusApril 2, 2017 at 9:16 am #770549Hi @meciue,
If you have uploaded your files to WordPress then they will be indexed by search engines, try doing a local site search to check it.
Best regards,
RikardApril 6, 2017 at 11:39 am #773111Hi
my old website had a lot of pictures indexed. Since I use Enfold with layout editor, those pictures are not indexed except in upload (see link) which is not interesting because it’s not a link to informations of the page.I did’nt understand the way with the div to resolve this problem (Meciue’s answer).
Could you explain me ?
is a plug-in to index better way the pictures used in CSS ?April 7, 2017 at 7:55 am #773744Hi,
If it’s indexed in one place, that means the image is indexed by the search engine, correct? That means it will show up in search results, what else would you need or want?
Best regards,
RikardApril 7, 2017 at 9:43 am #773804Hi Rikard
I would like picture is indexed inside the page, this way, the internaut who search an information by google picture click on “show the page”
In fact I would like picture in css are indexed because currently there are not.Best regards
April 9, 2017 at 6:14 am #774777Hi,
No, if they are set as a background image using CSS they won’t be indexed on that page, at least that is what I think. This is not theme specific, it’s basic web programming.
Best regards,
RikardNovember 15, 2017 at 6:22 pm #877179ok thank you for your help
November 16, 2017 at 7:38 pm #877694Hi sandra1307,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.