Thread: SitemapXML v.2

Page 116 of 222 FirstFirst ... 1666106114115116117118126166216 ... LastLast
Results 1,151 to 1,160 of 2215
  1. #1151
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Sitemap XML

    Quote Originally Posted by a_berezin View Post
    What is the address you gave sitemap search engine?
    What is the address specified in the sitemap robots.txt?
    I submitted to the search engines sitemap.xml without a directory,
    however i did not have anything in the robots.txt but i now added this line to my robots.txt:

    HTML Code:
    Sitemap: http://**************.com/sitemap.xml

  2. #1152
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    How can I support UTF8 symbols in the sitemaps?

    Currently I have installed Ultimate SEO (latest version) and it's working fine with cyrillic symbols at first sight.

    When I try to make sitemap the indexed link is something like that: Свещ-Уют-p-183.html

    It opens just fine but the link stays that way in the browser and probably google will have problems with it?


    Do I have to manually make all files from this contribution UTF8?

    I'm running 1.5.1 version of Zen.

  3. #1153
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Hi.
    Quote Originally Posted by ShopVille View Post
    I submitted to the search engines sitemap.xml without a directory,
    however i did not have anything in the robots.txt but i now added this line to my robots.txt:

    HTML Code:
    Sitemap: http://**************.com/sitemap.xml
    Give a link to the site.

  4. #1154
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Hi,
    Quote Originally Posted by the.rampage.rado View Post
    How can I support UTF8 symbols in the sitemaps?

    Currently I have installed Ultimate SEO (latest version) and it's working fine with cyrillic symbols at first sight.

    When I try to make sitemap the indexed link is something like that: Свещ-Уют-p-183.html

    It opens just fine but the link stays that way in the browser and probably google will have problems with it?


    Do I have to manually make all files from this contribution UTF8?

    I'm running 1.5.1 version of Zen.
    SitemapXML uses the standard zen-cart function which should generate the address of the appropriate standard w3c.
    If Ultimate SEO creates not valid Cyrillic address - it's a Ultimate SEO problems. Can you give a link to you site?

  5. #1155
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    Quote Originally Posted by a_berezin View Post
    Hi,


    SitemapXML uses the standard zen-cart function which should generate the address of the appropriate standard w3c.
    If Ultimate SEO creates not valid Cyrillic address - it's a Ultimate SEO problems. Can you give a link to you site?
    http://www.rampagehockey.eu/neo/grap...%B0-p-182.html here's the link for the problematic item with Bulgarian SEO url in browser but with junk in sitemap.

    This is a test installation of 1.5.1 to test out things like cyrillic support and modules I'll be using.

  6. #1156
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Hi,
    Quote Originally Posted by the.rampage.rado View Post
    http://www.rampagehockey.eu/neo/grap...%B0-p-182.html here's the link for the problematic item with Bulgarian SEO url in browser but with junk in sitemap.

    This is a test installation of 1.5.1 to test out things like cyrillic support and modules I'll be using.
    You have the wrong address.
    For example, this URL
    Code:
    /neo/graphics-cards-c-1_4/Свещ-Зимна-приказка-p-182.html
    must be
    Code:
    /neo/graphics-cards-c-1_4/%D0%A1%D0%B2%D0%B5%D1%89-%D0%97%D0%B8%D0%BC%D0%BD%D0%B0-%D0%BF%D1%80%D0%B8%D0%BA%D0%B0%D0%B7%D0%BA%D0%B0-p-182.html
    rfc3986 Uniform Resource Identifier (URI): Generic Syntax. 2. Characters
    A URI is composed from a limited set of characters consisting of
    digits, letters, and a few graphic symbols. A reserved subset of
    those characters may be used to delimit syntax components within a
    URI while the remaining characters, including both the unreserved set
    and those reserved characters not acting as delimiters, define each
    component's identifying data.
    A good example is the URL's in Wikipedia - http://bg.wikipedia.org/wiki/Кирилица
    Please note, the URL is
    Code:
    bg.wikipedia.org/wiki/%D0%9A%D0%B8%D1%80%D0%B8%D0%BB%D0%B8%D1%86%D0%B0
    but not the
    Code:
    bg.wikipedia.org/wiki/Кирилица
    Of course, I can add additional processing URL, make it valid with rfc3986.
    But:
    1. Standard function zen_href_link() is not needed additional processing. It return valid URLs.
    2. This will not save you with the troubles indexing your site with an non valid URLs.

  7. #1157
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    OK, If I leave it that way it won't be good for sitemap but I really need those cyrillic letters in the url. What can I do?

  8. #1158
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Quote Originally Posted by the.rampage.rado View Post
    OK, If I leave it that way it won't be good for sitemap but I really need those cyrillic letters in the url. What can I do?
    You do not understand. You can not have Cyrillic letters in the URL.

  9. #1159
    Join Date
    Oct 2010
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sitemap XML

    OK I understand that all non latin letters get encoded.

    But Google understands that and support cyrillic searches and when you search it still gives good results on 'exact match' with links you have in your site so most cyrillic writing people use cyrillic in URLs. Russia, Bulgaria and few more.

    It's a common practice to have cyrillic symbols in the links (when you copy/paste they copy/paste as encoded) but when you follow the link it get 'readable' for the user in their browser address bar.

    My problem is that in the sitemap it doesn't get the proper link (the encoded version you pasted above) but some hieroglyphs as I pasted in my first post in the thread. If I follow that link the proper page opens but the address is still the same (it doesn't change neither to cyrillic or encoded version of the link).

  10. #1160
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Sitemap XML

    Quote Originally Posted by the.rampage.rado View Post
    But Google understands that and support cyrillic searches and when you search it still gives good results on 'exact match' with links you have in your site so most cyrillic writing people use cyrillic in URLs. Russia, Bulgaria and few more.
    This is misleading. I showed you the example of Wikipedia in fact formed the Cyrillic addresses.

    Quote Originally Posted by the.rampage.rado View Post
    My problem is that in the sitemap it doesn't get the proper link (the encoded version you pasted above) but some hieroglyphs as I pasted in my first post in the thread. If I follow that link the proper page opens but the address is still the same (it doesn't change neither to cyrillic or encoded version of the link).
    Use another sitemap generator.

    Or modify it as you need.
    Last edited by a_berezin; 23 Jan 2013 at 02:41 PM.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR