sitemap seo for multiple languages

IT  should include every page you want to be indexed by the search engines. If you have different URLs for different languages then those URLs must be included as well.

SEO 301 redirect limits

301 redirects are very useful if people access your site through several different URLs. For instance, your page for a given ID can be accessed in multiple ways
It is a good idea to pick one of those URLs (you have decided to be http://yoursite.com/foo/ID/some-friendly-string) as your preferred URL and use 301 redirects to send traffic from the other URLs to your preferred one.

seo optimize a bunch of similar images

try to give specific name of image in relation to what image shows to alternate keywords.
creative ways to use the keywords that best describe the product. 

Sitemap error on Google webmaster tools

Need to provide an XML formatted sitemap file (sitemap.xml).

<?xml version='1.0' encoding='utf-8' ?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
    <url>
     <loc>http://myDomain.com</loc>
    </url>
    <url>
     <loc>http://myDomain.com/about.html</loc>
    </url>
    <url>
     <loc>http://myDomain.com/faq.html</loc>
    </url>
    <url>
     <loc>http://myDomain.com/careers.html</loc>
    </url>
</urlset>

make sure your sitemap doesn't contain BOTH of the following:
http://mydomain.com/ or http://www.mydomain.com/

AND

http://mydomain.com/index.html or http://www.mydomain.com/index.html

SEO with keywords for a website based on images

  • Create unique, accurate page titles using <title> tag placed within the <head> tag.
  • Please bear in mind that Google does not recommend putting keywords into the title tag. So it is very good practice to make sure that your title effectively communicates the topic of the page's content.

SEO pratices for thumbnails

description of your image content using alt and title attributes of <img> tag. Image names can sometimes be composed of some identifiers which are meaningless for customers. However, using meaningful image names is also recommended.

What is CTR?

It is Click Through Rate.

What is 404?

particular webpage or the file is missing from the webhost server.
It is a server error code

What are webmaster tools?

we can get free Indexing data, backlinks information, crawl errors, search queries, CTR, website malware errors and submit the XML sitemap.Webmaster tools is a free service by Google

magic methods?

Magic methods are the members functions that is available to all the instance of class Magic methods always starts with “__”. Eg. __construct All magic methods needs to be declared as public