Skip to content
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

Added support parsing data from yoast #6

Open
witjem opened this issue Aug 29, 2022 · 0 comments
Open

Added support parsing data from yoast #6

witjem opened this issue Aug 29, 2022 · 0 comments
Assignees
Labels
discuss enhancement New feature or request

Comments

@witjem
Copy link
Owner

witjem commented Aug 29, 2022

Context
Some website use yoast for SEO. This plugin on the HTML page has all needed information for feed.

<script type="application/ld+json" class="yoast-schema-graph">yoast json</script>

Proposal
Maybe do feed config like this?

- id: feed-id
  title: feed title
  description: feed desc
  url: http://example.com/news
  matchers:
    engine: xpath-yoast
    itemUrl:
      expr: //article//a/@href
@witjem witjem added the enhancement New feature or request label Aug 29, 2022
@witjem witjem self-assigned this Aug 29, 2022
@witjem witjem added the discuss label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant