#gridsome — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gridsome, aggregated by home.social.
-
I have an ancient Gridsome site Google now refuses to index: "User-declared canonical - None". It has a proper sitemap, but they ignore it. Its <head> has the best canonical tags Gridsome seems able to generate, like:
<link data-vue-tag="ssr" rel="canonical" href="https://www.psychoros.com/about">Google Live Test - Inspect shows <head> as a single script:
---
<!DOCTYPE html>
<html lang="en" data-vue-tag="%7B%22lang%22:%7B%22ssr%22:%22en%22%7D%7D">
<head>
<script charset="utf-8" src="/assets/js/page--src--pages--about-vue.77f55fa6.js"></script>
</head>
---
And then shows all the actual <head> content in the <body> section!
There are other "preload" scripts, no idea why it picks that one.Manually adding
<head>
<link rel="canonical" href="https://www.psychoros.com/about" />at the top of the file puts the canonical ahead of the script:
<head>
<link rel="canonical" href="https://www.psychoros.com/about" />
<script charset="utf-8" src="/assets/js/page--src--pages--about-vue.77f55fa6.js"></script>
</head>And Google sees it! User-declared canonical https://www.psychoros.com/about
Can anyone help me work around this? Suggest where to report it?
@rustybrick #gridsome #canonical #googleseo #googlesearchconsole
-
@mstrlaw @matthiasott
Wow - which #Gridsome are you thnnking of using? The one I chose years ago wasn't maintained, fell into Node chaos. Still haven't managed to recover. But maybe that was partly the Bulma sections? -
Still trying to find a good image optimisation pipeline for @astro that has good support for being used in framework components and can work with arbitrary paths (as in load content from variables). `astro-imagetools` is alright, but it doesn't seem to be actively maintained anymore and does a little too much. 🤔
It's the one thing I really miss from #Gridsome. 😅
Maybe I should try building something on top of the built-in asset system in v3. 🤔
-
Currently in the process of migrating a pretty big multi-language #Gridsome site to #Astro. So far I've got page generation with localised slugs done and almost ported over the default layout component. 💪
Kind of crazy to go back to code from three, four years ago and reevaluate it. 🤣 At least my past self did an okay job keeping things clean and understandable for my now self. 👌
-
@dev_Paul it’s going well but ramping up in how complicated it is. I’m working on working on a C project now. Up until now I've just been using Python.
Python is a super useful language. From the job descriptions I have seen at my company for engineers Python is always at least in the preferred qualifications section.
I am getting the web development itch. I’ve been looking at making my dormant personal site/blog more fun and less complicated. I have been looking at #gridsome and possibly learning html, css and #vue enough to get something up and running.
-
Okay—looks like having a <noscript> anywhere in your #Gridsome code causes a #HirearchyRequestError. Weird, huh 🙄 🧐
https://github.com/gridsome/gridsome/issues/249#issuecomment-559687441
-
#HelpWanted: any #Gridsome developers out here?
I'm trying to implement infinite scrolling, and it works fine on the dev server, but when I deploy it there's a HierarchyRequestError.
:gitlab: source code:
https://gitlab.com/snipettemag/snipette-gridsome👁️ live site:
https://beta.snipettemag.com/(Sorry about dumping the whole thing: I don't know Gridsome well enough to create a minimum example—which is also why I can't ask for help anywhere else 😛)
Please boost or send to those who may know. Thanks! 🙏
-
Grisdome starter blog - A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content. https://gridsome-starter-blog.netlify.com/ #Dev #JAMstack #Gridsome #VueJS #Blog by @[email protected]
-
Setting up Tailwind and Purgecss with Gridsome Without Using Any Plugins - If you haven't heard of Tailwind by now... https://www.drewtown.dev/post/setting-up-tailwind-and-purgecss-with-gridsome-without-using-any-plugins/ #Dev #Gridsome #TailwindCSS #Purgecss by @[email protected]