Skip to content
#

seo

Here are 1,117 public repositories matching this topic...

fvsch
fvsch commented Apr 22, 2016

It's probably worth expanding on the script element.

At the very least I'd mention that <script src="..."></script> blocks content rendering while the script loads and executes, and add a non-blocking example with <script async src="..."></script>.

The scope of this project is not to explain every feature of each element that can go in <head>, but for important features it's probably a goo

AVGP
AVGP commented Oct 13, 2019

As our caching options became more flexible and caching is an integral part of Rendertron we would like to introduce a different way of handling cache configuration.

Currently, the cache configuration is cache and can either be null, datastore or memory.

The goals of this issue are:

chescos
chescos commented Sep 2, 2019

When setting the config option meta.defaults.canonical to null, the canonical URL will be set from the value of Url::full() instead of Url::current(). Url::full() includes query parameters and the canonical URL is usually used to strip away query parameters like UTM tags, search parameters, and so on.

I mean, what's even the point of specifying a canonical URL from the full URL? That'

AlexanderTserkovniy
AlexanderTserkovniy commented Nov 12, 2019

Steps to repro:

Run the command from documentation
docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora

What I have tried:

  1. git clone repo && cd to config_examples && run with docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora
    Return value is
    docker: Error response from daemon: create ./CONFIG_FILE.yaml: "./CONFIG_
wordpress-seo
Ravlen
Ravlen commented Oct 29, 2018

I find BLC to be extremely useful, but the output has too much information (I'm betting the majority of users are looking for the BROKEN links, not the OK links). It would be great to have a CLI option for outputting only broken links, or only certain types of errors (404, 403, etc), and any page with 0 broken links would have nothing output at all.

For example I get output like this now:

hadirsa
hadirsa commented May 16, 2018

I'm submitting a ...

[ * ] Documentation issue or request

Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav

Improve this page

Add a description, image, and links to the seo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the seo topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.