kirby-meta
kirby-meta copied to clipboard
All-in-one solution to all of your SEO/OpenGraph/JSON-LD needs. 👀
Display a warning in the panel, if there’s a `robots.txt` file in the public directory, because it will prevent the plugin’s one from being delivered.
Hello @fabianmichael, not sure if this is intended or not. If you are trying to exclude a template/s or a page/s from sitemap in config it also excludes its children...
This is currently handled by `FabianMichael\Meta\Sitemap`. It would be easier and more dynamic to have a dedicated page method, that can easily be overridden. This would also make it easier...
The meta plugin works great on all languages only on the sitemap.xml it only shows the data of the default language. This is in general ok but it would be...
WIP: Does not support preview yet. Ref #37. My use case: in some types of pages, I don't want to append title separator and site title to the page title....
More a question than an issue. Currently testing Kirby 4 (release candidate 2) and the plugin is working fine. The only thing that's not working is in the control panel,...
When I was implementing different languages (NL & EN) in my site, I set my default language to NL. After that, the translations in the metadata seems to not be...
I wonder if it is possible to hide a parent page in the sitemap but to list its children. Either unlisting the parent page and adding to config: ``` "fabianmichael.meta.sitemap.pages.includeUnlisted"...
Kirby has the ability to format markdown text typographically correctly with `smartypants` ([Kirby Doku](https://getkirby.com/docs/reference/system/options/smartypants)). These include correct spacing, convertion from `--` to `–` etc. It should be possible to format...
No matter what the page settings are, the HTML tag created is always: `` This also seems to affect all children of unlisted pages. I use unlisted for internal reasons,...