|
#11
|
|||
|
|||
|
The weird thing is, when I look at your sitemap I get a xml document.
|
|
#12
|
|||
|
|||
|
Google says I have some white lines at thebeginning of my xml file, I've checked all includes and addon files but I can't find a file with white spaces before or after <?php ?>.
|
|
#13
|
||||
|
||||
|
2DikkieBurger
I found this 'lines' in 'month_calendar' addon. Сheck up all addons once again. Something like this:Code:
$cal_output .= "</table>";
$tpl = ereg_replace ("<MC_NO_IMAGE_INFO>",$mc_no_image_info,$tpl);
$tpl = ereg_replace("<MONTH_CALENDAR>",$cal_output,$tpl);
[spaces]
[spaces]
?>
And one more thing: in 'Admin mode' on your 'Options/URL:' must be something like this: Code:
http://photoblogonline.com/ RSS or 'sitemap' Not correctly works if it is not present ('/' on end of URL ) and Google says 'errors .... bla bla bla' How can you see this 'spaces' (how mutch it)? Open yor 'sitemap URL' and save it on your local drive. Then Open this file in editor (I USE EditPad Pro) and you well see ... that yor code begin whith [spaces] or Press 'Source Code of page' in your Browser (e.g. FireFox): Code:
[spaces] <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"> <url> <loc>http://photoblogonline.com/</loc> <priority>1.0</priority> </url>
__________________
I like France, Italy & Thailand photos. Random Banner (gif, jpg) addon for Pixelpost |
|
#14
|
|||
|
|||
|
[ yes, sitemap generate spaces at the start of the document, how can i removed it ?? i not have month_calendar...thx ]
it was a problem with fancy archive ...
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] Last edited by reflejandome; 08-08-2006 at 09:12 AM. |
|
#16
|
||||
|
||||
|
RSS Link have 10 posts. Sitemap - much more
__________________
I like France, Italy & Thailand photos. Random Banner (gif, jpg) addon for Pixelpost |
|
#17
|
||||
|
||||
|
See also http://forum.pixelpost.org/showthrea...1441#post41441
I've created an admin addon to extend on the Sitemap Creator addon to ping Google on updates everytime a new post is made. Doesn't require this particular plugin if one has already created a static sitemap. Last edited by janickg; 01-13-2007 at 09:47 PM. |
|
#19
|
|||
|
|||
|
Quote:
Code:
Options -Indexes RewriteEngine on RewriteRule ^[your sitemap name].xml$ [pixelpost dir]/index.php?z=sitemap
__________________
|
| Post Reply |
| Thread Tools | |
|
|