Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
09-27-2023, 04:50 PM | #1 |
Confirmed User
Industry Role:
Join Date: Apr 2007
Posts: 5,135
|
Changing of WP theme and how it affects SERPS
I am interested in other people's experiences. For example, if I want to replace the outdated WP theme and move to Generate Press (with the goal of replicating the same or similar page layout). How WP theme replacement affected your rankings?
As far as I remember, each time when I was doing it, there was some drop in traffic. thanks
__________________
Femdom Destiny -------------------------------------------- ICQ: 463-630-426 email: webmaster(at)femdomdestiny.com |
09-27-2023, 05:11 PM | #2 |
pleb
Industry Role:
Join Date: Feb 2019
Posts: 181
|
In theory, you should only benefit from the update.
Make sure that the following boxes are ticked: - The page contents and (ideally) placements are identical. - The links are functioning, and proper redirects are set in place (if there's a need). - The theme itself is fully optimized (unnecessary CSS and JavaScript removed, including unneeded and/or obsolete jQuery modules), meaning minify everything, and inline the CSS and JavaScript if your theme is simple enough. - Remove the unnecessary HTML bloat from WordPress by inserting the proper functions in the theme's functions.php. There is absolutely zero reason for you not to benefit if all of the boxes above are ticked, and even if they aren't, it will probably be better than something that's bloated and outdated. |
09-27-2023, 05:50 PM | #3 | |
Confirmed User
Industry Role:
Join Date: Apr 2007
Posts: 5,135
|
Quote:
__________________
Femdom Destiny -------------------------------------------- ICQ: 463-630-426 email: webmaster(at)femdomdestiny.com |
|
09-27-2023, 05:55 PM | #4 |
Videochat Solutions
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 47,379
|
If the links and everything else is the same, then it shouldn't affect Serp in any way. The only problem I can think of is that if your page somehow loads slower than it did with the old theme then you may have a problem. Do a speed test before and after to find out and if its slower, make sure you speed it back up.
__________________
|
09-27-2023, 06:01 PM | #5 | |
pleb
Industry Role:
Join Date: Feb 2019
Posts: 181
|
Quote:
But, do note the following: - I always code my own WordPress theme, and have a clean HTML structure, meaning that there will be absolutely no bloat whatsoever. - Free (or paid) WordPress themes will have bloat that you need to remove. I've had friends who more or less followed the advice, but still ended losing traffic initially, because they messed up on something like: they had a different amount of related posts in the new theme, or a different display (meaning, maybe they were listing related posts as thumbs with text in a previous version, and in a new one with text as alt's, etc) and all of those things matter quite a bit. If you are certain that you made a clone of the page's contents on the new theme, that it uses the same exact titles, descriptions, etc, etc. and if it also loads faster, then it's practically a no-brainer, and you should do it ASAP. |
|
09-27-2023, 06:05 PM | #6 | |
Confirmed User
Industry Role:
Join Date: Apr 2007
Posts: 5,135
|
Quote:
__________________
Femdom Destiny -------------------------------------------- ICQ: 463-630-426 email: webmaster(at)femdomdestiny.com |
|