By the way, you can check domains age in bulk using Rush Analytics expired domains checker, it's free, but registration is needed.
- Home
- dotemna
Latest posts made by dotemna
-
RE: How to check the Domain Age?
-
RE: Reputable Place For Guest Posts
I would recommend Medium and LinkedIn. I'm just now developing a community on Medium, and there really are live users there. If your content is really high quality and gives value to users, I recommend posting there. Please send me a link when you post, it will be interesting to read)
-
RE: How do I carry out a redirect? Is there a code I need to use?
It depends on which type of redirect you mean and what the purpose is. Here are two common scenarios:
For redirecting a single page:
You can use a 301 redirect in your .htaccess file (for Apache servers):Redirect 301 /old-page.html https://www.yoursite.com/new-page.html
For redirecting an entire domain:
To redirect all pages from an old domain to a new one, you can use this code in your .htaccess file:RewriteEngine On RewriteCond %{HTTP_HOST} ^olddomain.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC] RewriteRule ^(.*)$ https://www.newdomain.com/$1 [L,R=301,NC]
Both methods use 301 (permanent) redirects, which is typically best for SEO. Always test your redirects thoroughly to ensure they work as intended across your site.
-
RE: remove from google search
If you have access to your hosting panel, contact their support and ask them to help you remove this site. If you don't have access, try to find out what hosting you could use and contact them again. Finally, you can describe the whole situation to Google support and ask them to help you.
-
RE: remove from google search
If you have access to your hosting panel, contact their support and ask them to help you remove this site. If you don't have access, try to find out what hosting you could use and contact them again. Finally, you can describe the whole situation to Google support and ask them to help you.
-
RE: Seeking Advice on Improving On-Page SEO for my Website
Here are a few additional recommendations for improving the on-page SEO for your CCTV Camera Installation website:
-
Leverage structured data: Implement relevant schema markup, such as Product, Service, or Local Business schema, to provide search engines with more detailed information about your website's content. This can help improve the appearance of your listings in search results.
-
Optimize images and multimedia: Ensure that all images, videos, and other multimedia elements on your website are properly optimized for both search engines and user experience. This includes using descriptive file names, alt text, and captions, as well as compressing files to improve page load speed.
-
Optimize for local SEO: Since your business is location-specific, focus on optimizing your website for local search queries. This may include creating location-specific pages, ensuring your NAP (name, address, phone number) information is consistent across the web, and leveraging local business listings and directories.
-
-
RE: domain authority has not changed
You have to look at what the backlinks are. Maybe you just have low-quality backlinks, that's all.
-
RE: Duplicate content issue with ?utm_source=rss&utm_medium=rss&utm_campaign=
Hi @Dinsh007!
I usually exclude such pages with parameters in robots.txt file. -
RE: How to Choose destination page for a 301 redirect?
Hi @leslieevarts!
I suppose outdoor wedding packages page is a good replacement for Garden weddings: the meaning of it is pretty close to outdoor weddings. You can also link from the Outdoor weddings to the page with locations for Garden weddings, this will be very user-friendly. -
RE: How important is Lighthouse page speed measurement?
it is important to distinguish between PageSpeed Insights and Lighthouse. Maybe it's more important to follow PageSpeed Insights for your website. It becomes rather clear after reading this article https://rush-analytics.com/blog/google-pagespeed-insights-vs-lighthouse-how-do-they-differ. The differences between PageSpeed Insights and Lighthouse are explained in an easy way.
Looks like your connection to Moz was lost, please wait while we try to reconnect.