F
F
Fedor2016-05-23 12:34:36
Google
Fedor, 2016-05-23 12:34:36

Strange non-existent pages in search results. What is the reason?

There is a site on Joomla. With a search query in Google, some strange non-existent pages with hieroglyphs in the titles are displayed in the output. Yandex does not display such pages. What could be the problem? Checked for viruses, nothing seems to be there.
f5a870f3a0f74407b36ea4e013ee5969.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
landergate, 2016-05-23
@whyamiscott

Google itself wrote under the site:
> This site may have been hacked
Click on this link to see more details.
Look at the small arrow for the cache version of these pages to see what the content on your site looked like at the time of indexing. Google doesn't pick them up out of thin air.
Make sure nothing/no one on your site can create left links, and that you don't have left sitemap.xml, left data in .htaccess, etc.
If these pages 100% no longer exist and no one except you can create pages on the site now, non-existent 404 links will disappear from the search results after some time (2-4 weeks).
Sign up for Google Search Console (and Yandex.Webmaster), where you can upload the correct sitemap.xml, keep track of the index, and see which 404 pages the search engine spiders have found.

S
Serj-One, 2015-08-11
@fbee

last-child() selects the last element relative to the current parent. Doesn't work as expected because a is the only one, it's the first and last element in li.
It will be correct like this:

.navbar-nav li:last-child a {
   border-right:2px solid red; 
}

In general, in such cases it is more appropriatelast-of-type()

L
lavezzi1, 2015-08-11
@lavezzi1

Because your attribute a is in li, it is the first and last there. But does it have a last-child, because there are several of them.

N
NickBetali, 2015-08-11
@NickBetali

.navbar-nav li:last-child a {
   border-right:2px solid red; 
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question