Changes between Version 79 and Version 80 of qPloneGoogleSitemaps
- Timestamp:
- Feb 3, 2011 9:12:57 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleSitemaps
v79 v80 90 90 91 91 === 1 === 92 ''Question:'' Why the generated sitemap.xml displays URLs with the IP address like this: ''999.999.999.999:8080/myplonesite'' instead of the URL ''www.plonesite.com''?93 92 94 ''Answer:'' 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. 93 ==== Question ==== 94 95 Why the generated sitemap.xml displays URLs with the IP address like this: ''999.999.999.999:8080/myplonesite'' instead of the URL ''www.plonesite.com''? 96 97 ==== Answer ==== 98 99 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. 95 100 96 101 Also, to fix the above-mentioned issue - insert the following line into '''URL processing Regular Expressions''' on a sitemap edit form: