1 | | When we rebuilt the plugin directory, we redirected all `/screenshots/` and `/faq/` URLs to the plugin directory page with `#screenshots` or `#faq` added to it. It works for the user, but it would be very cool if we could change that **302** redirect to a **301**. |
| 1 | When we rebuilt the plugin directory, we redirected several types of URLs to the main plugin page adding the subpage as a fragment: |
| 2 | |
| 3 | - `/screenshots/` became `#screenshots` |
| 4 | - `/faq/` became `#faq` |
| 5 | - `/installation/` became `#installation` |
| 6 | - `/other_notes/` became `#other_notes` |
| 7 | - `/developers/` became `#developers` |
| 8 | |
| 9 | These all work for the user, but it would be very cool if we could change that **302** redirect to a **301**. |
| 10 | |
| 11 | It would be _even_ better if we could decide whether to add that fragment identifier based on the fact that that tab actually exists for that particular plugin. |