PDA

View Full Version : Google search


G.Walling
Mar-19-2008, 11:35 AM
What do I need to have set-up to help make my site show up in Google. I understand I need to put something in my bio box. Can I do that with my slideshow runing?

Thanks

gregwalling.smugmug

denisegoldberg
Mar-19-2008, 12:44 PM
What do I need to have set-up to help make my site show up in Google. I understand I need to put something in my bio box. Can I do that with my slideshow runing?
Good tips on this page - http://wiki.smugmug.com/display/SmugMug/Maximize+Search+Engine+Findability.

Yes, you can still put text in your bio box. Create a div like this:

#myBioText {
display: none;
}

Then in your bio box, before your slideshow code, insert your bio info, like this:

<div id="myBioText">put all of your bio text here, on as many
lines as you need
</div>
--- Denise