Sppagebuilder/?Itemid=306 - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Sppagebuilder/?Itemid=306

MN

Marek N

General 1 year ago

How to remove this link

https://ien-24.pl/component/sppagebuilder/?Itemid=306

during scanning a link like this pops up how to remove it

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168518

Czesc Marek.

  1. Search in database if you haven't use that link, if yes, update to current version.
  2. Use Google Search Console > Removals > New Request > add that URL to remove it
  3. Add redirect in .htaccess file

Sometimes Google index things that we don't want to. You have to talk with Google Team to know why.

0
MN
Marek N
Accepted Answer
1 year ago #168523

The address is not yet indexed by Google

https://www.xml-sitemaps.com/

but it is detected as the only one : " component/sppagebuilder/.."

I'm trying to understand why

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168549

Hard to guess.

Hopefully that xml map you can edit and remove links that you don't need.

0
MN
Marek N
Accepted Answer
1 year ago #168605

can you help me how to do this redirection, I've tried everything

RewriteEngine On RewriteCond %{REQUEST_URI} ^/component/sppagebuilder/$ RewriteCond %{QUERY_STRING} ^Itemid=306$ RewriteRule ^(.*)$ https://ien-24.pl/ [R=301,L]

the administrator wrote me to do as above, it doesn't work

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168619

I would try classic method for all "buggy" links

Redirect 301 /OLD-LINK https :// NEW-FULL-LINK


You can also ask on FB Joomla fanpage (PL or others), This is not my speciality.

0