Title: Robots &amp; Sitemap
Author: Vo3da team
Published: <strong>21 בספטמבר 2020</strong>
Last modified: 16 במרץ 2021

---

חיפוש תוספים

![](https://ps.w.org/robots-sitemap/assets/banner-772x250.png?rev=2385711)

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](https://ps.w.org/robots-sitemap/assets/icon-256x256.png?rev=2385717)

# Robots & Sitemap

 מאת [Vo3da team](https://profiles.wordpress.org/vo3da/)

[הורדה](https://downloads.wordpress.org/plugin/robots-sitemap.1.3.0.zip)

 * [פרטים](https://he.wordpress.org/plugins/robots-sitemap/#description)
 * [סקירות](https://he.wordpress.org/plugins/robots-sitemap/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/robots-sitemap/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/robots-sitemap/#developers)

 [תמיכה](https://wordpress.org/support/plugin/robots-sitemap/)

## תיאור

Our plugin will help you generate sitemap.xml for your site in a few clicks.
 All
you have to do is choose what types of posts you want to add, set the priority and
update period, and the plugin will do the rest automatically. You can split the 
sitemap by type or display everything in one sitemap.xml file, we want everyone 
to be able to choose the most suitable solution for themselves. If you want to hide
your sitemap from fake bots, our plugin gives you this option as well.

You can also easily create a robots.txt file using our plugin.
 To do this, you 
no longer need to connect to website files via FTP, because all work with robots.
txt takes place right in the admin panel. Save your time by solving routine tasks
in a couple of clicks using our plugin

Sounds great?
 Download our plugin and start to work with it right now. It's absolutely
free!

Maintenance
 Our team supports all the plugins developed by us. Our main goal is
satisfied customers. We are open to any suggestions and ready to give an answer 
to all your questions. Feel free to contact us:)

## התקנה

 1. Upload robots-sitemap to the /wp-content/plugins/ directory
 2. Activate the plugin through the 'Plugins' menu in WordPress

## שאלות נפוצות

### How to set up robots.txt on nginx

In order for your robots file generated by our plugin to be served on request yourdomian.
com/robots.txt delete all nginx rules concerning robots and add only this:

location = /robots.txt {
 index index.html index.htm index.php; try_files $uri $
uri/ /index.php?$args; }

### How to set up sitemap.xml on nginx

To have your sitemap file generated by our plugin served at yourdomian.com/sitemap.
xml or yourdomian.com/sitemap-main.xml request (depending on whether the sitemap
is divided by type) remove all nginx rules regarding sitemap and add only the following:

location ~ (sitemap.xml|single-sitemap.xml|sitemap_main.xml|sitemapimages.xml)$ {

index index.html index.htm index.php; try_files $uri $uri/ /index.php?$args; }

## סקירות

![](https://secure.gravatar.com/avatar/0af3987aa3971c903e816f1ecfd8ecd00ba97c32dc0ca79bf82258b194bcde33?
s=60&d=retro&r=g)

### 󠀁[good Sitemap](https://wordpress.org/support/topic/good-sitemap-6/)󠁿

 [hangtotnenmua](https://profiles.wordpress.org/hangtotnenmua/) 8 בינואר 2021

good Sitemap

![](https://secure.gravatar.com/avatar/d4037ed075e56a666e4a0800106313c1eea8f58c3b6132d413f8a4dc2bc85311?
s=60&d=retro&r=g)

### 󠀁[Works properly as expected](https://wordpress.org/support/topic/works-properly-as-expected/)󠁿

 [olyahryhorenko](https://profiles.wordpress.org/olyahryhorenko17/) 22 בספטמבר 2020
1 reply

I used this plugin to enable robots.txt and sitemap on my dev site and I satisfied
with result

![](https://secure.gravatar.com/avatar/ae591bd19636669653e4342e8c0a45b0dac436fec8ba24aa83741a52e8db8b5f?
s=60&d=retro&r=g)

### 󠀁[Very fast and functional](https://wordpress.org/support/topic/very-fast-and-functional/)󠁿

 [Seredniy](https://profiles.wordpress.org/seredniy/) 21 בספטמבר 2020 1 reply

Thank you for your work!

 [ קראו את כל 3 הסקירות ](https://wordpress.org/support/plugin/robots-sitemap/reviews/)

## מפתחים

"Robots & Sitemap" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Vo3da team ](https://profiles.wordpress.org/vo3da/)

“Robots & Sitemap” תורגם לשפה 1. תודה רבה ל[מתרגמים](https://translate.wordpress.org/projects/wp-plugins/robots-sitemap/contributors)
על תרומתם.

[ניתן לתרגם את "Robots & Sitemap" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/robots-sitemap)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/robots-sitemap/), ראו את
הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/robots-sitemap/), או הירשמו
ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/robots-sitemap/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/robots-sitemap/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.3.0 (05.03.2021)

 * Fixed bugs

#### 1.2.1 (12.02.2021)

 * Fixed bugs

#### 1.2.0 (14.01.2021)

 * Sitemap and robots files moved to uploads directory
 * Fixed bugs

#### 1.1.0 (14.12.2020)

 * Support of the subdirectory multisite install
 * Improved the defense from fakes bots
 * Improvement multi-language workflow
 * Added option for disable robots functionality
 * Fixed bugs

#### 1.0.2 (17.11.2020)

 * Server name variable – removed use

#### 1.0.1 (13.11.2020)

 * Nav menu problem fixed

#### 1.0.0

 * Initial release

## מטא

 *  גרסה: **1.3.0**
 *  Last updated **לפני 5 שנים**
 *  Active installations **500+**
 *  WordPress version ** 5.0.0 ומעלה **
 *  Tested up to **5.6.17**
 *  PHP version ** 5.6.4 ומעלה **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/robots-sitemap/) ו[Russian](https://ru.wordpress.org/plugins/robots-sitemap/).
 *  [תרגם לשפה שלך](https://translate.wordpress.org/projects/wp-plugins/robots-sitemap)
 * Tags
 * [indexing](https://he.wordpress.org/plugins/tags/indexing/)[robots](https://he.wordpress.org/plugins/tags/robots/)
   [seo](https://he.wordpress.org/plugins/tags/seo/)[sitemap](https://he.wordpress.org/plugins/tags/sitemap/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/robots-sitemap/advanced/)

## דרוגים

 5 out of 5 stars.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/robots-sitemap/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/robots-sitemap/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/robots-sitemap/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/robots-sitemap/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/robots-sitemap/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/robots-sitemap/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/robots-sitemap/reviews/)

## תורמים

 *   [ Vo3da team ](https://profiles.wordpress.org/vo3da/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/robots-sitemap/)