iWeb immages on Google immages

Anybody has an idea how to get the immages on your iweb generated site to show on Google immages after entering your name in search.

Posted on Sep 20, 2012 6:41 AM

Reply
6 replies

Sep 20, 2012 9:04 AM in response to IPV55

To get your website found and indexed by the search engines you need to go through all the steps...


http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html


For them to effectively index and and crawl each page you must upload and enter a sitemap.xml and update this every time you publish changes to your site...


http://www.iwebformusicians.com/Search-Engine-Optimization/Sitemap.html


After your site has been indexed and Google has cached images of the pages they will be viewable in the sidebar...


User uploaded file

If you want your actual images to become indexed you need to do a lot more!


Images appear in a web page using this HTML...


<img src="Url to the file" alt="alt text" width'"xxx" height="yyy" />


From this you can see that there are two places here where keywords can included - in the file name and the alt attribute.


Before adding images to a web page, create a descriptive file name and separate the words with hyphens. This is essential when using iWeb since the application provides no way to add alt . Its there in the code but its empty.


The easiest way to add alt info is to use an app like iWeb SEO Tool post publishiing...


http://www.iwebformusicians.com/Search-Engine-Optimization/Tags.html


The other attribute that can be added to the img tag is title="title text". This info appears in the tooltip when the visitor hovers the cursor over the image.


As far as I know the only way you can add title info when using iWeb is to post edit the page HTML. The general opinion is that search engines give more relevence to the alt rather than the title anyway.


Remember that the file name, alt and title should NOT contain the same keywords as this is regarded as keyword stuffing.


Don't forget the humans. Add a text caption as well.


If you want your images indexed do NOT use the iWeb Photos or Albums template.


If you are going to use a slideshow, choose one that uses an unordered list in the HTML and then you can add your own alt and title info in the code.

Sep 21, 2012 12:51 AM in response to Ethmoid

Thank you Ethmoid and Roddy,


Google knows I'm there, they show my site on the #1 place after entering my name but they don't show the images on my site on Google images,

Somebody suggested thet iWeb uses java script to post images on the site and that Google doesn't recognize the format. Does that sound familiar?


It looks like Roddy recognizes the problem because he suggests That if I want my images indexed I should not use the iWeb Photo's or Album templates.


You have certainly helped and I'll get to work.

Sep 21, 2012 8:42 AM in response to IPV55

iWeb doesn't use javascript for images you drag onto the page - just to create the Albums and Photos pages.


The html for an image that is dragged onto an iWeb page is like this...


<img src="URL to the image file" alt="" style="border: none;width:xxx;height:yyy" />


Note how the alt="" is empty. This is where the alt text is inserted by iWeb SEO Tool or where you would put it when post editing the HTML file. Example...


<img src="beach-at-midnight.jpg" alt="Moonrise on Pismo Beach" style="border: none;width:480px;height:360px" />

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

iWeb immages on Google immages

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.