-
-
Notifications
You must be signed in to change notification settings - Fork 445
Added robots configuration #1609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dbachmann
wants to merge
35
commits into
OpenMage:main
Choose a base branch
from
dbachmann:improved_robots_config
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Is someone used/tested it? |
setting it to draft because of the many conflicts |
f5ec47f
to
5f01ac9
Compare
fixed a million conflict and rebases, it is untested this is the original diff before the rebase (just in case) |
fballiano
reviewed
May 23, 2023
fballiano
reviewed
May 23, 2023
fballiano
reviewed
Oct 21, 2023
dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/ConfigurableProduct.xml
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Oct 21, 2023
dev/tests/functional/tests/app/Mage/Catalog/Test/Fixture/GroupedProduct.xml
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Oct 21, 2023
dev/tests/functional/tests/app/Mage/Cms/Test/Fixture/CmsPage.xml
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Oct 21, 2023
dev/tests/functional/tests/app/Mage/Downloadable/Test/Fixture/DownloadableProduct.xml
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Apr 19, 2024
app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.19.1.6-1.6.0.0.19.1.7.php
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Apr 19, 2024
app/code/core/Mage/Cms/sql/cms_setup/mysql4-upgrade-1.6.0.0-1.6.0.3.php
Outdated
Show resolved
Hide resolved
fballiano
reviewed
Apr 19, 2024
fballiano
reviewed
Apr 19, 2024
app/code/core/Mage/Cms/sql/cms_setup/mysql4-upgrade-1.6.0.0-1.6.0.3.php
Outdated
Show resolved
Hide resolved
Why to remove app/code/core/Mage/Cms/sql/cms_setup/install-1.6.0.0.php? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Adminhtml
Relates to Mage_Adminhtml
Component: Catalog
Relates to Mage_Catalog
Component: CatalogSearch
Relates to Mage_CatalogSearch
Component: Checkout
Relates to Mage_Checkout
Component: Cms
Relates to Mage_Cms
Component: Contacts
Relates to Mage_Contacts
Component: Core
Relates to Mage_Core
Component: Customer
Relates to Mage_Customer
Component: ImportExport
Relates to Mage_ImportExport
Component: Page
Relates to Mage_Page
Component: Review
Relates to Mage_Review
Component: Rss
Relates to Mage_Rss
Component: Sales
Relates to Mage_Sales
Component: Sendfriend
Relates to Mage_Sendfriend
Component: Tag
Relates to Mage_Tag
Component: Wishlist
Relates to Mage_Wishlist
JavaScript
Relates to js/*
new feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I know it's possible to set all robots values by xml but it's not very user-friendly. So I added the possibility to set these values in the backend for each product, fpr each cms page and for each category.
I added also a configuration to set paginated category pages to NOINDEX, FOLLOW and to change the robots for non-content pages like contacs, reviews, search, etc.