Home › Forums › Support › Giving the off-canvas menu icon a link name This topic has 7 replies, 3 voices, and was last updated 2 years, 11 months ago by Ying. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 22, 2023 at 8:29 am #2577067 Greg Hi guys, I’ve switched the default off-canvas menu icon to a custom SVG using a snippet/filter, but can’t figure out if it’s possible to give the link a name? It’s to try and resolve this minor PageSpeed issue: “Links do not have a discernible name” Thanks for any help, Greg March 22, 2023 at 8:57 am #2577116 DavidStaff Customer Support Hi there, just after the opening <svg> tag try adding a title tag e.g <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 309.72 524.31"> <title>Open menu</title> <!-- the rest of the SVG... --> </svg> March 22, 2023 at 9:14 am #2577146 Greg Perfect, that’s done the trick, thanks (as ever) for the help. Greg March 23, 2023 at 5:44 am #2578611 DavidStaff Customer Support Glad to hear that! March 23, 2023 at 6:01 am #2578635 Greg Thanks David. Do you know if there’s an easy way to give image links in query loops a title? PageSpeed is now flagging them up. I have a query loop pulling in the 3 most recent news posts on the homepoge. Screenshot link in private info. Thanks, Greg March 23, 2023 at 9:26 am #2579064 YingStaff Customer Support Hi Greg, Can you try adding alt text for the images in the media library? Let me know if that works! March 23, 2023 at 10:16 am #2579140 Greg Thanks Ying, that’s done the trick! 🙂 I had to import the posts/images from an existing site, and they either didn’t have alt text set or were cleared on import. March 23, 2023 at 11:24 am #2579219 YingStaff Customer Support Glad it works. Images are better to have alt text to avoid accessibility issues 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In