Forums

The great place to discuss topics with other users

Auto SEO Cleanup for Sngine – No More Manual Edits!

'
Join the Conversation Post Reply
Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-06-02 14:43:53

Hey folks! πŸ‘‹
I whipped up a nifty little script that automatically:

  • Adds missing alt and title attributes to images and links

  • Fixes <h2> and <h3> tags by converting the first one to a proper <h1>

  • Cleans up your markup without you lifting a finger every time you update your theme πŸ˜©βœ‚οΈ

Let’s be real — who’s got time to manually fix SEO stuff on every update? Not me, and definitely not you.
So here’s a smarter way.
Feel free to help me improve it and share your changes here.


πŸ”§ Setup Instructions

  1. Download the zip and upload the ph file inside to you root

  2. Download cleanseo.zip

🧩 Now update your bootstrap.php

Look for:

// init smarty
global $smarty;
$smarty = init_smarty();

Replace it with:

// ScriptsTribe SEO Cleanup Start
require(ABSPATH . 'cleanseo.php');
// init smarty
global $smarty;
$smarty = init_smarty();
if ($smarty && !isset($GLOBALS['_seo_filter_registered']) && function_exists('fix_global_html_output')) {
$smarty->registerFilter("output", "fix_global_html_output");
$GLOBALS['_seo_filter_registered'] = true;
}
// ScriptsTribe SEO Cleanup END


βœ… Done!
Now your site will auto add alt, title, and clean up header tags like a pro!
Say goodbye to fixing things manually every time you update your theme.

Israel Unya
Member
Joined: 2024-11-25 09:55:35
2025-06-02 19:04:18

Thank you Jane for this mod. My only worry is that these changes will get overwritten once there's an Sngine update.

Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-06-02 19:06:02

In this case you come here again and follow the tutorial again. πŸ˜‚

Piero Piero
Member
Joined: 2025-05-22 08:08:44
2025-06-06 09:18:33

hello, how to whitelist some files? I have a custom work and when i activate it, i am unable to see that page (ajax)

Piero Piero
Member
Joined: 2025-05-22 08:08:44
2025-08-11 08:06:02

Any hep about my question? :-P

Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-08-11 08:10:49

1- this back is slowing the site.

2- I didn't understand your question. What it is about.