SEARCH ENGINE DATA.

Messages
2,553
Edit My Images
Yes
I am currently updating my very old website.

But before it install it, I could do with some help.
At present google will find the images By their image names, but can I add extra data rather than just relying on the image name?

I hope that makes sense?:thumbs:

Regards Spence
 
do you mean in tags? <img src="" />

I'm using dreamweaver with Jalbum galleries.

Now say for example on my old website there is an image named balloon.
I would like to add extra information to that image. ie. Bristol Balloon festival, Ashton court. ect. So that if someone searches for "Bristol Balloon Festival" my website will come up in the listings.

Spence
 
ok little unsure what the jalbum galls are as i have never come across them, If the images are opening in html pages then you can beef up the html page with keywords in elements such as title="your images more info" etc

for example i often use some thing similar which gives several diff areas for more info,
<a title="title and more info" href="Yourfile.jpg">
<img alt="keywords and titles" longdesc="Paragraph of text" src="myfile.jpg">
</a>


If they open as yourimage.jpg am unsure if any other data can be added within the jpg file.

Other than that i am unsure. thats from a seo coders point of view
 
ok little unsure what the jalbum galls are as i have never come across them, If the images are opening in html pages then you can beef up the html page with keywords in elements such as title="your images more info" etc

for example i often use some thing similar which gives several diff areas for more info,
<a title="title and more info" href="Yourfile.jpg">
<img alt="keywords and titles" longdesc="Paragraph of text" src="myfile.jpg">
</a>


If they open as yourimage.jpg am unsure if any other data can be added within the jpg file.

Other than that i am unsure. thats from a seo coders point of view

This is my old website here.
I'm re-building it with the same template but going to try to bring it up to date. Hence why I would like to add more searchable infomation.

Regards Spence
 
Back
Top