PHP Classes

File: sitemap.xml

Recommend this page to a friend!
  Classes of Ali Sharifi   PHP SiteMap Maker   sitemap.xml   Download  
File: sitemap.xml
Role: Sample output
Content type: text/plain
Description: sample output
Class: PHP SiteMap Maker
Create and edit XML sitemaps
Author: By
Last change:
Date: 9 years ago
Size: 1,081 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="sitemap.xsl"?> <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>http://www.your-website.com?p=1</loc> <changefreq>monthly</changefreq> <periority>0.5</periority> <lastmod>2014-05-21</lastmod> </url> <url> <loc>http://www.your-website.com?p=2</loc> <changefreq>monthly</changefreq> <periority>0.5</periority> <lastmod>2014-05-21</lastmod> </url> <url> <loc>http://www.your-website.com?p=3</loc> <changefreq>weekly</changefreq> <periority>1.00</periority> <lastmod>2014-05-21</lastmod> </url> <url> <loc>http://www.your-website.com?p=4</loc> <changefreq>daily</changefreq> <periority>0.2</periority> <lastmod>2014-05-21</lastmod> </url> </urlset>