How to change the Google search listing

Solved

How to change the Google search listing

DalyFab
Visitor
3 0 0

How can I change what gets displayed in the circle here?

 

Screenshot 2025-03-01 at 10.12.58.png

Accepted Solution (1)

Nilankar
Shopify Partner
47 6 9

This is an accepted solution.

This happens when generic name found by google search engine!.

To change ->

Add script inside head element ( theme.liquid )

 <script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "WebSite",
 "name": "Daly Fabrication",
 "alternateName": ["Daly Fab", "Daly Fabrication Shop"], "url": "https://dalyfabrication.com/"
 } 
</script>



Screenshot 2025-03-01 170446.png
Reindexing takes time as search engines crawl and update your site. It may take days or weeks. To speed up, submit your site to Google Search Console or Bing Webmaster Tools. 🚀

Mark this as accepted if it fixed your problem. Need custom development or technical assistance?
Say hello on WhatsApp | Email : nilankar19@gmail.com
Feeling Generous? Buy Me a Coffee

View solution in original post

Replies 4 (4)

CodingFifty
Shopify Partner
901 136 164

Hi @DalyFab,

 

To change the title and favicon displayed in Google search results for your Shopify store, go to Online Store → Preferences in your Shopify admin and update the Title and Meta Description. For the favicon, go to Themes → Customize → Theme Settings → Favicon, upload a new icon, and save. To speed up the update on Google, submit your site for reindexing using Google Search Console under the URL Inspection Tool by clicking "Request Indexing."

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
DalyFab
Visitor
3 0 0

I don't want to change the title and favicon though. I specifically want to change the highlighted portion. 

 

The title in the search results already matches the title in the preferences. You're talking about the wrong thing. 

 

Screenshot 2025-03-01 at 10.32.11.png

Nilankar
Shopify Partner
47 6 9

This is an accepted solution.

This happens when generic name found by google search engine!.

To change ->

Add script inside head element ( theme.liquid )

 <script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "WebSite",
 "name": "Daly Fabrication",
 "alternateName": ["Daly Fab", "Daly Fabrication Shop"], "url": "https://dalyfabrication.com/"
 } 
</script>



Screenshot 2025-03-01 170446.png
Reindexing takes time as search engines crawl and update your site. It may take days or weeks. To speed up, submit your site to Google Search Console or Bing Webmaster Tools. 🚀

Mark this as accepted if it fixed your problem. Need custom development or technical assistance?
Say hello on WhatsApp | Email : nilankar19@gmail.com
Feeling Generous? Buy Me a Coffee
DalyFab
Visitor
3 0 0

Thank you!