Skip to content

Commit 7f5a249

Browse files
authored
Merge branch 'main' into curl
2 parents 04097eb + d8d542d commit 7f5a249

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ items:
3131
- dotenv-linter/dotenv-linter
3232
- florianschanda/miss_hit
3333
- pmd/pmd
34+
- diffplug/spotless
3435
display_name: Clean code linters
3536
created_by: holman
3637
---

topics/open-graph/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: opengraph, open-graph-tags, opengraph-tags, open-graph-protocol
3+
related: meta-tags, twitter-cards, dublin-core, semantic-web
4+
created_by: Facebook
5+
display_name: Open Graph protocol
6+
released: 2010
7+
short_description: Open Graph is a protocol, originally developed by facebook, inspired by Dublin Core, link-rel canonical, Microformats, and RDFa.
8+
topic: open-graph
9+
logo: open-graph.png
10+
wikipedia_url: https://en.wikipedia.org/wiki/Facebook_Platform#Open_Graph_protocol
11+
url: https://ogp.me/
12+
---
13+
The **Open Graph protocol** enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.
14+
15+
For example:
16+
```html
17+
<meta property="og:title" content="Example title of article">
18+
```

topics/open-graph/open-graph.png

7.77 KB
Loading

topics/seo/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
related: meta-tags, metatags
3+
aliases: search-engine-optimization
4+
display_name: Search engine optimization (SEO)
5+
short_description: SEO is the process of improving the quality and quantity of website traffic to a website or a web page from search engines.
6+
topic: seo
7+
wikipedia_url: https://en.wikipedia.org/wiki/Search_engine_optimization
8+
---
9+
As an Internet marketing strategy, search engine optimization considers how search engines work, the computer-programmed algorithms that dictate search engine behavior, what people search for, the actual search terms or keywords typed into search engines, and which search engines are preferred by their targeted audience. SEO is performed because a website will receive more visitors from a search engine when websites rank higher on the search engine results page (SERP). These visitors can then potentially be converted into customers.

topics/xk6/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
created_by: Grafana Labs
3+
display_name: Grafana k6 extension
4+
github_url: https://github.com/grafana/k6
5+
logo: xk6.png
6+
short_description: Extensions for the Grafana k6.
7+
topic: xk6
8+
url: https://k6.io/docs/extensions
9+
---
10+
With [k6](https://k6.io) extensions, you can create custom [k6](https://k6.io) binaries to support your specific reliability-testing needs.

topics/xk6/xk6.png

4.2 KB
Loading

0 commit comments

Comments
 (0)