Web サイトを作成しました。Google がクロールするためのサイトマップを作成したいと考えています。
Web サイトは、次の URL 形式の course_id に基づいてコースのデータベースの説明から取得します。
http://formationmtl.com/coursedescription.php?course_id=1
http://formationmtl.com/coursedescription.php?course_id=2
etc..
削除される可能性があるため、特定の course_id が存在することを保証できません。
オンラインでサードパーティ製品を使用してサイトマップを生成したところ、次のようになりました。
<?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
- <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com
-->
- <url>
<loc>http://formationmtl.com/</loc>
</url>
- <url>
<loc>http://formationmtl.com/index.php</loc>
etc...
これを変更して動的ページを組み込むにはどうすればよいですか?
これはばかげた質問かもしれませんが、私はこれに非常に慣れていません。
ありがとう、