كيف أن يزيل [وب بج] من [غوغل] فهرسة وأخرى [سرش نجن]

يعيّن في يناير - كانون الثّاني 1, 2009 في 5:20 قبل الظّهر

هكذا قد خلق أنت [وب ست] أو [وب بج] وأنت اتّخذ شكل? [ت] يريد أيّ شخص وإلّا أن يكون يمكن أن ينفذ هو يصحّ? أنّ? [س.ا] يفهرس لقمة من مشكلة مرّة [غوغل], [يهوو], [مسن], أو بعض أخرى [سرش نجن] هو!

ما إن [وب بج] أو موقعة يكون فهرست, هو يستطيع كنت أسّست ب أيّ شخص على الكوكب مع إنترنت توصيل. إن أنت تريد أن يخفي صفحة أو موقعة من [سرش نجن], أنت يستطيع أتمّت هو في عدّة طرق.

[إي]? [لّ] محاولة أن يمشي أنت من خلال ال يتيح طريقة أولى لأنّ هو يتطلّب أقلّ [تشنيكل نوولدج]. أساسيّا, أنت يستطيع أضفت خطّ الرمز إلى [هتمل بج] ك أو أنت يستطيع [ستثب] [وب سرفر] ك أن يحمي مبرد أو دليل.

جلد صفحة من [غوغل]

تبعت لحسن الحظّ, فقط حول كلّ [سرش نجن] نسيج الإنسان الآليّ معيار بينما يزحف موقعات دعاوا الإنسان الآليّ استثناء بروتوكول. كموقعة مالكة, أنت يستطيع استعملت robots.txt مبرد أن يعطي تعليمات إلى [سرش نجن] على ماذا إلى فهرسة وماذا لا أن يفهرس.

هكذا كيف يتمّ هذا عمل? هو? [س] واقعيّا فائقة بسيطة! أولى, يخلق أنت نص مبرد يدعى robots.txt يستعمل [نوتبد] أو أيّ [تإكست ديتور]. الآن تركت? [س] رأي أنت تريد أن يسدّ موقعتك كاملة من يكون يفهرس ب ال [سرش نجن], لذلك أضاف أنت هذا خطوط إلى ك نص مبرد:

[أوسر-جنت]: *
 نقضت: /

ال [أوسر-جنت] يحيل الالإنسان الآليّ أنّ يكون يزحف موقعتك, [إي.]. [غوغل], [يهوو], [إتك.]. * [منس] كلّ الإنسان الآليّ. لاحظت أنّ الإنسان الآليّ, مثل [سبم] الإنسان الآليّ, يستطيع تجاهلت مبردك بالإجمال إن هو يشعر مثل.

فقط استعملت robots.txt مبرد أن يسدّ محتوى من يكون يفهرس ب [سرش نجن] كبريات, لا ل يخفي معلومة. إن أحد ما يأتي إلى موقعتك, robots.txt لن يمنعهم مبرد من ينفذ أنّ [وببج] ويشاهد هو. هكذا فقط يتأكّد أنت فهمت ماذا المبرد يتمّ, هو يمنع موقعتك من يبدي فوق في [غوغل] بحث نتيجات صفحات ([يهوو] و [مسن] أيضا).

أنت يستطيع أيضا سددت أدلة أو يصنّف صفحات فرديّة على موقعتك يستعمل robots.txt [إينستد وف] يسدّ الموقعة كاملة. أن يسدّ دليل, أنت استطاع أضفت الخطوط تالي:

نقضت: /cgi-bin/
 ينقض: /tmp/
 ينقض: [/سكرت/]

لاحظت أنّ يحتاج أنت فقط أن يضيف ال [أوسر-جنت] خطّ مرّة, ما لم أنت تريد كلّ الإنسان الآليّ أن يحصل مجموعة مختلفة تعليمات. إن أنت تريد أن يسدّ صفحة, أنت استطاع استعملت هذا:

نقضت: /private_file.html

فحصت أيضا, خارجا المساعدة قسم في [غوغل] أن يعلم أكثر فوق كيف أن يخلق robots.txt مبرد . Once you have finished writing up the file, you just need to upload it to the root of your website so that it can be accessed as follows:

http://www.example.com/robots.txt.

The next time the robot visits your site, it will read the information and follow the instructions. If this seems too complicated, you can also block access to your website or webpage using META tags.

The noindex meta standard is also followed by all of the major search engines. To use it, you have to add a line of code to the HEAD section on the webpage. To prevent all robots from indexing a page on your site, add this line to the HEAD section:

<meta name="robots" content="noindex">

When Google or any other search engine sees that line on the page, it will automatically drop the page from the search results, even if other pages link to it.

So those are the two ways you can hide a page from Google and other search engines. If you are not able to get this to work, post a comment and I will try to help you out.

Also, check out my previous post if you are looking for a way to remove your name from search engines like Google, etc that are on other peoples websites. Enjoy!

Enjoyed this post? Subscribe to Online Tech Tips via RSS Feed or via Email and receive free daily productivity tips.

» Filed Under Google Software/Tips

Add to Delicious Save this page Mixx it Stir it up on Mixx
Reddit Add to Reddit StumbleUpon Stumble this page

Related Posts

One Response to “How to remove a web page from Google index and other search engines”

  1. Chris said on :

    Keep in mind that if you place a line in robots.txt, it might have the opposite to the desired effect because you’ll be announcing that the file exists.

    For example if you put
    Disallow: /topsecretfile.html
    then (most) search engines will ignore it, but any human that loads your robots.txt will learn of it’s presence.


Please post your comments/suggestions!