Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ How can I remove bootstrap slogan from my website link

Posted by: sergioq Jan 3 2020, 11:43 AM

I had someone through me together a quick website since HTML is the one of the few things I really do not program. They did a great job, I have my menus, my CSS, and mobile versions.

But whenever my website goes out in a link on a FB message say it looks like this

QUOTE
www.Example.com
Starter Template For Bootstrap
get bootstrap.com


I have these three lines in my code

CODE
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/starter-template/">
<link href="https://v4-alpha.getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">  
<link href="https://v4-alpha.getbootstrap.com/examples/starter-template/starter-template.css" rel="stylesheet">


Is there a way to rename them so they don't advertise every time I send out my website?

Posted by: pandy Jan 3 2020, 07:21 PM

It won't be in the CSS. And you can see the template doesn't have it. It must either be hard coded in the HTML (the template has been altered) or injected by JavaScript. Can't say without seeing the actual page.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)