Hi,
the setting is currently for a phpForum, but i tried also leave all blank - all not works..
Exclude URLs:
p=
mode=
mark=
order=
highlight=
view=previous
view=next
view=unread
/profile.php
/privmsg.php
/posting.php
/search.php
Do not parse URLs:
view=print
In the Sitemap, HTML, Ror are all Links but on mostly Links missing titles. So i think the 'crawling' works fine, but when/where/what set the titles in HTML,ROR,... ?!
e.g. in XML-Sitemap.xml :
<url>
<loc>http://forum.mmajunke.de/viewtopic.php?f=2&t=95</loc>
<lastmod>2011-03-17T07:05:11+00:00</lastmod>
<priority>0.6400</priority>
</url>
<url>
<loc>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=10</loc>
<lastmod>2011-03-17T07:05:11+00:00</lastmod>
<priority>0.6400</priority>
</url>
<url>
<loc>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=20</loc>
<lastmod>2011-03-17T07:05:11+00:00</lastmod>
<priority>0.6400</priority>
</url>
<url>
<loc>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=30</loc>
<lastmod>2011-03-17T07:05:11+00:00</lastmod>
<priority>0.6400</priority>
</url>
This in HTML-SiteMap:
viewtopic.php?f=2&t=95
viewtopic.php?f=2&t=95&start=10
viewtopic.php?f=2&t=95&start=20
viewtopic.php?f=2&t=95&start=30
This in ror.xml :
<item>
<link>http://forum.mmajunke.de/viewtopic.php?f=2&t=95</link>
<title></title>
<ror:updatePeriod></ror:updatePeriod>
<ror:sortOrder>2</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
<item>
<link>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=10</link>
<title></title>
<ror:updatePeriod></ror:updatePeriod>
<ror:sortOrder>2</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
<item>
<link>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=20</link>
<title></title>
<ror:updatePeriod></ror:updatePeriod>
<ror:sortOrder>2</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
<item>
<link>http://forum.mmajunke.de/viewtopic.php?f=2&t=95&start=30</link>
<title></title>
<ror:updatePeriod></ror:updatePeriod>
<ror:sortOrder>2</ror:sortOrder>
<ror:resourceOf>sitemap</ror:resourceOf>
</item>
Where are the titles !? The Problem is not that i missing Links, i missing titles ! This is very important for the ror.xml. It occurs in HTML and Ror Sitemap.
Greetings
Michael