silverstripe-seo icon indicating copy to clipboard operation
silverstripe-seo copied to clipboard

An all-in-one SEO module for SilverStripe 4.1+

Results 13 silverstripe-seo issues
Sort by recently updated
recently updated
newest added

The Facebook SEO tab name is potentially confusing - since the fields output standard Open Graph tags which apply to lot's of third-party providers I wonder if a better label...

resolves #59 This is a fairly major change to how the tags are built. I've updated the existing tests to match using the `MetaComponents()` method and things appear to be...

The current implementation for the canonical link is not so good, because it removes any actions / ids / getvariables that often are an integral part of a page (e.g....

using it in conjunction with userforms 5.3.2 (on ss4.3.3) This is what's in the error log. Uncaught Exception BadMethodCallException: "Object->__call(): the method 'Fields' does not exist on 'SilverStripe\CMS\Model\SiteTree'" at /Users/xxx/Documents/webroot/xxxx/vendor/silverstripe/framework/src/Core/CustomMethods.php...

Current implementation uses the `MetaTags()` extension method to alter the meta string. Alternatively, it's more reliable to use the `MetaComponents()` extension method as the meta tags are in an array,...

I noticed that the analysis in PageHealthExtension didn't take into account any Elemental blocks. I couldn't see how you would use the seoContentFields configuration so I tried rendering with the...

The `Analysis` class runs a HTTP request against the webserver to get the contents in https://github.com/vulcandigital/silverstripe-seo/blob/master/src/Analysis/Analysis.php#L164 I've got a few niggles with this: It isn't very performant (separate framework boot...