seo
Here are 1,117 public repositories matching this topic...
Rename palette.styl
Feature request
palette.style should be renamed since it's not only relevant to colors.
See config.styl.
-
Updated
Jun 6, 2020 - JavaScript
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:
- Change the [
cacheproperty](https://github.com/GoogleChrome/rendertron/blob/0ed866fa98b31884289
Feature Request
Is your feature request related to a problem? Please describe.
The Preact Section in the readme, as they are out of date. Preact v10 has a proper hydrate method now. PR: preactjs/preact#1802.
Describe the solution you'd like
Update the
Version
Reproduction link
https://codesandbox.io/s/codesandbox-nuxt-hm0ch
Steps to reproduce
When creating a new link with crossorigin value, and setting its value to true, attribute renders with value.
View page source and search for crossorigin
What is expecte
-
Updated
May 1, 2020 - Ruby
add mobx example
I'm using this project and want to add mobx for state management.
I'm happy to PR documentation/example with some guidance!
Thoughts? @tirthbodawala
I'm struggling to understand how to make a custom matcher following this doc:
https://frontarm.com/navi/en/reference/matchers/#custom-matchers
The doc above talks about needing to return an array of segment objects but I can't see segments in the Types doc:
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'
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:
- 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_
-
Updated
Apr 27, 2020 - HTML
Documentation
Hello @garak!
First of all thank you for taking care of this repository
We are trying to uniform documentation on our public repositories adding code of conducts and contributing guidelines (you can check Snappy repository as an example CODE_OF_CONDUCT.md and [CONTRIBUTING.md](https://github.com/KnpLabs/s
How can we reproduce this behavior?
- Install and activate Yoast SEO 10.0.1.
- Start adding HowTo block: you cannot add
00to hours and minutes fields inTime needed, only0, which feels counterintuitive.
-
Updated
Jun 7, 2020 - Ruby
-
Updated
Jun 6, 2020 - JavaScript
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:
While this works great with the terminal example (it returns the desired HTML), I'm not sure how this can be implemented on, say a basic express app, where I want the crawlers to get the prerendered HTML for SEO purposes. One or two examples as to how to implement this would be awesome!
Other than that the project seems great!
In its list of supported structured data types, Google also mentions Sitelinks Searchbox: https://developers.google.com/search/docs/data-types/sitelinks-searchbox
Here, they use a modified SearchAction schema type and have added a query-input property. It would be great if this can be added.
Thanks.
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
running in windows
when running installer
Exception 'yii\db\Exception' with message 'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
The SQL being executed was: SELECT * FROM configurable'
-
Updated
Sep 6, 2018
-
Updated
May 4, 2020 - Java
-
Updated
May 27, 2020 - PHP
-
Updated
May 31, 2020 - Python
Improve this page
Add a description, image, and links to the seo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the seo topic, visit your repo's landing page and select "manage topics."


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