Anyone help me diagnose my website?

I’ll share it on social media to help you get some organic traffic. I assume you have checked robots.txt and made sure there is no .htaccess file with higher priority deeper in the file system. If there is and the redirects are incorrect or if it’s got some strange mod_rewrite code that could contribute to your issue.

DNS is not propagated and there is an A-Record mismatch. Also claude opus 4.6 reports 403 error via googlebot crawler. Your site is blocking google. it is returning 403 errors. You should check your logs in your server.
The DNS propagation problems and I see that you have a bunch of unresolving sub-domains too.
http://leafdns.com/index.cgi?testid=1283073B

Bash:
wget pinkpenguinstudios.com
--2026-02-16 07:33:04--  http://pinkpenguinstudios.com/
Resolving pinkpenguinstudios.com (pinkpenguinstudios.com)... 104.21.62.133, 172.67.136.44, 2606:4700:3037::6815:3e85, ...
Connecting to pinkpenguinstudios.com (pinkpenguinstudios.com)|104.21.62.133|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://pinkpenguinstudios.com/ [following]
--2026-02-16 07:33:05--  https://pinkpenguinstudios.com/
Connecting to pinkpenguinstudios.com (pinkpenguinstudios.com)|104.21.62.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html’

index.html                        [ <=>                                              ] 171.40K  --.-KB/s    in 0.02s

2026-02-16 07:33:05 (9.45 MB/s) - ‘index.html’ saved [175514]
Thank you so much! I’ll fix these right away!
 
Hey, I’ve been in the same boat after a site migration sometimes the biggest issues turn out to be missing 301 redirects or messed up internal links after the move. I’d start by checking crawl errors and comparing indexed pages before/after. What CMS are you using, and did you keep the URL structure the same?

i dont have a cms. i used to use Tina but i figured to create my own local server and edit as i go.
 
Check for hidden noindex tags, incorrect canonical URLs, or redirect issues after migration these are often why previously ranking pages disappear even if sitemaps and content look correct.
 
Back
Top