Giter Club home page Giter Club logo

Comments (6)

bluemoehre avatar bluemoehre commented on August 26, 2024 2

Yeh, using some colors/symbols for a fast scan is indeed a better solution rather than text only.

I don't know yet if it's unproblematic to "inject" code from the user in terms of restrictions/security policies etc..
Allow hooking in the render function of a row would be a very generic option for full flexibility, but also is really advanced and requires coding skills - I will think about that.

But I like your idea of overriding. I could imagine implementing some of today's "SEO standards" as "example recommendations" and then allow users to setup the values as they like via some settings panel.

Anyhow, storing settings requires some little research. There are some things to check:

  • WHERE to store things (first step will be locally in the browser)
  • HOW to version the data model (to allow future upgrades)

from chrome-meta-debugger.

bluemoehre avatar bluemoehre commented on August 26, 2024 1

It has taken a while, but I am now working on a beta version of this functionality. The first version will be hard-coded in a configuration file, but can easily be modified to create your own local version if needed.

Over maximum
Critical range
Below minimum

Due to limited space & UX, this may not be the final layout - it's just a small preview.
I've been working with it for a few weeks now and I'm trying to keep it at a minimally invasive level while still being able to work with it quickly.

from chrome-meta-debugger.

bluemoehre avatar bluemoehre commented on August 26, 2024

I am happy to hear you find it useful =)

Well, it was never planned to add suggestions for SEO metatags since SEO is a very dynamic thing and this tool should just be an inspector. I am afraid I won't have the time to update these suggestions regularly to reflect current best practices.

But it could be useful to notify the user if some really basic things like description / title / favicon are missing.
These could be easily implemented and will last a long time.

Thanks for your feedback!

from chrome-meta-debugger.

frouo avatar frouo commented on August 26, 2024

Would love that too but I understand it's a lot of work and kind of another tool.

I have made this quick hack to suit my needs. I won't make a PR since it's far from being a scalable solution. Here is the commit if it can help someone : frouo@082adef

image

from chrome-meta-debugger.

bluemoehre avatar bluemoehre commented on August 26, 2024

Would it help to simply show the string length of these both tags? This would be kinda generic.

from chrome-meta-debugger.

frouo avatar frouo commented on August 26, 2024

Not really, at least for me. What are the most important (for me) are 👍 /❌ where I can get in a fraction of a second if the tag is ok. Note that I did not use ✅ emoji because the green is too close to the [META] label and it took my brain few more millisecs to process 😅

In case it's a ❌, I can see how far or close I am from the target depending on the length.

I was thinking about this solution: a place where (extension settings?) where one could write a piece of JS logic. So one could enrich the displayed data as wanted.

For example to achieve the same result of the screenshot I wish I could have write somewhere:

(tag, value) => {
}

where tag would be either title, description etc. and value the value of the metatag. What do you think?

from chrome-meta-debugger.

Related Issues (5)

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.