-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement proper SEO techniques and site analytics #7
Comments
From an SEO point of view, the title tag should contain all the keywords you wish to rank for. Here's a useful checklist:
|
Link for setting up google analytics Some proper SEO techniques that were mentioned:
|
@selimira , @johnsBeharry mentioned we had an account for google analytics already. May I have the access please, so I can add the tracking number to the site? |
💡 |
@micey969 if you check the current website it's using Google Tag manager so do need to sign up for an analytics account. <!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TPS5PB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TPS5PB');</script>
<!-- End Google Tag Manager --> Going forward could you also write a more complete acceptance criteria. The entire scope of work, steps etc should be in the issue description for an easy reference when viewing an issue. In the future the issue description (first comment) would display in the client dashboard. |
Thanks @johnsBeharry . Noted. |
@selimira , would it possible for you to have a look at the portfolio site and suggest some ways we could improve the SEO? Doesn't have to be pretty advance now but enough for us to launch with. |
@micey969 besides content which is of primary importance in SEO, the primary thing we do in preparation for SEO is ensure all search and social media meta tags are setup correctly. Have a look in the Here's a reference (you should have css-tricks bookmarked, its a good site for frontend tutorials). DebuggingFacebook has a debugger so you can see how your page will look when someone shares it. |
@micey969 It is important that we also add the social media meta tags so that when our website is shared on the different platforms (eg. twitter and facebook) that the post looks proper. The necessary tags from the links johns sent above. |
Thanks @johnsBeharry and @esc758 . So I've added the og and twitter meta tags. There were some that are filled in and some that are blank. |
The text was updated successfully, but these errors were encountered: