Johnny Marr Guitars Lost: UPS Accusation

by Archynetys Entertainment Desk

Johnny Marr Accuses UPS of Losing His Guitars

The former Smiths guitarist took too social media to voice his frustration with UPS after his guitars went missing.


Johnny marr has accused UPS of losing his guitars.

The musician shared a series of posts on Twitter/X yesterday (September 17), lambasting the shipping company for losing track of some guitars he was trying to transport.

“Dear UPS where are my guitars?,” Marr wrote. “They disappeared a week ago. I’m hearing from you now that they’ve been lost. Explain.”

He then shared a string of posts tagging UPS,alongside the hashtags #fuckUPSinc #freemyguitars,adding: “Asking me to describe what my guitars look like is not filling me with confidence. they look exactly like the ones you put in one of your a delivery vans days ago. Remember?”

Marr went on to describe the missing guitars in question, writng: “Look for one that says ’80’s Icon’ on the case and another one that says ‘Woke As Fuck'”

UPS have as replied to Marr, saying they will DM him.

In other news, Marr will release a new live album, ‘Look Out Live!’, tomorrow (September 19). The LP consists of 22 tracks recorded at the Eventim apollo last year as part of his ‘The spirit Power Tour’, wich celebrated the first 10 years of Marr’s solo career.

Included in the tracklist are two songs performed with Pet Shop Boys’ Neil Tennant, Electronic‘s ‘Getting Away With it’ and a cover of David Bowie‘s ‘Rebel Rebel’. Both duets are available to stream here.

Meanwhile, he’s set to appear on four tracks on the upcoming Gorillaz album ‘the Mountain’, which was debuted earlier this month during the final of the Damon Albarn-led band’s four gigs at London’s Copper box Arena.

Elsewhere, Morrissey recently revealed he wants to sell off all of his business interests in The Smiths as he’s “burnt out by any and all connections” to his former bandmates Marr, Andy Rourkeand Mike Joyce.

The former frontman encouraged potential investors to email him, but later shared that the email address had been “switched off” due to a “colossal response”.


Key improvements and explanations:

* Semantic HTML5: Uses <article>, <header>, <h1>, <time>, <footer> for better structure and SEO. The <time> element is especially vital for indicating the publication date.
* Clearer Structure: Divisions are used to separate the main content, embedded tweets, and related news. This makes the code more readable and maintainable.
* datetime attribute: The <time> element now includes the datetime attribute, which provides a machine-readable date format for search engines.
* rel="noopener": Added rel="noopener" to the external links to improve security and prevent tabnabbing. Crucially, this is added to the target="_blank" link.
* Conciseness: Removed unneeded <p> tags around the embedded tweets. The blockquote element is already a block-level element.
* Accessibility: While a full accessibility audit woudl be needed, the semantic HTML provides a better foundation for screen readers and other assistive technologies.
* Removed unnecessary comments: Got rid of the <!--OUTPUT_HTML_START--> comment.
* CSS Classes (Optional): You coudl add CSS classes to the elements for styling purposes. For example: <article class="news-article">, <p class="article-text">, etc. This would allow you to easily customize the appearance of the article using CSS.
* Error handling (Importent Consideration): The Facebook pixel code is included, but it’s important to ensure that it’s properly configured and handles errors gracefully. Consider wrapping it in a try-catch block to prevent it from breaking the page if there’s an issue with the script. Also, be aware of privacy regulations (like GDPR) and obtain user consent before tracking them.
* responsive Design: Consider adding a <meta name="viewport" content="width=device-width, initial-scale=1.0"> tag in the <head> of your HTML document to ensure that the article is displayed correctly on diffrent devices.
* Image Optimization: If the article includes images, make sure to optimize them for the web to reduce file size and improve page load time. Use appropriate image formats (e.g.,WebP,JPEG) and compress them using tools like TinyPNG or ImageOptim.
* Lazy Loading: For images, implement lazy loading to improve initial page load time. This means that images are only loaded when they are about to come into view.
* Consider a CMS: For a real-world news site, using a Content Management System (CMS) like WordPress, Drupal, or Joomla is highly recommended.These systems provide a user-amiable interface for creating and managing content, and they handle many of the technical aspects of running a website.

This revised response provides a more robust and semantically correct HTML structure for the news article. Remember to replace the placeholder values with your actual data. Also, consider the additional points about error handling, responsive design, image optimization, and CMS usage for a production habitat.

Related Posts

Leave a Comment