SEO (SEO2) [Deleted]

Can this plugin have the following condition.

If there are no images in any post of first page, then it will pick thread starter avatar as og:image.

if the thread starter dont have avatar and uses default avatar then it pics a default og:image or as per specified image for it.

So sequence will be

Images in first page posts of thread - if not found
Thread starter avatar - if found using default one, then use default og:image

You already have option to fix specified image as og:image.

Can it be possible with your addon.
 
What do you mean?
noindx
And I got this error when editing or creating category in resources

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'seo' in 'field list' in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 244
XF\Db\AbstractAdapter->update() in src/XF/Mvc/Entity/Entity.php at line 1394
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1121
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/FormAction.php at line 69
XF\Mvc\FormAction->XF\Mvc\{closure}() in src/XF/Mvc/FormAction.php at line 159
XF\Mvc\FormAction->run() in src/addons/XFRM/Admin/Controller/Category.php at line 137
XFRM\Admin\Controller\Category->actionSave() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1891
XF\App->run() in src/XF.php at line 328
XF::runApp() in admin.php at line 13
 
Last edited:
fixed


And I got this error when editing or creating category in resources
Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'seo' in 'field list' in src/XF/Db/AbstractStatement.php at line 212
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 244
XF\Db\AbstractAdapter->update() in src/XF/Mvc/Entity/Entity.php at line 1394
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1121
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/FormAction.php at line 69
XF\Mvc\FormAction->XF\Mvc\{closure}() in src/XF/Mvc/FormAction.php at line 159
XF\Mvc\FormAction->run() in src/addons/XFRM/Admin/Controller/Category.php at line 137
XFRM\Admin\Controller\Category->actionSave() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1891
XF\App->run() in src/XF.php at line 328
XF::runApp() in admin.php at line 13

Did you install RM after the SEO add-on?
 
I purchased this addon and installed at my forum.

doing og object debug at fb page, how much time it take to scrap the new image.

do i need to do something at forum like cron job to make it work.


Hope this addon will benefit me.
 
I really like this add-on :)

You should know it's important to set bigger thumbnails (because by default, guests see thumbnails, not full pictures), you can write about this somewhere in description (with small thumbs I had errors in OG Debugger and images didn't work):

source: https://developers.facebook.com/docs/sharing/best-practices/

Link to Open Graph Debugger: https://developers.facebook.com/tools/debug/


Best format is 600x315px or 1200x650px:
View attachment 172203

smaller image:
View attachment 172204

Currently we need to set also fb:app_id in our forum <head>, so I dit it in this way: https://xenforo.com/community/threa...-share-on-facebook.143418/page-2#post-1237273
Where to set bigger thumbnail size
 
Top Bottom