#Google ranks pages, not websites. In order to get your page indexed, it should have a separate URL that Google can discover and follow. Here are the main tips to make this happen:
1/5
- Always use an HREF attribute so that Google can easily discover and follow a link
- Ideally, use HTML links. JS links are ok as long as they use an HREF attribute
2/5
- Google won’t follow and index URLs with fragments (containing #, e.g. store.com/catalog#gifts) as they are not created to lead to a new document/page. So if you want a fragmented URL to be indexed as a separate page, don’t use fragments, e.g. store.com/catalog/gifts
3/5