Skip to content

Commit d409fc8

Browse files
authored
Merge pull request #2736 from codeeu/dev
Add SEO-related route redirects
2 parents 72dce2f + e83cbaa commit d409fc8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

routes/web.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
use App\Http\Controllers\GeocodeController;
6767
use Illuminate\Support\Facades\Config;
6868
use App\Http\Controllers\EventsController;
69-
7069
//redirects start
7170
Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024');
7271
Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024');
@@ -110,6 +109,17 @@
110109
Route::permanentRedirect('/view/1221652/challenges/careers-as-constellations', '/challenges/careers-as-constellations/');
111110
Route::permanentRedirect('/view/1221912/blog/careers-linda-liukas/', '/blog/careers-linda-liukas/');
112111
Route::permanentRedirect('/view/1221912/challenges/careers-as-constellations', '/challenges/careers-as-constellations/');
112+
Route::permanentRedirect('/view/1221651/challenges/careers-as-constellations', '/challenges/careers-as-constellations');
113+
114+
Route::permanentRedirect('/blog/codeeu-monday-and-tuesday-thousands-of-schools/1Lg7vYO/', '/blog/codeeu-monday-and-tuesday-thousands-of-schools/');
115+
Route::permanentRedirect('/2021/challenges/dance/', '/challenges/dance/');
116+
Route::permanentRedirect('/2021/challenges', '/challenges');
117+
Route::permanentRedirect('/blog/submit', '/blog');
118+
Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/Introduction%20to%20Scratch', '/blog/top-programming-languages-for-kids-of-any-language/');
119+
Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/ScratchEd', '/blog/top-programming-languages-for-kids-of-any-language/');
120+
Route::permanentRedirect('/hackathons/slovenia', '/hackathons');
121+
Route::permanentRedirect('/hackathons/greece', '/hackathons');
122+
113123
Route::get('/search/{term}', function ($term) {
114124
if (strtolower($term) === 'e twinning') {
115125
return redirect('/search', 301);

0 commit comments

Comments
 (0)