Close Menu
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
Facebook X (Twitter) Instagram
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
My SiteMy Site
Home»Search Engine Optimization»How to remove Index from SMF title
Search Engine Optimization

How to remove Index from SMF title

Oscar FrankBy Oscar Frank2 Mins Read
Share
Facebook Twitter LinkedIn WhatsApp Pinterest Email

Simple Machines Forums are not Search Engine Friendly in their normal state, but Simple Machines can be tweaked to for SEO.
Removing the text Index that appears in your SMF homepage can be a first step to making SMF search engine friendly.

removing Index in smf title

How to Remove Index from Title in SMF

– Login to your Control Panel, then locate the directory where your SMF was installed.

– Locate the “index.template.php” for the current theme you are using on yor forum. It can be founs at public_html > Themes > Your theme Name > index.template.php.

– Now edit it and search for

echo '
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
<meta name="description" content="', $context['page_title_html_safe'], '" />', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '
<title>', $context['page_title_html_safe'], '</title>';

And replace with

if ($context['page_title_html_safe'] == 'YOUR SITE TITLE - Index')
{
echo '
<title>YOUR SITE TITLE </title>
<meta name="description" content="META DESCRIPTION"/>
<meta name="keywords" content="META KEYWORDS "/>';
}
else
{
echo '
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
<meta name="description" content="', $context['page_title_html_safe'], '" />', !empty($context['meta_keywords']) ? '
<meta name="keywords" content="' . $context['meta_keywords'] . '" />' : '', '
<title>', $context['page_title_html_safe'], '</title>';
}
.

That’s it. Check the title of your forum, it’s changed. Drop your comments if you need any help.

Smf Tips

Related Posts

Effective SEO Tactics that Still Work in 2025

December 10, 2020

7 Simple but Powerful Tips to Boost Your Website SEO Over 700%

February 24, 2018

How To Write A Blog For SEO In 2017

April 11, 2017
Add A Comment
Leave A Reply Cancel Reply

Recent Posts
  • 6 Sports Apps You Must Have On Your Phone
  • Valencia Travel Guide: All You Need to Know About This Spanish Gem
  • TikTok Faces Unexpected Ban in Senegal, Sparks Global Curiosity
  • The Apple GPT & Apple’s Chatbot Mysterious Debut
  • Triller Takes on TikTok: Filing for Public Listing
Get Exclusive Tech Insights!
My Site
Facebook X (Twitter) Instagram YouTube
© 2025 Oscarmini Co. Designed by illBytes.

Type above and press Enter to search. Press Esc to cancel.