Hej,
i don´t know the right words for my question...Sorry.
What i want is, that google find some informations about my images in zenphoto. I don´t know how i give zenphoto the information in the right way that google can work with it.
So if some people "google" for example "xyz" that they find the image/album on my site.
In my old used homepage with phpkit i have to give some metatags/word in phpkit which are given to google.
Here are some information out of the sitesourcecode of a friend of me:
`` These meta keywords are basically useless nowadays as Google basically ignores that (search on Google's guidelines itself).
Although we have a plugin called html_meta_data that can create several of these meta calls and also these keywords based on tags assigned.
Or you can naturally modify your theme manually as well.
What actually counts today is content and a correct code with hierachy. Standard Zenphoto themes have hat. Foremost provide content (Text, images) that someone finds useful.
Search engine optimisation (SEO) is a wide topic that exceeds this forum (at least for me a little). Perform a web search on SEO to learn more.
Hej,
thanks for your explanation.
I am not so experienced with SEO, content and so on...
Little question which i can not answer by myself...
When using a robots.txt - file... (what i do)... with this content:
Disallow: /zenphoto/albums/
Disallow: /zenphoto/cache/
Disallow: /zenphoto/themes/
Disallow: /zenphoto/zp-core/
Disallow: /zenphoto/zp-data/
Disallow: /zenphoto/page/search/
Disallow: /zenphoto/uploaded/
is that right, or wrong.. ?
Do i have to allow the crawlers to read in albums and the other folders?
Thanks
Our example robots.txt file is pretty strict and allows no folders to be indexed. You should not allow anything before understanding how Zenphoto works. None of these folders are used as "links" on a Zenphoto site.
The only ones you could allow are either
All other folders, especially zp-core and zp-data should never be indexed (on properly configured servers they won't actually).