sitemap seo for multiple languages
PMA05:27
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
PMA05:25
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
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
PMA05:23
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.
creative ways to use the keywords that best describe the product.
Sitemap error on Google webmaster tools
PMA05:18
Need to provide an XML formatted sitemap file (sitemap.xml).
make sure your sitemap doesn't contain BOTH of the following:
<?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
PMA05:15
- 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
PMA05:12
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 404?
PMA04:50
particular webpage or the file is missing from the webhost server.
It is a server error code
It is a server error code
What are webmaster tools?
PMA04:49
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