Mobile app version of vmapp.org
Login or Join
Sue5673885

: Does Google bot crawl unused tags? If a website a called foo.com has the following css, #LinkBuilder{ background:url("www.LoremEpsum.com"); } and the css id LinkBuilder is actually not getting used

@Sue5673885

Posted in: #Google #Googlebot

If a website a called foo.com has the following css,
#LinkBuilder {
background:url("www.LoremEpsum.com");
}


and the css id LinkBuilder is actually not getting used anywhere in the html of foo.com, would Google bot crawl it as a backlink from foo.com to LoremEpsum.com and LoremEpsum.com gets the link juice from foo.com without getting displayed on the website?

Please help out. Thanks

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

1 Comments

Sorted by latest first Latest Oldest Best

 

@Annie201

Linking to images on other domains in a CSS style sheet is not counted as a back link. It's not an actual anchor tag or <a> to be exact. It's not the type of link which carries weight with search engines.

While an image can be indexed in Google images, it's being indexed from your web page having it displayed.

If you run a search for jquery you do not see ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js appear in search results yet this is linked to from thousands of domains, just not linked to by <a> tags

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme