0

Good morning @all,

I've created a tiny cms system where users can create their own websites. Every user gets a subdomain like mywebsite.mycmsystem.com. That works really well. The websites are generated dinamically through a php script, but got static html urls throug mod_rewrite. So an URL has mywebsite.mycmsystem.com/home_1234.html instead of mywebsite.mycmsystem.com/page.php?id=1234 I thought that would be better for search engines. Now the problem is that google won't really crawl through all the websites from the users. Is there a way to tell google where to find all the websites or something like this? I searched for hours in the web, but couldn't find something really useful.

Best regards, Lukas

4

1 に答える 1

0

URLの数字は、インデックス作成の問題を引き起こしていません。番号の付いたURLはインデックスに登録され、正常にクロールされます。

ページについて検索エンジンに伝える最良の方法は、XMLサイトマップです。

于 2012-11-20T13:45:47.337 に答える