Git Product home page Git Product logo

Comments (1)

sixcious avatar sixcious commented on May 27, 2024

Hi again BoscoFZ, thanks for opening this issue!

There's no need for you to add any extra keywords to account for variations involving uppercase letters, spaces, dashes, or underscores. Behind the scenes, when Infy scans the website's HTML for keywords, it normalizes all of it - lowercasing it and removing all the aforementioned characters - so that it will match the lowercased keyword exactly. Therefore, you should always keep your keywords lowercased and without spaces.

For example, if the website has the following HTML, which has an uppercase N and a space between the word and arrow:
<a href="/page2">Next β†’</a>

During the scanning process, Infy automatically converts it to look like this, lowercasing the n and removing the space, so it will match the default next→ keyword:
<a href="/page2">next→</a>

I'll add an extra sentence on that screen explaining this so it's more clear.

I hope this helps! πŸ’œ

from infy-scroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.