Changes between Version 83 and Version 84 of qPloneGoogleSitemaps


Ignore:
Timestamp:
Feb 15, 2011 12:10:57 PM (13 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneGoogleSitemaps

    v83 v84  
    9393'''Method 1.''' 
    9494 
    95 To fix this issue - insert the following line into '''URL processing Regular Expressions''' on a sitemap edit form: 
     95 To fix this issue - insert the following line into '''URL processing Regular Expressions''' on a sitemap edit form: 
    9696 
    97 {{{ 
    98 s/[you_site\/internal\/path]/[domain]/ 
    99 }}}  
     97 {{{ 
     98 s/[you_site\/internal\/path]/[domain]/ 
     99 }}}  
    100100 
    101 where ''[you_site\/internal\/path]'' - is URL via which you edit your site, and ''[domain]'' - is site production URL. 
     101 where ''[you_site\/internal\/path]'' - is URL via which you edit your site, and ''[domain]'' - is site production URL. 
    102102 
    103 For example: for the site ''!http://plonesite.com'' we use ''!http://999.999:8080/myplonesite'' internal URL, so, to configure right sitemap URLs we insert: 
     103 For example: for the site ''!http://plonesite.com'' we use ''!http://999.999:8080/myplonesite'' internal URL, so, to c      onfigure right sitemap URLs we insert: 
    104104 
    105 [[Image(url-processing.png, nolink)]]   
     105 [[Image(url-processing1.png, nolink)]]   
    106106 
    107107'''Method 2.''' 
    108108 
    109 quintagroup.plonegooglesitemaps uses 'canonical_url' catalog metadata field while building the sitemap.xml. You might get wrong values cataloged when creating sitemap through internal URL. To fix this - login to your Plone site via your site's real URL (''www.plonesite.com'') and update portal_catalog to fix the cataloged values. 
     109 quintagroup.plonegooglesitemaps uses 'canonical_url' catalog metadata field while building the sitemap.xml. You might get wrong values catalogued when creating sitemap through internal URL. To fix this - login to your Plone site via your site's real URL (''www.plonesite.com'') and update ''portal_catalog'' to fix the cataloged values. 
    110110 
    111111