Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 28, 2024Jun 28 Every forum topic url gets a 301 redirect when clicked on regardless of how many posts are in the topic, due to this {$row->url( "getPrefComment" )} in the topicrow template As this redirect is not needed on topics with just the one post, a simple if/else {{if $row->posts >= 2}} could be added either to the template topicrow or into the getPrefComment function This could then avoid many unneeded 301 redirects and so help with seo etc Edited June 28, 2024Jun 28 by sound