Skip to content

Replacing underscores with hyphens for crawlability #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

lidiazuin
Copy link
Contributor

In order to improve crawlability in search engines, a best practice when creating URLs is using hyphens instead of underscores. This is also a standard to be used in docs as a whole. More info here: https://developers.google.com/search/docs/crawling-indexing/url-structure

Redirects will be shortly added to this PR.

@neo-technology-commit-status-publisher
Copy link
Collaborator

neo-technology-commit-status-publisher commented Jun 10, 2024

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@lidiazuin
Copy link
Contributor Author

Copy link
Collaborator

@renetapopova renetapopova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks.

@lidiazuin lidiazuin merged commit 175f8f4 into neo4j:dev Jun 10, 2024
5 checks passed
@lidiazuin lidiazuin deleted the underscoreurls branch June 10, 2024 10:49
lidiazuin added a commit to lidiazuin/docs-java-reference that referenced this pull request Jun 10, 2024
NataliaIvakina added a commit that referenced this pull request Jun 28, 2024
* bump dev to 5.21 (#205)

* Replacing underscores with hyphens for crawlability (#206)

---------

Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
NataliaIvakina added a commit that referenced this pull request Jul 23, 2024
* bump dev to 5.21 (#205)

* Replacing underscores with hyphens for crawlability (#206)

* Bump Neo4j version to 5.22 and driver v to 5.23 (#208)

---------

Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
renetapopova added a commit that referenced this pull request Sep 26, 2024
* bump dev to 5.21 (#205)

* Replacing underscores with hyphens for crawlability (#206)

* Bump Neo4j version to 5.22 and driver v to 5.23 (#208)

* Update `dev` to 5.23 (#213)

* Bump version number to 5.24 (#215)

---------

Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>
NataliaIvakina added a commit that referenced this pull request Oct 31, 2024
* bump dev to 5.21 (#205)

* Replacing underscores with hyphens for crawlability (#206)

* Bump Neo4j version to 5.22 and driver v to 5.23 (#208)

* Update `dev` to 5.23 (#213)

* Bump version number to 5.24 (#215)

* Update preview version to 5.25 (#220)

* Add documentation for user procedure memory resource tracking

---------

Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Love Kristofer Leifland <love.leifland@neotechnology.com>
NataliaIvakina added a commit that referenced this pull request Dec 9, 2024
* bump dev to 5.21 (#205)

* Replacing underscores with hyphens for crawlability (#206)

* Bump Neo4j version to 5.22 and driver v to 5.23 (#208)

* Update `dev` to 5.23 (#213)

* Bump version number to 5.24 (#215)

* Update preview version to 5.25 (#220)

* Add documentation for user procedure memory resource tracking

* Bump the Neo4j v.n. to 5.25 and the Java driver to 5.26.1 (#227)

* Bump express in the dev-dependencies group across 1 directory (#224)

Bumps the dev-dependencies group with 1 update in the / directory: [express](https://github.com/expressjs/express).


Updates `express` from 4.19.1 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.1...4.21.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix the code example (#228)

* Update setup.adoc (#222) (#230)

gradle "compile" deprecated in version 7.x - replaced by "implementation." Correcting.

Co-authored-by: Q | Andrew Righter <153233436+q-at-cyberdelia@users.noreply.github.com>

* Introduce DatabaseSeedProvider and deprecated SeedProvider

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update modules/ROOT/pages/extending-neo4j/project-setup.adoc

Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com>

* Update driver version (#234)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Lidia Zuin <102308961+lidiazuin@users.noreply.github.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Love Kristofer Leifland <love.leifland@neotechnology.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Q | Andrew Righter <153233436+q-at-cyberdelia@users.noreply.github.com>
Co-authored-by: Jack Waudby <jack.waudby@neo4j.com>
Co-authored-by: Jack Waudby <33488812+jackwaudby@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants