Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Das wüsste ich auch mal gernForenmensch hat geschrieben:Kann mir jemand erklären wie ich die xml am einfachsten schreibe, ich verstehe nur Bahnhof...mir ist klar was eine XML Datei ist, aber ich trage wohl kaum z.B. vom Forum 44.000 URLS von Hand ein...
Wie sieht das ganze denn bei dynamischen Seiten aus?tingting hat geschrieben:habe hier etwas für php gefunden.
--> https://enarion.net/google/
es scheint so als das script die statischen datein durchsucht und in eine xml datei schreibt.
Code: Alles auswählen
66.249.66.116 - - [03/Jun/2005:09:27:30 +0200] "HEAD /sitemap.xml HTTP/1.1" 200 0 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [03/Jun/2005:09:30:21 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [03/Jun/2005:21:30:31 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [03/Jun/2005:21:35:33 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [04/Jun/2005:09:35:36 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [04/Jun/2005:09:40:38 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [04/Jun/2005:21:40:50 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [04/Jun/2005:21:45:54 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [05/Jun/2005:09:46:00 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [05/Jun/2005:09:51:02 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [05/Jun/2005:21:51:10 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [05/Jun/2005:21:56:12 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [06/Jun/2005:07:21:30 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [06/Jun/2005:09:56:16 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
66.249.66.116 - - [06/Jun/2005:10:01:18 +0200] "GET /sitemap.xml HTTP/1.1" 200 153181 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
fehlt zum Schluss noch ein </urlset>Yel nats hat geschrieben:Das wüsste ich auch mal gernForenmensch hat geschrieben:Kann mir jemand erklären wie ich die xml am einfachsten schreibe, ich verstehe nur Bahnhof...mir ist klar was eine XML Datei ist, aber ich trage wohl kaum z.B. vom Forum 44.000 URLS von Hand ein...
Habe derzeit:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="https://www.google.com/schemas/sitemap/0.84">
<url>
<loc>https://www.test.de</loc>
<lastmod>2005-06-06</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
Mir ist aber nun noch nicht ganz klar ob es da jetzt automatisch alle html Flies nimmt...
Yel Nats