Skip to content

Commit 37e5647

Browse files
committed
metadata on artfight2025 directory
1 parent 1956c7a commit 37e5647

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

app/controllers/browse_controller.rb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ def tag
1414
@tag_slug = 'artfight2025' # Use the correctly slugified version
1515
@tagged_content = []
1616

17+
# Set SEO metadata for this page
18+
set_meta_tags title: 'Art Fight 2025',
19+
description: 'Browse characters, locations, and other creative content from Notebook.ai creators participating in Art Fight 2025. Find inspiration for your next art attack!',
20+
keywords: ['art fight', 'character art', 'original characters', 'ocs', 'art challenge', 'art event', 'artfight2025', 'worldbuilding'],
21+
og: {
22+
title: 'Art Fight 2025 - Notebook.ai',
23+
description: 'Browse characters, locations, and other creative content from Notebook.ai creators participating in Art Fight 2025',
24+
image: view_context.asset_path('card-headers/patterns/pattern5.png'),
25+
type: 'website'
26+
},
27+
twitter: {
28+
card: 'summary_large_image',
29+
title: 'Art Fight 2025 - Notebook.ai',
30+
description: 'Browse characters, locations, and other creative content from Notebook.ai creators participating in Art Fight 2025',
31+
image: view_context.asset_path('card-headers/patterns/pattern5.png')
32+
}
33+
1734
# Directly check database for any pages with this tag
1835
tag_exists = PageTag.exists?(slug: @tag_slug)
1936

0 commit comments

Comments
 (0)