-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The MockWebServer provides the possibility to test individual scenarios like robots.txt and gzipped files. Closes #14 Closes #15
- Loading branch information
1 parent
5702686
commit c3db983
Showing
9 changed files
with
328 additions
and
149 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
User-agent: * | ||
Allow: / | ||
|
||
Sitemap: http://127.0.0.1:1337/sitemap-1.xml | ||
Sitemap: http://127.0.0.1:1337/sitemap-2.xml | ||
Sitemap: http://127.0.0.1:1337/sitemap-index-1.xml | ||
Sitemap: http://127.0.0.1:1337/sitemap-index-2.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?> | ||
|
||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<url> | ||
<loc>http://127.0.0.1:1337/</loc> | ||
<lastmod>2020-06-12T11:49:26+02:00</lastmod> | ||
</url> | ||
|
||
</urlset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?> | ||
|
||
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<url> | ||
<loc>http://127.0.0.1:1337/</loc> | ||
<lastmod>2020-06-12T11:49:26+02:00</lastmod> | ||
</url> | ||
|
||
<url> | ||
<loc>http://127.0.0.1:1337/page</loc> | ||
<lastmod>2020-06-12T11:49:26+02:00</lastmod> | ||
</url> | ||
|
||
</urlset> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?> | ||
|
||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<sitemap> | ||
<loc>http://127.0.0.1:1337/sitemap-1.xml</loc> | ||
<lastmod>2020-06-30T10:36:11+02:00</lastmod> | ||
</sitemap> | ||
|
||
</sitemapindex> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?> | ||
|
||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<sitemap> | ||
<loc>http://127.0.0.1:1337/sitemap-1.xml</loc> | ||
<lastmod>2020-06-30T10:36:11+02:00</lastmod> | ||
</sitemap> | ||
|
||
<sitemap> | ||
<loc>http://127.0.0.1:1337/sitemap-2.xml</loc> | ||
<lastmod>2019-09-04T14:54:32+02:00</lastmod> | ||
</sitemap> | ||
|
||
</sitemapindex> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/typo3/sysext/seo/Resources/Public/CSS/Sitemap.xsl"?> | ||
|
||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | ||
|
||
<sitemap> | ||
<loc>http://127.0.0.1:1337/sitemap-2.xml.gz</loc> | ||
<lastmod>2020-06-30T10:36:11+02:00</lastmod> | ||
</sitemap> | ||
|
||
</sitemapindex> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters