Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の URL を開くだけで、サイトマップへの新しい追加を Google に知らせることができるとどこかで読みました
http://www.google.com/webmasters/tools/ping?sitemap=http://www.mysite.com/sitemap.xml
nixサーバーのphpスクリプトでこれを行う最良の方法は何ですか? ping からの応答も必要ありません。Google がブロックされず、利用できると確信しています。ありがとう
wgetを使用して URL ( ) にアクセスする単純な 1 行のスクリプトを作成し、wget -qO- "http://..." >/dev/nullそれを crontab に配置して、N 時間または N 日ごとに実行することができます。
wget
wget -qO- "http://..." >/dev/null