Questions
-
Geo-target .ag domain?
Sorry to tell you, .ag is not a recognized generic TLD. If you put your site on a ccTLD (country specific TLD), you cannot change the targeting to something outside of that country. https://support.google.com/webmasters/answer/62399?hl=en That link as a list of ccTLDs that they see as generic like .io, but .ag is not one of them. You will need to use a different TLD, a generic one, for your plan to work.
Intermediate & Advanced SEO | | katemorris0 -
HTTPS Google Search Console Verification
No I would use Google analytics. "If you use Google Analytics to track your site's traffic, you can verify your site using the Google Analytics tracking code associated with the site. To do this, you must have "edit" permission for the web property whose tracking code is used by that page. Also, your tracking code must use the new asynchronous snippet." Thanks
Intermediate & Advanced SEO | | Alick3000 -
Best practice to 301 NON-WWW pages?
Agree with Kevin's question, but 99% of the time you want to use a 301. 302 is causing google to index the new page without dropping the old one. This means that now google is seeing 2 pages with identical content. While this is not an issue per se, it may dilute a lot your seo value as it's split across two pages. Moreover, sometimes Google may decide to serve the old page and not the new one as it may have backlinks pointing to it. I strongly suggest you update your redirect rule to 301. I don't know specifically about Magento but there are many discussions out there. Here the code you may include in your .HTACCESS file. *NOTE: do not touch the htaccess file if you don't know what you're doing or you can break the whole site <code>RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]</code> you may want to change the rewrite rule to https://www. if your site is secure.
Intermediate & Advanced SEO | | mememax0 -
Poor internal linking?
Imo internal Link-structure could help or be a problem, but its hard to say, maybe These Pages are Ranking exactly where they should rank. May be its not necessary to have These categories or they cannibalize, hard to say without Note Info.
Intermediate & Advanced SEO | | paints-n-design0 -
Last slow to cached pages?
Hi, I'm not sure of the relationship between Google's cache and their crawls, but I hope this helps if you're wanting Google to know that you've updated a page? Do you submit new / updated pages for indexing on Google Search Console? We find that helps rather than leaving it for chance for Google to crawl. You can then request that Google crawls the updated page so changes should happen a bit quicker. Kelly
Intermediate & Advanced SEO | | Kelly_Edwards0 -
Would google consider this the anchor text?
Hi bridhard8, In your example, "SHOP NIKE SHOES" is the anchor text because it's the text between the <a>tags.</a> <a>Change that button text and you change the anchor text. Cheers, David</a>
Intermediate & Advanced SEO | | davebuts0 -
Multiple h1 tags on this html 5 page a issue?
Hi Gastro, How is the structure of the other tags are not correctly set up? There is one h1 tag on the page? No h2 tag, and the other tags look fine to me. Cheers.
Intermediate & Advanced SEO | | bridhard80