Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
mvenghaus committed Mar 15, 2024
1 parent e0f3844 commit ec2d745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Magento 2 - Crawler Session

## Prevent the crawler from creating a session!
## Prevent crawlers from creating a session!

It's insane how many requests are coming from crawlers & bots nowadays. Every request creates an unnecessary session.
If you block the SEO tools via robots.txt there are still plenty of search engines left. 100 requests per minute is not unusal.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "friends-of-hyva/magento2-crawler-session",
"description": "Prevent the crawler from creating a session.",
"description": "Prevent crawlers from creating a session",
"type": "magento2-module",
"keywords": [
"magento",
Expand Down

0 comments on commit ec2d745

Please sign in to comment.