seo - Multilanguage sitemap effect -
masters,
earlier our site had 1 language, our primary language: hungarian.
few weeks ago, upload new site, english language too. (language in subdirectory)
we made our new sitemap. (http://pastebin.com/djkhi2xr)
before made changes on first page in google many keyword. nowhere.
may ask check our sitemap, or suggestion should problem?
thank you
you have wrong cookies , redirects. when first visit urls in site map, 302 redirect version double slash. later when have cookie , fetch them again, don't redirect.
for example http://dinox-h.hu/en/gallery.php redirects http://dinox-h.hu//en/gallery.php
this cause site not indexed because:
- you redirecting away urls in sitemap when user (or googlebot) has no cookies
- the redirect 302 not pass pagerank.
$ curl -s -d - http://dinox-h.hu/galeria.php | head -n 30 http/1.1 302 found date: thu, 18 jul 2013 17:02:39 gmt server: apache set-cookie: phpsessid=j22vjbjvj8n63ma1foalm5ujp0; path=/ expires: thu, 19 nov 1981 08:52:00 gmt cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 pragma: no-cache location: http://dinox-h.hu//en/gallery.php connection: close transfer-encoding: chunked content-type: text/html;charset=utf-8 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> ....
Comments
Post a Comment